Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/gpio/
H A Dgpio-mockup-chardev.c218 if (flag & GPIOHANDLE_REQUEST_INPUT) { in gpio_pin_test()
257 gpio_pin_test(cinfo, line, GPIOHANDLE_REQUEST_INPUT, 0); in gpio_pin_tests()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dgpio.h60 #define GPIOHANDLE_REQUEST_INPUT (1UL << 0) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dgpio.h60 #define GPIOHANDLE_REQUEST_INPUT (1UL << 0) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dgpio.h369 #define GPIOHANDLE_REQUEST_INPUT (1UL << 0) macro
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpiolib-cdev.c77 (GPIOHANDLE_REQUEST_INPUT | \
96 if ((flags & GPIOHANDLE_REQUEST_INPUT) && in linehandle_validate_flags()
116 if (!((flags & GPIOHANDLE_REQUEST_INPUT) || in linehandle_validate_flags()
180 } else if (lflags & GPIOHANDLE_REQUEST_INPUT) { in linehandle_set_config()
353 } else if (lflags & GPIOHANDLE_REQUEST_INPUT) { in linehandle_create()