Searched refs:GPIO_PIN_PUSHPULL (Results 1 – 13 of 13) sorted by relevance
74 GPIO_PIN_INVOUT | GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL)311 if ((pin_flags & (GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL)) == in ftgpio_pin_setflags()312 (GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL)) in ftgpio_pin_setflags()317 else if (pin_flags & GPIO_PIN_PUSHPULL) in ftgpio_pin_setflags()384 pin->gp_flags |= GPIO_PIN_PUSHPULL; in ftgpio_attach()
611 if ((flags & (GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL)) != 0) in cp2112_gpio_pin_setflags()614 if ((flags & (GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL)) == in cp2112_gpio_pin_setflags()615 (GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL)) in cp2112_gpio_pin_setflags()627 if ((flags & GPIO_PIN_PUSHPULL) != 0) in cp2112_gpio_pin_setflags()642 (flags & (GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL)) == 0) { in cp2112_gpio_pin_setflags()648 flags |= GPIO_PIN_PUSHPULL; in cp2112_gpio_pin_setflags()679 GPIO_PIN_PUSHPULL; in cp2112gpio_attach()703 pin->gp_flags |= GPIO_PIN_PUSHPULL; in cp2112gpio_attach()
70 GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL | \1251 pin->gp_flags |= GPIO_PIN_PUSHPULL; in nct_attach()1446 if ((flags & (GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL)) == in nct_gpio_pin_setflags()1447 (GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL)) { in nct_gpio_pin_setflags()1475 if ((flags & (GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL)) != 0) { in nct_gpio_pin_setflags()1480 pin->gp_flags &= ~(GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL); in nct_gpio_pin_setflags()1482 flags & (GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL); in nct_gpio_pin_setflags()
35 GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL)
304 newflags[i] |= GPIO_PIN_PUSHPULL; in qoriq_gpio_pin_config_32()
69 #define GPIO_PIN_PUSHPULL 0x00000008 /* push-pull output */ macro
463 *out_flags |= GPIO_PIN_PUSHPULL; in max77620_gpio_get_mode()552 (flags & GPIO_PIN_PUSHPULL)) { in max77620_gpio_pin_setflags()706 GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL | in max77620_gpio_attach()
87 GPIO_PIN_PUSHPULL 0x0010 Push-pull output
239 return (gpio_pin_set_flag(handle, pin, GPIO_PIN_PUSHPULL)); in gpio_pin_pushpull()
56 { "PP", GPIO_PIN_PUSHPULL },
556 GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL | GPIO_PIN_TRISTATE | in as3722_gpio_attach()
67 | GPIO_PIN_PUSHPULL | GPIO_PIN_INVIN)
63 GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL | \