Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpio/
Dgpiolib.h85 #define FLAG_SYSFS 3 /* exported via /sys/class/gpio/control */ macro
Dgpiolib-sysfs.c480 set_bit(FLAG_SYSFS, &desc->flags); in export_store()
513 if (test_and_clear_bit(FLAG_SYSFS, &desc->flags)) { in unexport_store()
816 if (test_and_clear_bit(FLAG_SYSFS, &desc->flags)) in gpiochip_unexport()