Home
last modified time | relevance | path

Searched full:xshutdown (Results 1 – 24 of 24) sorted by relevance

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/
Dsamsung,s5c73m3.yaml61 xshutdown-gpios:
63 description: XSHUTDOWN pin.
103 xshutdown-gpios: false
116 - xshutdown-gpios
142 xshutdown-gpios = <&gpf1 3 GPIO_ACTIVE_LOW>; /* ISP_RESET */
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/i2c/
Dad5820.txt16 - enable-gpios : GPIO spec for the XSHUTDOWN pin. The XSHUTDOWN signal is
Dtoshiba,et8ek8.txt19 - reset-gpios: XSHUTDOWN GPIO. The XSHUTDOWN signal is active low. The sensor
Dovti,ov5670.yaml32 description: Reference to the GPIO connected to the XSHUTDOWN pin. Active low.
Dovti,ov7251.yaml45 Reference to the GPIO connected to the XSHUTDOWN pin, if any. Polarity
Dovti,ov2680.yaml36 This corresponds to the hardware pin XSHUTDOWN which is physically
Dov8856.yaml56 This corresponds to the hardware pin XSHUTDOWN which is physically
Dhynix,hi846.yaml39 description: Reference to the GPIO connected to the XSHUTDOWN pin. Active low.
Dmipi-ccs.yaml57 description: Reset GPIO. Also commonly called XSHUTDOWN in hardware
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/i2c/
Dad5820.txt16 - enable-gpios : GPIO spec for the XSHUTDOWN pin. The XSHUTDOWN signal is
Dtoshiba,et8ek8.txt19 - reset-gpios: XSHUTDOWN GPIO. The XSHUTDOWN signal is active low. The sensor
Dov7251.txt13 to the hardware pin XSHUTDOWN which is physically active low.
Dnokia,smia.txt30 - reset-gpios: XSHUTDOWN GPIO
Dov8856.yaml56 This corresponds to the hardware pin XSHUTDOWN which is physically
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/
Dsamsung-s5c73m3.txt23 - xshutdown-gpios : specifier of GPIO connected to the XSHUTDOWN pin;
/kernel/linux/linux-5.10/drivers/media/i2c/smiapp/
Dsmiapp.h225 struct gpio_desc *xshutdown; member
Dsmiapp-core.c1214 gpiod_set_value(sensor->xshutdown, 1); in smiapp_power_on()
1304 gpiod_set_value(sensor->xshutdown, 0); in smiapp_power_on()
1333 gpiod_set_value(sensor->xshutdown, 0); in smiapp_power_off()
2910 sensor->xshutdown = devm_gpiod_get_optional(&client->dev, "xshutdown", in smiapp_probe()
2912 if (IS_ERR(sensor->xshutdown)) in smiapp_probe()
2913 return PTR_ERR(sensor->xshutdown); in smiapp_probe()
/kernel/linux/linux-6.6/drivers/media/i2c/ccs/
Dccs.h215 struct gpio_desc *xshutdown; member
Dccs-core.c1561 if (sensor->reset || sensor->xshutdown || sensor->ext_clk) { in ccs_power_on()
1571 gpiod_set_value(sensor->xshutdown, 1); in ccs_power_on()
1592 if (!sensor->reset && !sensor->xshutdown) { in ccs_power_on()
1678 gpiod_set_value(sensor->xshutdown, 0); in ccs_power_on()
1706 gpiod_set_value(sensor->xshutdown, 0); in ccs_power_off()
3403 /* Support old users that may have used "xshutdown" property. */ in ccs_probe()
3405 sensor->xshutdown = devm_gpiod_get_optional(&client->dev, in ccs_probe()
3406 "xshutdown", in ccs_probe()
3408 if (IS_ERR(sensor->xshutdown)) in ccs_probe()
3409 return PTR_ERR(sensor->xshutdown); in ccs_probe()
/kernel/linux/linux-6.6/drivers/media/i2c/s5c73m3/
Ds5c73m3-core.c1552 state->reset = devm_gpiod_get(dev, "xshutdown", GPIOD_OUT_HIGH); in s5c73m3_get_dt_data()
/kernel/linux/linux-6.6/arch/arm/boot/dts/samsung/
Dexynos4412-midas.dtsi611 xshutdown-gpios = <&gpf1 3 GPIO_ACTIVE_LOW>; /* ISP_RESET */
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dexynos4412-midas.dtsi556 xshutdown-gpios = <&gpf1 3 GPIO_ACTIVE_LOW>; /* ISP_RESET */
/kernel/linux/linux-5.10/drivers/media/i2c/s5c73m3/
Ds5c73m3-core.c1570 "standby-gpios", "xshutdown-gpios", in s5c73m3_parse_gpios()
/kernel/linux/linux-6.6/drivers/media/i2c/
Dov5670.c1880 struct gpio_desc *reset_gpio; /* XSHUTDOWN pin. */