Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpiolib-sysfs.c610 test_bit(FLAG_EXPORT, &desc->flags)) { in gpiod_export()
615 test_bit(FLAG_EXPORT, &desc->flags)); in gpiod_export()
647 set_bit(FLAG_EXPORT, &desc->flags); in gpiod_export()
718 if (!test_bit(FLAG_EXPORT, &desc->flags)) in gpiod_unexport()
727 clear_bit(FLAG_EXPORT, &desc->flags); in gpiod_unexport()
H A Dgpiolib.h105 #define FLAG_EXPORT 2 /* protected by sysfs_lock */ macro
H A Dgpiolib-cdev.c1915 test_bit(FLAG_EXPORT, &desc->flags) || in gpio_desc_to_lineinfo()