Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpio/
Dgpiolib-sysfs.c601 test_bit(FLAG_EXPORT, &desc->flags)) { in gpiod_export()
606 test_bit(FLAG_EXPORT, &desc->flags)); in gpiod_export()
638 set_bit(FLAG_EXPORT, &desc->flags); in gpiod_export()
709 if (!test_bit(FLAG_EXPORT, &desc->flags)) in gpiod_unexport()
718 clear_bit(FLAG_EXPORT, &desc->flags); in gpiod_unexport()
Dgpiolib.h102 #define FLAG_EXPORT 2 /* protected by sysfs_lock */ macro
Dgpiolib.c1087 test_bit(FLAG_EXPORT, &desc->flags) || in gpio_ioctl()