Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpio/
H A Dgpiolib-sysfs.c589 if (test_and_set_bit(FLAG_EXPORT, &desc->flags)) in gpiod_export()
634 clear_bit(FLAG_EXPORT, &desc->flags); in gpiod_export()
698 if (!test_bit(FLAG_EXPORT, &desc->flags)) in gpiod_unexport()
706 clear_bit(FLAG_EXPORT, &desc->flags); in gpiod_unexport()
H A Dgpiolib.h194 #define FLAG_EXPORT 2 /* protected by sysfs_lock */ macro
H A Dgpiolib-cdev.c2278 test_bit(FLAG_EXPORT, &dflags) || in gpio_desc_to_lineinfo()