Searched refs:FLAG_EXPORT (Results 1 – 3 of 3) sorted by relevance
596 test_bit(FLAG_EXPORT, &desc->flags)) { in gpiod_export()601 test_bit(FLAG_EXPORT, &desc->flags)); in gpiod_export()633 set_bit(FLAG_EXPORT, &desc->flags); in gpiod_export()704 if (!test_bit(FLAG_EXPORT, &desc->flags)) in gpiod_unexport()713 clear_bit(FLAG_EXPORT, &desc->flags); in gpiod_unexport()
167 #define FLAG_EXPORT 2 /* protected by sysfs_lock */ macro
2494 test_bit(FLAG_EXPORT, &desc->flags) || in gpio_desc_to_lineinfo()