Searched full:pwdn (Results 1 – 25 of 67) sorted by relevance
123
| /kernel/linux/linux-5.10/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 | ov5647.yaml | 29 pwdn-gpios: 30 description: Reference to the GPIO connected to the pwdn pin. Active high. 78 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 | ov772x.txt | 16 - powerdown-gpios: reference to the GPIO connected to the PWDN pin which is
|
| 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.
|
| /kernel/linux/linux-6.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.
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/gpio/ |
| D | gpio-consumer-common.yaml | 34 e.g. PD or PWDN). 36 pwdn-gpios:
|
| /kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
| D | palm27x.h | 45 extern void __init palm27x_irda_init(int pwdn); 47 static inline void palm27x_irda_init(int pwdn) {} in palm27x_irda_init() argument
|
| /kernel/linux/linux-5.10/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 */
|
| /kernel/linux/linux-6.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 */
|
| /kernel/linux/linux-6.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()
|
| /kernel/linux/linux-5.10/include/media/i2c/ |
| D | ov9650.h | 13 * @gpio_pwdn: number of a GPIO connected to OV965X PWDN pin
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | imx7-mba7.dtsi | 75 reg_fec1_pwdn: regulator-fec1-pwdn { 85 reg_fec2_pwdn: regulator-fec2-pwdn { 322 /* INT/PWDN: SION, 100kPU, HYS, SRE_FAST, DSE_X1 */
|
| D | at91sam9g25ek.dts | 24 pwdn-gpios = <&pioA 13 GPIO_ACTIVE_HIGH>;
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/microchip/ |
| D | at91sam9g25ek.dts | 24 pwdn-gpios = <&pioA 13 GPIO_ACTIVE_HIGH>;
|
| /kernel/linux/linux-6.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 */
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/ |
| D | atmel-isi.txt | 53 pwdn-gpios = <&pioE 13 GPIO_ACTIVE_HIGH>;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/ |
| D | atmel-isi.txt | 53 pwdn-gpios = <&pioE 13 GPIO_ACTIVE_HIGH>;
|
123