Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpio/
Dgpiolib-sysfs.c606 test_bit(FLAG_EXPORT, &desc->flags)) { in gpiod_export()
611 test_bit(FLAG_EXPORT, &desc->flags)); in gpiod_export()
643 set_bit(FLAG_EXPORT, &desc->flags); in gpiod_export()
714 if (!test_bit(FLAG_EXPORT, &desc->flags)) in gpiod_unexport()
723 clear_bit(FLAG_EXPORT, &desc->flags); in gpiod_unexport()
Dgpiolib.h211 #define FLAG_EXPORT 2 /* protected by sysfs_lock */ macro
Dgpiolib.c1067 test_bit(FLAG_EXPORT, &desc->flags) || in gpio_ioctl()