/Linux-v6.6/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-v6.6/Documentation/devicetree/bindings/gpio/ |
D | gpio-consumer-common.yaml | 34 e.g. PD or PWDN). 36 pwdn-gpios:
|
/Linux-v6.6/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-v6.6/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 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()
|
D | ov2640.c | 1172 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()
|
D | ov4689.c | 922 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/ |
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-v6.6/arch/arm/boot/dts/nxp/imx/ |
D | imx7-mba7.dtsi | 81 reg_fec1_pwdn: regulator-fec1-pwdn { 91 reg_fec2_pwdn: regulator-fec2-pwdn { 374 /* INT/PWDN: SION, 100kPU, HYS, SRE_FAST, DSE_X1 */
|
D | imx7d-mba7.dts | 68 /* INT/PWDN: SION, 100kPU, HYS, SRE_FAST, DSE_X1 */
|
/Linux-v6.6/Documentation/devicetree/bindings/media/ |
D | atmel-isi.txt | 53 pwdn-gpios = <&pioE 13 GPIO_ACTIVE_HIGH>;
|
/Linux-v6.6/arch/arm64/boot/dts/mediatek/ |
D | pumpkin-common.dtsi | 149 cam-pwdn-hog {
|
/Linux-v6.6/drivers/staging/media/atomisp/i2c/ |
D | atomisp-ov2722.c | 512 * 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/ |
D | stm32429i-eval.dts | 208 pwdn-gpios = <&stmpegpio 0 GPIO_ACTIVE_LOW>;
|
/Linux-v6.6/drivers/staging/media/max96712/ |
D | max96712.c | 416 gpiod_set_consumer_name(priv->gpiod_pwdn, "max96712-pwdn"); in max96712_probe()
|
/Linux-v6.6/drivers/phy/microchip/ |
D | sparx5_serdes.c | 2131 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()
|