Home
last modified time | relevance | path

Searched refs:FLAG_SYSFS (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/gpio/
Dgpiolib-sysfs.c475 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()
Dgpiolib.h93 #define FLAG_SYSFS 3 /* exported via /sys/class/gpio/control */ macro