Searched refs:FLAG_EXPORT (Results 1 – 3 of 3) sorted by relevance
751 if (test_and_set_bit(FLAG_EXPORT, &desc->flags)) in gpiod_export()869 clear_bit(FLAG_EXPORT, &desc->flags); in gpiod_export()940 if (!test_bit(FLAG_EXPORT, &desc->flags)) in gpiod_unexport()959 clear_bit(FLAG_EXPORT, &desc->flags); in gpiod_unexport()
191 #define FLAG_EXPORT 2 /* protected by sysfs_lock */ macro
2275 test_bit(FLAG_EXPORT, &dflags) || in gpio_desc_to_lineinfo()
Completed in 11 milliseconds