Home
last modified time | relevance | path

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

/linux/drivers/gpio/
A Dgpiolib-sysfs.c602 test_bit(FLAG_EXPORT, &desc->flags)) { in gpiod_export()
607 test_bit(FLAG_EXPORT, &desc->flags)); in gpiod_export()
639 set_bit(FLAG_EXPORT, &desc->flags); in gpiod_export()
710 if (!test_bit(FLAG_EXPORT, &desc->flags)) in gpiod_unexport()
719 clear_bit(FLAG_EXPORT, &desc->flags); in gpiod_unexport()
A Dgpiolib.h105 #define FLAG_EXPORT 2 /* protected by sysfs_lock */ macro
A Dgpiolib-cdev.c1929 test_bit(FLAG_EXPORT, &desc->flags) || in gpio_desc_to_lineinfo()

Completed in 9 milliseconds