Home
last modified time | relevance | path

Searched full:pwdn (Results 1 – 25 of 26) sorted by relevance

12

/linux/Documentation/devicetree/bindings/media/i2c/
H A Dov2640.txt14 - pwdn-gpios: reference to the GPIO connected to the pwdn pin, if any.
29 pwdn-gpios = <&pioE 13 GPIO_ACTIVE_HIGH>;
H A Dovti,ov5647.yaml29 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 Dov9650.txt12 - powerdown-gpios: reference to the GPIO connected to the pwdn pin, if any.
H A Dov2659.txt16 - powerdown-gpios: reference to the GPIO connected to the pwdn pin, if any.
H A Dov7740.txt20 - powerdown-gpios: Reference to the GPIO connected to the pwdn pin,
H A Dov7670.txt19 - powerdown-gpios: reference to the GPIO connected to the pwdn pin, if any.
H A Dovti,ov772x.yaml36 Reference to the GPIO connected to the PWDN pin which is active high.
H A Dmaxim,max9286.yaml45 description: GPIO connected to the \#PWDN pin with inverted polarity
/linux/Documentation/devicetree/bindings/gpio/
H A Dgpio-consumer-common.yaml34 e.g. PD or PWDN).
36 pwdn-gpios:
/linux/sound/soc/codecs/
H A Dwm8741.h115 #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 Dov5647.c33 * 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 Dov2640.c1168 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 Dov4689.c947 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 Drdacm21.c335 /* Enable GPIO0#0 (reset) and GPIO1#0 (pwdn) as output lines. */ in ov10640_power_up()
H A Dmax9286.c1605 gpiod_set_consumer_name(priv->gpiod_pwdn, "max9286-pwdn"); in max9286_probe()
H A Dov2659.c212 /* used to control the sensor PWDN pin */
/linux/arch/arm/boot/dts/microchip/
H A Dat91sam9g25ek.dts24 pwdn-gpios = <&pioA 13 GPIO_ACTIVE_HIGH>;
H A Dsama5d3xmb.dtsi61 pwdn-gpios = <&pioE 29 GPIO_ACTIVE_HIGH>;
H A Dsama5d3xmb_cmp.dtsi60 pwdn-gpios = <&pioE 29 GPIO_ACTIVE_HIGH>;
H A Dat91sam9m10g45ek.dts74 pwdn-gpios = <&pioD 13 GPIO_ACTIVE_HIGH>;
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mp-dhcom-pdk3.dts188 "CSI2_#RESET", "CSI2_#PWDN",
189 "CSI_#PWDN", "CSI_#RESET";
/linux/Documentation/devicetree/bindings/media/
H A Datmel-isi.txt53 pwdn-gpios = <&pioE 13 GPIO_ACTIVE_HIGH>;
/linux/arch/arm/boot/dts/st/
H A Dstm32429i-eval.dts208 pwdn-gpios = <&stmpegpio 0 GPIO_ACTIVE_LOW>;
/linux/drivers/media/usb/gspca/m5602/
H A Dm5602_ov9650.c134 and set PWDN to SLVS (slave mode vertical sync) */
/linux/drivers/clk/
H A Dclk-cdce925.c664 /* PWDN bit */ in cdce925_probe()

12