/linux/Documentation/devicetree/bindings/media/i2c/ |
H A D | ov2640.txt | 14 - pwdn-gpios: reference to the GPIO connected to the pwdn pin, if any. 29 pwdn-gpios = <&pioE 13 GPIO_ACTIVE_HIGH>;
|
H A D | ovti,ov5647.yaml | 29 pwdn-gpios: 30 description: Reference to the GPIO connected to the pwdn pin. Active high. 65 pwdn-gpios = <&pioE 29 GPIO_ACTIVE_HIGH>;
|
H A D | ov9650.txt | 12 - powerdown-gpios: reference to the GPIO connected to the pwdn pin, if any.
|
H A D | ov2659.txt | 16 - powerdown-gpios: reference to the GPIO connected to the pwdn pin, if any.
|
H A D | ov7740.txt | 20 - powerdown-gpios: Reference to the GPIO connected to the pwdn pin,
|
H A D | ov7670.txt | 19 - powerdown-gpios: reference to the GPIO connected to the pwdn pin, if any.
|
H A D | ovti,ov772x.yaml | 36 Reference to the GPIO connected to the PWDN pin which is active high.
|
H A D | maxim,max9286.yaml | 45 description: GPIO connected to the \#PWDN pin with inverted polarity
|
/linux/Documentation/devicetree/bindings/gpio/ |
H A D | gpio-consumer-common.yaml | 34 e.g. PD or PWDN). 36 pwdn-gpios:
|
/linux/sound/soc/codecs/ |
H A D | wm8741.h | 115 #define WM8741_PWDN 0x0080 /* PWDN */ 116 #define WM8741_PWDN_MASK 0x0080 /* PWDN */ 117 #define WM8741_PWDN_SHIFT 7 /* PWDN */ 118 #define WM8741_PWDN_WIDTH 1 /* PWDN */
|
/linux/drivers/media/i2c/ |
H A D | ov5647.c | 33 * From the datasheet, "20ms after PWDN goes low or 20ms after RESETB goes 34 * high if reset is inserted after PWDN goes high, host can access sensor's 104 struct gpio_desc *pwdn; member 780 if (sensor->pwdn) { in ov5647_power_on() 781 gpiod_set_value_cansleep(sensor->pwdn, 0); in ov5647_power_on() 810 gpiod_set_value_cansleep(sensor->pwdn, 1); in ov5647_power_on() 839 gpiod_set_value_cansleep(sensor->pwdn, 1); in ov5647_power_off() 1414 sensor->pwdn = devm_gpiod_get_optional(dev, "pwdn", GPIOD_OUT_HIGH); in ov5647_probe() 1415 if (IS_ERR(sensor->pwdn)) { in ov5647_probe() 1416 dev_err(dev, "Failed to get 'pwdn' gpio\n"); in ov5647_probe()
|
H A D | ov2640.c | 1168 priv->pwdn_gpio = devm_gpiod_get_optional(&client->dev, "pwdn", in ov2640_probe_dt() 1172 dev_dbg(&client->dev, "pwdn gpio is not assigned!\n"); in ov2640_probe_dt() 1177 "Error %d while getting pwdn gpio\n", ret); in ov2640_probe_dt()
|
H A D | ov4689.c | 947 ov4689->pwdn_gpio = devm_gpiod_get_optional(dev, "pwdn", GPIOD_OUT_LOW); in ov4689_probe() 949 dev_err(dev, "Failed to get pwdn-gpios\n"); in ov4689_probe()
|
H A D | rdacm21.c | 335 /* Enable GPIO0#0 (reset) and GPIO1#0 (pwdn) as output lines. */ in ov10640_power_up()
|
H A D | max9286.c | 1605 gpiod_set_consumer_name(priv->gpiod_pwdn, "max9286-pwdn"); in max9286_probe()
|
H A D | ov2659.c | 212 /* used to control the sensor PWDN pin */
|
/linux/arch/arm/boot/dts/microchip/ |
H A D | at91sam9g25ek.dts | 24 pwdn-gpios = <&pioA 13 GPIO_ACTIVE_HIGH>;
|
H A D | sama5d3xmb.dtsi | 61 pwdn-gpios = <&pioE 29 GPIO_ACTIVE_HIGH>;
|
H A D | sama5d3xmb_cmp.dtsi | 60 pwdn-gpios = <&pioE 29 GPIO_ACTIVE_HIGH>;
|
H A D | at91sam9m10g45ek.dts | 74 pwdn-gpios = <&pioD 13 GPIO_ACTIVE_HIGH>;
|
/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mp-dhcom-pdk3.dts | 188 "CSI2_#RESET", "CSI2_#PWDN", 189 "CSI_#PWDN", "CSI_#RESET";
|
/linux/Documentation/devicetree/bindings/media/ |
H A D | atmel-isi.txt | 53 pwdn-gpios = <&pioE 13 GPIO_ACTIVE_HIGH>;
|
/linux/arch/arm/boot/dts/st/ |
H A D | stm32429i-eval.dts | 208 pwdn-gpios = <&stmpegpio 0 GPIO_ACTIVE_LOW>;
|
/linux/drivers/media/usb/gspca/m5602/ |
H A D | m5602_ov9650.c | 134 and set PWDN to SLVS (slave mode vertical sync) */
|
/linux/drivers/clk/ |
H A D | clk-cdce925.c | 664 /* PWDN bit */ in cdce925_probe()
|