Home
last modified time | relevance | path

Searched full:gpio_push_pull (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/
Dgalaxycore,gc2145.yaml100 powerdown-gpios = <&mcp23017 3 (GPIO_ACTIVE_LOW | GPIO_PUSH_PULL)>;
101 reset-gpios = <&mcp23017 4 (GPIO_ACTIVE_LOW | GPIO_PUSH_PULL)>;
/linux-6.12.1/include/dt-bindings/gpio/
Dgpio.h18 #define GPIO_PUSH_PULL 0 macro
/linux-6.12.1/Documentation/devicetree/bindings/input/touchscreen/
Dazoteq,iqs5xx.yaml68 GPIO_PUSH_PULL)>;
Dazoteq,iqs7211.yaml674 GPIO_PUSH_PULL)>;
/linux-6.12.1/arch/arm/boot/dts/st/
Dstm32mp135f-dk.dts266 reset-gpios = <&mcp23017 2 (GPIO_ACTIVE_LOW | GPIO_PUSH_PULL)>;
302 powerdown-gpios = <&mcp23017 3 (GPIO_ACTIVE_LOW | GPIO_PUSH_PULL)>;
303 reset-gpios = <&mcp23017 4 (GPIO_ACTIVE_LOW | GPIO_PUSH_PULL)>;
Dstm32mp157c-ev1.dts184 powerdown-gpios = <&stmfx_pinctrl 18 (GPIO_ACTIVE_HIGH | GPIO_PUSH_PULL)>;
185 reset-gpios = <&stmfx_pinctrl 19 (GPIO_ACTIVE_LOW | GPIO_PUSH_PULL)>;
/linux-6.12.1/drivers/hid/
Dhid-cp2112.c177 static int gpio_push_pull = CP2112_GPIO_ALL_GPIO_MASK; variable
178 module_param(gpio_push_pull, int, 0644);
179 MODULE_PARM_DESC(gpio_push_pull, "GPIO push-pull configuration bitmask");
201 buf[2] = gpio_push_pull; in cp2112_gpio_direction_input()
298 buf[2] = gpio_push_pull; in cp2112_gpio_direction_output()