Searched refs:GPIO_PIN_PUSHPULL (Results 1 – 6 of 6) sorted by relevance
60 GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL)201 ((flags & GPIO_PIN_OPENDRAIN) && (flags & GPIO_PIN_PUSHPULL))) in qoriq_gpio_configure()219 newflags |= GPIO_PIN_PUSHPULL; in qoriq_gpio_configure()478 newflags[i] |= GPIO_PIN_PUSHPULL; in qoriq_gpio_pin_config_32()
71 #define GPIO_PIN_PUSHPULL 0x00000008 /* push-pull output */ macro
466 *out_flags |= GPIO_PIN_PUSHPULL; in max77620_gpio_get_mode()555 (flags & GPIO_PIN_PUSHPULL)) { in max77620_gpio_pin_setflags()709 GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL | in max77620_gpio_attach()
122 #define GPIO_PIN_PUSHPULL 0x0008 /* push-pull output */
561 GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL | GPIO_PIN_TRISTATE | in as3722_gpio_attach()
66 GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL | \