Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/i2c/
H A Dad5820.txt16 - enable-gpios : GPIO spec for the XSHUTDOWN pin. The XSHUTDOWN signal is
H A Dtoshiba,et8ek8.txt19 - reset-gpios: XSHUTDOWN GPIO. The XSHUTDOWN signal is active low. The sensor
H A Dov7251.txt13 to the hardware pin XSHUTDOWN which is physically active low.
H A Dnokia,smia.txt30 - reset-gpios: XSHUTDOWN GPIO
H A Dov8856.yaml56 This corresponds to the hardware pin XSHUTDOWN which is physically
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/
H A Dsamsung-s5c73m3.txt23 - xshutdown-gpios : specifier of GPIO connected to the XSHUTDOWN pin;
/OK3568_Linux_fs/kernel/drivers/media/i2c/smiapp/
H A Dsmiapp.h225 struct gpio_desc *xshutdown; member
H A 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()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dexynos4412-midas.dtsi556 xshutdown-gpios = <&gpf1 3 GPIO_ACTIVE_LOW>; /* ISP_RESET */
/OK3568_Linux_fs/kernel/drivers/media/i2c/s5c73m3/
H A Ds5c73m3-core.c1570 "standby-gpios", "xshutdown-gpios", in s5c73m3_parse_gpios()