Searched full:xshutdown (Results 1 – 15 of 15) sorted by relevance
/linux/Documentation/devicetree/bindings/media/ |
H A D | samsung,s5c73m3.yaml | 61 xshutdown-gpios: 63 description: XSHUTDOWN pin. 103 xshutdown-gpios: false 116 - xshutdown-gpios 142 xshutdown-gpios = <&gpf1 3 GPIO_ACTIVE_LOW>; /* ISP_RESET */
|
/linux/Documentation/devicetree/bindings/media/i2c/ |
H A D | ad5820.txt | 16 - enable-gpios : GPIO spec for the XSHUTDOWN pin. The XSHUTDOWN signal is
|
H A D | toshiba,et8ek8.txt | 19 - reset-gpios: XSHUTDOWN GPIO. The XSHUTDOWN signal is active low. The sensor
|
H A D | ovti,ov5670.yaml | 32 description: Reference to the GPIO connected to the XSHUTDOWN pin. Active low.
|
H A D | ovti,ov7251.yaml | 45 Reference to the GPIO connected to the XSHUTDOWN pin, if any. Polarity
|
H A D | ovti,og01a1b.yaml | 33 description: Active low GPIO connected to XSHUTDOWN pad of the sensor.
|
H A D | ovti,ov2680.yaml | 36 This corresponds to the hardware pin XSHUTDOWN which is physically
|
H A D | ovti,ov8856.yaml | 56 This corresponds to the hardware pin XSHUTDOWN which is physically
|
H A D | hynix,hi846.yaml | 42 description: Reference to the GPIO connected to the XSHUTDOWN pin. Active low.
|
H A D | mipi-ccs.yaml | 57 description: Reset GPIO. Also commonly called XSHUTDOWN in hardware
|
/linux/drivers/media/i2c/ccs/ |
H A D | ccs.h | 213 struct gpio_desc *xshutdown; member
|
H A D | ccs-core.c | 1563 if (sensor->reset || sensor->xshutdown || sensor->ext_clk) { in ccs_power_on() 1573 gpiod_set_value(sensor->xshutdown, 1); in ccs_power_on() 1594 if (!sensor->reset && !sensor->xshutdown) { in ccs_power_on() 1680 gpiod_set_value(sensor->xshutdown, 0); in ccs_power_on() 1708 gpiod_set_value(sensor->xshutdown, 0); in ccs_power_off() 3302 /* Support old users that may have used "xshutdown" property. */ in ccs_probe() 3304 sensor->xshutdown = devm_gpiod_get_optional(&client->dev, in ccs_probe() 3305 "xshutdown", in ccs_probe() 3307 if (IS_ERR(sensor->xshutdown)) in ccs_probe() 3308 return PTR_ERR(sensor->xshutdown); in ccs_probe()
|
/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos4412-midas.dtsi | 611 xshutdown-gpios = <&gpf1 3 GPIO_ACTIVE_LOW>; /* ISP_RESET */
|
/linux/drivers/media/i2c/s5c73m3/ |
H A D | s5c73m3-core.c | 1576 state->reset = devm_gpiod_get(dev, "xshutdown", GPIOD_OUT_HIGH); in s5c73m3_get_dt_data()
|
/linux/drivers/media/i2c/ |
H A D | ov5670.c | 1880 struct gpio_desc *reset_gpio; /* XSHUTDOWN pin. */
|