Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpio/
Dgpiolib-sysfs.c580 test_bit(FLAG_EXPORT, &desc->flags)) { in gpiod_export()
585 test_bit(FLAG_EXPORT, &desc->flags)); in gpiod_export()
617 set_bit(FLAG_EXPORT, &desc->flags); in gpiod_export()
688 if (!test_bit(FLAG_EXPORT, &desc->flags)) in gpiod_unexport()
697 clear_bit(FLAG_EXPORT, &desc->flags); in gpiod_unexport()
Dgpiolib.h92 #define FLAG_EXPORT 2 /* protected by sysfs_lock */ macro