Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/media/i2c/
H A 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/include/dt-bindings/gpio/
H A Dgpio.h18 #define GPIO_PUSH_PULL 0 macro
/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dazoteq,iqs5xx.yaml68 GPIO_PUSH_PULL)>;
H A Dazoteq,iqs7211.yaml674 GPIO_PUSH_PULL)>;
/linux/drivers/hid/
H A 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()