Home
last modified time | relevance | path

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

12

/Linux-v6.6/Documentation/devicetree/bindings/media/i2c/
Dov2640.txt14 - pwdn-gpios: reference to the GPIO connected to the pwdn pin, if any.
29 pwdn-gpios = <&pioE 13 GPIO_ACTIVE_HIGH>;
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>;
Dov9650.txt12 - powerdown-gpios: reference to the GPIO connected to the pwdn pin, if any.
Dov2659.txt16 - powerdown-gpios: reference to the GPIO connected to the pwdn pin, if any.
Dov7740.txt20 - powerdown-gpios: Reference to the GPIO connected to the pwdn pin,
Dov7670.txt19 - powerdown-gpios: reference to the GPIO connected to the pwdn pin, if any.
Dovti,ov772x.yaml36 Reference to the GPIO connected to the PWDN pin which is active high.
Dmaxim,max9286.yaml45 description: GPIO connected to the \#PWDN pin with inverted polarity
/Linux-v6.6/Documentation/devicetree/bindings/gpio/
Dgpio-consumer-common.yaml34 e.g. PD or PWDN).
36 pwdn-gpios:
/Linux-v6.6/sound/soc/codecs/
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-v6.6/drivers/media/i2c/
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
781 if (sensor->pwdn) { in ov5647_power_on()
782 gpiod_set_value_cansleep(sensor->pwdn, 0); in ov5647_power_on()
811 gpiod_set_value_cansleep(sensor->pwdn, 1); in ov5647_power_on()
840 gpiod_set_value_cansleep(sensor->pwdn, 1); in ov5647_power_off()
1423 sensor->pwdn = devm_gpiod_get_optional(dev, "pwdn", GPIOD_OUT_HIGH); in ov5647_probe()
1424 if (IS_ERR(sensor->pwdn)) { in ov5647_probe()
1425 dev_err(dev, "Failed to get 'pwdn' gpio\n"); in ov5647_probe()
Dov2640.c1172 priv->pwdn_gpio = devm_gpiod_get_optional(&client->dev, "pwdn", in ov2640_probe_dt()
1176 dev_dbg(&client->dev, "pwdn gpio is not assigned!\n"); in ov2640_probe_dt()
1181 "Error %d while getting pwdn gpio\n", ret); in ov2640_probe_dt()
Dov4689.c922 ov4689->pwdn_gpio = devm_gpiod_get_optional(dev, "pwdn", GPIOD_OUT_LOW); in ov4689_probe()
924 dev_err(dev, "Failed to get pwdn-gpios\n"); in ov4689_probe()
/Linux-v6.6/arch/arm/boot/dts/microchip/
Dat91sam9g25ek.dts24 pwdn-gpios = <&pioA 13 GPIO_ACTIVE_HIGH>;
Dsama5d3xmb.dtsi61 pwdn-gpios = <&pioE 29 GPIO_ACTIVE_HIGH>;
Dsama5d3xmb_cmp.dtsi60 pwdn-gpios = <&pioE 29 GPIO_ACTIVE_HIGH>;
Dat91sam9m10g45ek.dts74 pwdn-gpios = <&pioD 13 GPIO_ACTIVE_HIGH>;
/Linux-v6.6/arch/arm/boot/dts/nxp/imx/
Dimx7-mba7.dtsi81 reg_fec1_pwdn: regulator-fec1-pwdn {
91 reg_fec2_pwdn: regulator-fec2-pwdn {
374 /* INT/PWDN: SION, 100kPU, HYS, SRE_FAST, DSE_X1 */
Dimx7d-mba7.dts68 /* INT/PWDN: SION, 100kPU, HYS, SRE_FAST, DSE_X1 */
/Linux-v6.6/Documentation/devicetree/bindings/media/
Datmel-isi.txt53 pwdn-gpios = <&pioE 13 GPIO_ACTIVE_HIGH>;
/Linux-v6.6/arch/arm64/boot/dts/mediatek/
Dpumpkin-common.dtsi149 cam-pwdn-hog {
/Linux-v6.6/drivers/staging/media/atomisp/i2c/
Datomisp-ov2722.c512 * before PWDN# when turning it on or off. in gpio_ctrl()
539 /* according to DS, at least 5ms is needed between DOVDD and PWDN */ in power_up()
555 /* according to DS, 20ms is needed between PWDN and i2c access */ in power_up()
/Linux-v6.6/arch/arm/boot/dts/st/
Dstm32429i-eval.dts208 pwdn-gpios = <&stmpegpio 0 GPIO_ACTIVE_LOW>;
/Linux-v6.6/drivers/staging/media/max96712/
Dmax96712.c416 gpiod_set_consumer_name(priv->gpiod_pwdn, "max96712-pwdn"); in max96712_probe()
/Linux-v6.6/drivers/phy/microchip/
Dsparx5_serdes.c2131 static int sparx5_serdes_power_save(struct sparx5_serdes_macro *macro, u32 pwdn) in sparx5_serdes_power_save() argument
2156 sdx5_inst_rmw(SD25G_LANE_LANE_04_LN_CFG_PD_DRIVER_SET(pwdn), in sparx5_serdes_power_save()
2174 sdx5_inst_rmw(SD10G_LANE_LANE_06_CFG_PD_DRIVER_SET(pwdn), in sparx5_serdes_power_save()

12