Home
last modified time | relevance | path

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

/openbmc/u-boot/include/dt-bindings/gpio/
H A Dgpio.h18 #define GPIO_PUSH_PULL 0 macro
/openbmc/linux/include/dt-bindings/gpio/
H A Dgpio.h18 #define GPIO_PUSH_PULL 0 macro
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dazoteq,iqs5xx.yaml68 GPIO_PUSH_PULL)>;
H A Dazoteq,iqs7211.yaml674 GPIO_PUSH_PULL)>;
/openbmc/linux/arch/arm/boot/dts/st/
H A 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)>;
/openbmc/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()