Searched refs:FLAG_SYSFS (Results 1 – 2 of 2) sorted by relevance
475 set_bit(FLAG_SYSFS, &desc->flags); in export_store()508 if (test_and_clear_bit(FLAG_SYSFS, &desc->flags)) { in unexport_store()764 if (test_and_clear_bit(FLAG_SYSFS, &desc->flags)) in gpiochip_sysfs_unregister()
93 #define FLAG_SYSFS 3 /* exported via /sys/class/gpio/control */ macro