Searched refs:GPIOHANDLE_REQUEST_INPUT (Results 1 – 2 of 2) sorted by relevance
219 if (flag & GPIOHANDLE_REQUEST_INPUT) { in gpio_pin_test()258 gpio_pin_test(cinfo, line, GPIOHANDLE_REQUEST_INPUT, 0); in gpio_pin_tests()
60 #define GPIOHANDLE_REQUEST_INPUT (1UL << 0) macro