Home
last modified time | relevance | path

Searched refs:gpio_pin_test (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/gpio/
H A Dgpio-mockup-chardev.c196 int gpio_pin_test(struct gpiochip_info *cinfo, int line, int flag, int value) in gpio_pin_test() function
245 gpio_pin_test(cinfo, line, GPIOHANDLE_REQUEST_OUTPUT, 0); in gpio_pin_tests()
247 gpio_pin_test(cinfo, line, GPIOHANDLE_REQUEST_OUTPUT, 1); in gpio_pin_tests()
249 gpio_pin_test(cinfo, line, in gpio_pin_tests()
253 gpio_pin_test(cinfo, line, in gpio_pin_tests()
257 gpio_pin_test(cinfo, line, GPIOHANDLE_REQUEST_INPUT, 0); in gpio_pin_tests()