Searched refs:GPIO_PIN_INVOUT (Results 1 – 8 of 8) sorted by relevance
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()1449 if ((flags & (GPIO_PIN_INVIN | GPIO_PIN_INVOUT)) == in nct_gpio_pin_setflags()1450 (GPIO_PIN_INVIN | GPIO_PIN_INVOUT)) { in nct_gpio_pin_setflags()1465 if ((flags & (GPIO_PIN_INVIN | GPIO_PIN_INVOUT)) != 0) { in nct_gpio_pin_setflags()1467 pin->gp_flags |= (GPIO_PIN_INVIN | GPIO_PIN_INVOUT); in nct_gpio_pin_setflags()1470 pin->gp_flags &= ~(GPIO_PIN_INVIN | GPIO_PIN_INVOUT); in nct_gpio_pin_setflags()
74 #define GPIO_PIN_INVOUT 0x00000100 /* invert output */ macro
374 flags |= GPIO_PIN_INVIN | GPIO_PIN_INVOUT; in as3722_gpio_pin_getflags()559 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 },
67 GPIO_PIN_INVOUT)