Searched refs:GPIO_PIN_INVOUT (Results 1 – 5 of 5) sorted by relevance
60 GPIO_PIN_INVOUT | GPIO_PIN_REPORT )63 GPIO_PIN_INVOUT )120 if (flags & GPIO_PIN_INVOUT) { in rt305x_gpio_pin_configure()121 pin->gp_flags |= GPIO_PIN_INVOUT; in rt305x_gpio_pin_configure()125 pin->gp_flags &= ~GPIO_PIN_INVOUT; in rt305x_gpio_pin_configure()505 GPIO_PIN_INPUT|GPIO_PIN_INVOUT| in rt305x_gpio_attach()506 GPIO_PIN_INVOUT|GPIO_PIN_REPORT); in rt305x_gpio_attach()512 GPIO_PIN_INPUT|GPIO_PIN_INVOUT); in rt305x_gpio_attach()
71 #define GPIO_PIN_INVOUT 0x0100 /* invert output */ macro
57 { "IO", GPIO_PIN_INVOUT },
271 return (gpio_pin_set_flag(handle, pin, GPIO_PIN_INVOUT)); in gpio_pin_invout()
127 #define GPIO_PIN_INVOUT 0x0100 /* invert output */