Searched full:xshutdown (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/media/i2c/ |
D | ad5820.txt | 16 - enable-gpios : GPIO spec for the XSHUTDOWN pin. The XSHUTDOWN signal is
|
D | toshiba,et8ek8.txt | 19 - reset-gpios: XSHUTDOWN GPIO. The XSHUTDOWN signal is active low. The sensor
|
D | ov7251.txt | 13 to the hardware pin XSHUTDOWN which is physically active low.
|
D | ovti,ov2680.yaml | 36 This corresponds to the hardware pin XSHUTDOWN which is physically
|
D | hynix,hi846.yaml | 39 description: Reference to the GPIO connected to the XSHUTDOWN pin. Active low.
|
D | ov8856.yaml | 56 This corresponds to the hardware pin XSHUTDOWN which is physically
|
D | mipi-ccs.yaml | 57 description: Reset GPIO. Also commonly called XSHUTDOWN in hardware
|
/Linux-v6.1/Documentation/devicetree/bindings/media/ |
D | samsung-s5c73m3.txt | 23 - xshutdown-gpios : specifier of GPIO connected to the XSHUTDOWN pin;
|
/Linux-v6.1/drivers/media/i2c/ccs/ |
D | ccs.h | 228 struct gpio_desc *xshutdown; member
|
D | ccs-core.c | 1555 if (sensor->reset || sensor->xshutdown || sensor->ext_clk) { in ccs_power_on() 1565 gpiod_set_value(sensor->xshutdown, 1); in ccs_power_on() 1586 if (!sensor->reset && !sensor->xshutdown) { in ccs_power_on() 1672 gpiod_set_value(sensor->xshutdown, 0); in ccs_power_on() 1700 gpiod_set_value(sensor->xshutdown, 0); in ccs_power_off() 3372 /* Support old users that may have used "xshutdown" property. */ in ccs_probe() 3374 sensor->xshutdown = devm_gpiod_get_optional(&client->dev, in ccs_probe() 3375 "xshutdown", in ccs_probe() 3377 if (IS_ERR(sensor->xshutdown)) in ccs_probe() 3378 return PTR_ERR(sensor->xshutdown); in ccs_probe()
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | exynos4412-midas.dtsi | 554 xshutdown-gpios = <&gpf1 3 GPIO_ACTIVE_LOW>; /* ISP_RESET */
|
/Linux-v6.1/drivers/media/i2c/s5c73m3/ |
D | s5c73m3-core.c | 1573 "standby-gpios", "xshutdown-gpios", in s5c73m3_parse_gpios()
|