Searched refs:FLAG_ACTIVE_LOW (Results 1 – 4 of 4) sorted by relevance
| /drivers/gpio/ |
| A D | gpiolib-sysfs.c | 229 irq_flags |= test_bit(FLAG_ACTIVE_LOW, &desc->flags) ? in gpio_sysfs_request_irq() 234 irq_flags |= test_bit(FLAG_ACTIVE_LOW, &desc->flags) ? in gpio_sysfs_request_irq() 350 if (!!test_bit(FLAG_ACTIVE_LOW, &desc->flags) == !!value) in gpio_sysfs_set_active_low() 353 assign_bit(FLAG_ACTIVE_LOW, &desc->flags, value); in gpio_sysfs_set_active_low() 376 value = !!test_bit(FLAG_ACTIVE_LOW, &desc->flags); in active_low_show()
|
| A D | gpiolib-cdev.c | 147 assign_bit(FLAG_ACTIVE_LOW, &flags, in linehandle_flags_to_desc_flags() 728 flags |= test_bit(FLAG_ACTIVE_LOW, &line->desc->flags) ? in hte_edge_setup() 732 flags |= test_bit(FLAG_ACTIVE_LOW, &line->desc->flags) ? in hte_edge_setup() 834 if (test_bit(FLAG_ACTIVE_LOW, &line->desc->flags)) in debounced_value() 1064 irqflags |= test_bit(FLAG_ACTIVE_LOW, &line->desc->flags) ? in edge_detector_setup() 1067 irqflags |= test_bit(FLAG_ACTIVE_LOW, &line->desc->flags) ? in edge_detector_setup() 1240 assign_bit(FLAG_ACTIVE_LOW, &flags, in gpio_v2_line_config_flags_to_desc_flags() 2118 irqflags |= test_bit(FLAG_ACTIVE_LOW, &desc->flags) ? in lineevent_create() 2121 irqflags |= test_bit(FLAG_ACTIVE_LOW, &desc->flags) ? in lineevent_create() 2289 if (test_bit(FLAG_ACTIVE_LOW, &dflags)) in gpio_desc_to_lineinfo()
|
| A D | gpiolib.c | 2508 clear_bit(FLAG_ACTIVE_LOW, &flags); in gpiod_free_commit() 3013 if (test_bit(FLAG_ACTIVE_LOW, &flags)) in gpiod_direction_output_nonotify() 3223 return test_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpiod_is_active_low() 3234 change_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpiod_toggle_active_low() 3440 if (!raw && test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_get_array_value_complex() 3502 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_get_value() 3771 test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_set_array_value_complex() 3846 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_set_value_nocheck() 4216 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_get_value_cansleep() 4798 set_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpiod_configure_flags() [all …]
|
| A D | gpiolib.h | 193 #define FLAG_ACTIVE_LOW 6 /* value has active low */ macro
|
Completed in 21 milliseconds