Searched refs:FLAG_EXPORT (Results 1 – 3 of 3) sorted by relevance
589 if (test_and_set_bit(FLAG_EXPORT, &desc->flags)) in gpiod_export()634 clear_bit(FLAG_EXPORT, &desc->flags); in gpiod_export()698 if (!test_bit(FLAG_EXPORT, &desc->flags)) in gpiod_unexport()706 clear_bit(FLAG_EXPORT, &desc->flags); in gpiod_unexport()
194 #define FLAG_EXPORT 2 /* protected by sysfs_lock */ macro
2278 test_bit(FLAG_EXPORT, &dflags) || in gpio_desc_to_lineinfo()