Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/gpio/
H A Dgpio-mockup-chardev.c224 if (flag & GPIOHANDLE_REQUEST_ACTIVE_LOW) in gpio_pin_test()
250 GPIOHANDLE_REQUEST_OUTPUT | GPIOHANDLE_REQUEST_ACTIVE_LOW, in gpio_pin_tests()
254 GPIOHANDLE_REQUEST_OUTPUT | GPIOHANDLE_REQUEST_ACTIVE_LOW, 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.h62 #define GPIOHANDLE_REQUEST_ACTIVE_LOW (1UL << 2) 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.h62 #define GPIOHANDLE_REQUEST_ACTIVE_LOW (1UL << 2) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dgpio.h371 #define GPIOHANDLE_REQUEST_ACTIVE_LOW (1UL << 2) macro
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpiolib-cdev.c79 GPIOHANDLE_REQUEST_ACTIVE_LOW | \
137 lflags & GPIOHANDLE_REQUEST_ACTIVE_LOW); in linehandle_flags_to_desc_flags()