Home
last modified time | relevance | path

Searched refs:FLAG_SYSFS (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpiolib-sysfs.c481 /* No extra locking here; FLAG_SYSFS just signifies that the in export_store()
503 set_bit(FLAG_SYSFS, &desc->flags); in export_store()
533 /* No extra locking here; FLAG_SYSFS just signifies that the in unexport_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()
H A Dgpiolib.h106 #define FLAG_SYSFS 3 /* exported via /sys/class/gpio/control */ macro
H A Dgpiolib-cdev.c1939 test_bit(FLAG_SYSFS, &desc->flags) || in gpio_desc_to_lineinfo()
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpiolib-sysfs.c467 /* No extra locking here; FLAG_SYSFS just signifies that the in export_store()
486 set_bit(FLAG_SYSFS, &desc->flags); in export_store()
516 /* No extra locking here; FLAG_SYSFS just signifies that the in unexport_store()
520 if (test_and_clear_bit(FLAG_SYSFS, &desc->flags)) { in unexport_store()
788 for_each_gpio_desc_with_flag(chip, desc, FLAG_SYSFS) { in gpiochip_sysfs_unregister()
H A Dgpiolib.h165 #define FLAG_SYSFS 3 /* exported via /sys/class/gpio/control */ macro
H A Dgpiolib-cdev.c2310 test_bit(FLAG_SYSFS, &desc->flags) || in gpio_desc_to_lineinfo()

Completed in 9 milliseconds