Searched full:pwdn (Results 1 – 25 of 38) sorted by relevance
12
/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/ |
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>;
|
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>;
|
D | ov9650.txt | 12 - powerdown-gpios: reference to the GPIO connected to the pwdn pin, if any.
|
D | ov2659.txt | 16 - powerdown-gpios: reference to the GPIO connected to the pwdn pin, if any.
|
D | ov7740.txt | 20 - powerdown-gpios: Reference to the GPIO connected to the pwdn pin,
|
D | ov7670.txt | 19 - powerdown-gpios: reference to the GPIO connected to the pwdn pin, if any.
|
D | ovti,ov772x.yaml | 36 Reference to the GPIO connected to the PWDN pin which is active high.
|
D | maxim,max9286.yaml | 45 description: GPIO connected to the \#PWDN pin with inverted polarity
|
/linux-6.12.1/Documentation/devicetree/bindings/gpio/ |
D | gpio-consumer-common.yaml | 34 e.g. PD or PWDN). 36 pwdn-gpios:
|
/linux-6.12.1/sound/soc/codecs/ |
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-6.12.1/drivers/media/i2c/ |
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()
|
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()
|
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()
|
/linux-6.12.1/arch/arm/boot/dts/microchip/ |
D | at91sam9g25ek.dts | 24 pwdn-gpios = <&pioA 13 GPIO_ACTIVE_HIGH>;
|
D | sama5d3xmb.dtsi | 61 pwdn-gpios = <&pioE 29 GPIO_ACTIVE_HIGH>;
|
D | sama5d3xmb_cmp.dtsi | 60 pwdn-gpios = <&pioE 29 GPIO_ACTIVE_HIGH>;
|
D | at91sam9m10g45ek.dts | 74 pwdn-gpios = <&pioD 13 GPIO_ACTIVE_HIGH>;
|
/linux-6.12.1/arch/arm64/boot/dts/freescale/ |
D | imx8mp-dhcom-pdk3.dts | 188 "CSI2_#RESET", "CSI2_#PWDN", 189 "CSI_#PWDN", "CSI_#RESET";
|
/linux-6.12.1/Documentation/devicetree/bindings/media/ |
D | atmel-isi.txt | 53 pwdn-gpios = <&pioE 13 GPIO_ACTIVE_HIGH>;
|
/linux-6.12.1/arch/arm/boot/dts/nxp/imx/ |
D | imx7-mba7.dtsi | 98 reg_fec1_pwdn: regulator-fec1-pwdn { 108 reg_fec2_pwdn: regulator-fec2-pwdn { 418 /* INT/PWDN: SION, 100kPU, HYS, SRE_FAST, DSE_X1 */
|
D | imx7d-mba7.dts | 91 /* INT/PWDN: SION, 100kPU, HYS, SRE_FAST, DSE_X1 */
|
/linux-6.12.1/arch/arm64/boot/dts/mediatek/ |
D | pumpkin-common.dtsi | 149 cam-pwdn-hog {
|
/linux-6.12.1/drivers/staging/media/atomisp/i2c/ |
D | atomisp-ov2722.c | 512 * before PWDN# when turning it on or off. in gpio_ctrl() 536 /* according to DS, at least 5ms is needed between DOVDD and PWDN */ in power_up() 552 /* according to DS, 20ms is needed between PWDN and i2c access */ in power_up()
|
/linux-6.12.1/arch/arm/boot/dts/st/ |
D | stm32429i-eval.dts | 208 pwdn-gpios = <&stmpegpio 0 GPIO_ACTIVE_LOW>;
|
/linux-6.12.1/drivers/staging/media/max96712/ |
D | max96712.c | 435 gpiod_set_consumer_name(priv->gpiod_pwdn, "max96712-pwdn"); in max96712_probe()
|
12