Searched refs:GPIOHANDLE_REQUEST_ACTIVE_LOW (Results 1 – 2 of 2) sorted by relevance
225 if (flag & GPIOHANDLE_REQUEST_ACTIVE_LOW) in gpio_pin_test()251 GPIOHANDLE_REQUEST_OUTPUT | GPIOHANDLE_REQUEST_ACTIVE_LOW, in gpio_pin_tests()255 GPIOHANDLE_REQUEST_OUTPUT | GPIOHANDLE_REQUEST_ACTIVE_LOW, in gpio_pin_tests()
62 #define GPIOHANDLE_REQUEST_ACTIVE_LOW (1UL << 2) macro