Searched refs:FLAG_EXPORT (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/gpio/ |
D | gpiolib-sysfs.c | 49 if (!test_bit(FLAG_EXPORT, &desc->flags)) { in gpio_direction_show() 70 if (!test_bit(FLAG_EXPORT, &desc->flags)) in gpio_direction_store() 96 if (!test_bit(FLAG_EXPORT, &desc->flags)) in gpio_value_show() 113 if (!test_bit(FLAG_EXPORT, &desc->flags)) in gpio_value_store() 240 if (!test_bit(FLAG_EXPORT, &desc->flags)) in gpio_edge_show() 274 if (!test_bit(FLAG_EXPORT, &desc->flags)) in gpio_edge_store() 322 if (!test_bit(FLAG_EXPORT, &desc->flags)) in gpio_active_low_show() 341 if (!test_bit(FLAG_EXPORT, &desc->flags)) { in gpio_active_low_store() 584 test_bit(FLAG_EXPORT, &desc->flags)) { in gpiod_export() 589 test_bit(FLAG_EXPORT, &desc->flags)); in gpiod_export() [all …]
|
D | gpiolib.h | 84 #define FLAG_EXPORT 2 /* protected by sysfs_lock */ macro
|