Searched full:gpio_push_pull (Results 1 – 7 of 7) sorted by relevance
100 powerdown-gpios = <&mcp23017 3 (GPIO_ACTIVE_LOW | GPIO_PUSH_PULL)>;101 reset-gpios = <&mcp23017 4 (GPIO_ACTIVE_LOW | GPIO_PUSH_PULL)>;
18 #define GPIO_PUSH_PULL 0 macro
68 GPIO_PUSH_PULL)>;
674 GPIO_PUSH_PULL)>;
266 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)>;
184 powerdown-gpios = <&stmfx_pinctrl 18 (GPIO_ACTIVE_HIGH | GPIO_PUSH_PULL)>;185 reset-gpios = <&stmfx_pinctrl 19 (GPIO_ACTIVE_LOW | GPIO_PUSH_PULL)>;
177 static int gpio_push_pull = CP2112_GPIO_ALL_GPIO_MASK; variable178 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()