Home
last modified time | relevance | path

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

/drivers/gpio/
Dgpiolib-sysfs.c503 set_bit(FLAG_SYSFS, &desc->flags); in export_store()
537 if (test_and_clear_bit(FLAG_SYSFS, &desc->flags)) { in unexport_store()
809 if (test_and_clear_bit(FLAG_SYSFS, &desc->flags)) in gpiochip_sysfs_unregister()
Dgpiolib.h106 #define FLAG_SYSFS 3 /* exported via /sys/class/gpio/control */ macro
Dgpiolib-cdev.c1939 test_bit(FLAG_SYSFS, &desc->flags) || in gpio_desc_to_lineinfo()