Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpio/
Dgpiolib-sysfs.c582 test_bit(FLAG_EXPORT, &desc->flags)) { in gpiod_export()
587 test_bit(FLAG_EXPORT, &desc->flags)); in gpiod_export()
619 set_bit(FLAG_EXPORT, &desc->flags); in gpiod_export()
690 if (!test_bit(FLAG_EXPORT, &desc->flags)) in gpiod_unexport()
699 clear_bit(FLAG_EXPORT, &desc->flags); in gpiod_unexport()
Dgpiolib.h154 #define FLAG_EXPORT 2 /* protected by sysfs_lock */ macro
Dgpiolib-cdev.c2272 test_bit(FLAG_EXPORT, &desc->flags) || in gpio_desc_to_lineinfo()