Searched refs:GPIO_PIN_INVOUT (Results 1 – 9 of 9) sorted by relevance
113 if (pin_caps & GPIO_PIN_INVOUT) in gpioled_inv()114 *pin_flags &= ~GPIO_PIN_INVOUT; in gpioled_inv()127 if (pin_caps & GPIO_PIN_INVOUT) in gpioled_inv()128 *pin_flags |= GPIO_PIN_INVOUT; in gpioled_inv()144 if (pin_caps & GPIO_PIN_INVOUT) in gpioled_inv()145 *pin_flags |= GPIO_PIN_INVOUT; in gpioled_inv()151 (((*pin_flags & GPIO_PIN_INVOUT) != 0) && !sc->sc_softinvert) || in gpioled_inv()152 (((*pin_flags & GPIO_PIN_INVOUT) == 0) && sc->sc_softinvert)); in gpioled_inv()
74 GPIO_PIN_INVOUT | GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL)182 if (!pin_value != !(pin_flags & GPIO_PIN_INVOUT)) in ftgpio_pin_write()213 if (((pin_flags & (GPIO_PIN_OUTPUT|GPIO_PIN_INVOUT)) == (GPIO_PIN_OUTPUT|GPIO_PIN_INVOUT)) || in ftgpio_pin_read()
71 GPIO_PIN_INVIN | GPIO_PIN_INVOUT)1254 pin->gp_flags |= (GPIO_PIN_INVIN | GPIO_PIN_INVOUT); in nct_attach()1450 if ((flags & (GPIO_PIN_INVIN | GPIO_PIN_INVOUT)) == in nct_gpio_pin_setflags()1451 (GPIO_PIN_INVIN | GPIO_PIN_INVOUT)) { in nct_gpio_pin_setflags()1466 if ((flags & (GPIO_PIN_INVIN | GPIO_PIN_INVOUT)) != 0) { in nct_gpio_pin_setflags()1468 pin->gp_flags |= (GPIO_PIN_INVIN | GPIO_PIN_INVOUT); in nct_gpio_pin_setflags()1471 pin->gp_flags &= ~(GPIO_PIN_INVIN | GPIO_PIN_INVOUT); in nct_gpio_pin_setflags()
74 #define GPIO_PIN_INVOUT 0x00000100 /* invert output */ macro
373 flags |= GPIO_PIN_INVIN | GPIO_PIN_INVOUT; in as3722_gpio_pin_getflags()558 GPIO_PIN_INVOUT; in as3722_gpio_attach()
92 GPIO_PIN_INVOUT 0x0200 Invert output
269 return (gpio_pin_set_flag(handle, pin, GPIO_PIN_INVOUT)); in gpio_pin_invout()
61 { "IO", GPIO_PIN_INVOUT },
66 GPIO_PIN_INVOUT)