Searched refs:GPIO_PIN_INVIN (Results 1 – 9 of 9) sorted by relevance
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()
73 #define GPIO_PIN_INVIN 0x00000080 /* invert input */ macro
73 #define FTGPIO_GPIO_CAPS (GPIO_PIN_INPUT | GPIO_PIN_OUTPUT | GPIO_PIN_INVIN | \214 ((pin_flags & (GPIO_PIN_INPUT |GPIO_PIN_INVIN )) == (GPIO_PIN_INPUT |GPIO_PIN_INVIN))) in ftgpio_pin_read()
66 | GPIO_PIN_PUSHPULL | GPIO_PIN_INVIN)369 *pflags |= GPIO_PIN_INVIN; in tca64xx_pin_getflags()405 if (flags & GPIO_PIN_INVIN) in tca64xx_pin_setflags()
373 flags |= GPIO_PIN_INVIN | GPIO_PIN_INVOUT; in as3722_gpio_pin_getflags()557 GPIO_PIN_PULLUP | GPIO_PIN_PULLDOWN | GPIO_PIN_INVIN | in as3722_gpio_attach()
91 GPIO_PIN_INVIN 0x0100 Invert input
263 return (gpio_pin_set_flag(handle, pin, GPIO_PIN_INVIN)); in gpio_pin_invin()
60 { "II", GPIO_PIN_INVIN },
65 GPIO_PIN_PULLDOWN | GPIO_PIN_INVIN | \