Searched refs:FLAG_EXPORT (Results 1 – 2 of 2) sorted by relevance
580 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()
92 #define FLAG_EXPORT 2 /* protected by sysfs_lock */ macro