Searched refs:FLAG_ACTIVE_LOW (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpio/ |
| A D | gpiolib-sysfs.c | 177 irq_flags |= test_bit(FLAG_ACTIVE_LOW, &desc->flags) ? in gpio_sysfs_request_irq() 180 irq_flags |= test_bit(FLAG_ACTIVE_LOW, &desc->flags) ? in gpio_sysfs_request_irq() 307 if (!!test_bit(FLAG_ACTIVE_LOW, &desc->flags) == !!value) in gpio_sysfs_set_active_low() 310 assign_bit(FLAG_ACTIVE_LOW, &desc->flags, value); in gpio_sysfs_set_active_low() 332 !!test_bit(FLAG_ACTIVE_LOW, &desc->flags)); in active_low_show()
|
| A D | gpiolib-cdev.c | 136 assign_bit(FLAG_ACTIVE_LOW, flagsp, in linehandle_flags_to_desc_flags() 633 if (test_bit(FLAG_ACTIVE_LOW, &line->desc->flags)) in debounced_value() 674 if (test_bit(FLAG_ACTIVE_LOW, &line->desc->flags)) in debounce_work_func() 817 irqflags |= test_bit(FLAG_ACTIVE_LOW, &line->desc->flags) ? in edge_detector_setup() 820 irqflags |= test_bit(FLAG_ACTIVE_LOW, &line->desc->flags) ? in edge_detector_setup() 968 assign_bit(FLAG_ACTIVE_LOW, flagsp, in gpio_v2_line_config_flags_to_desc_flags() 1130 (!!test_bit(FLAG_ACTIVE_LOW, &desc->flags) != in linereq_set_config_unlocked() 1790 irqflags |= test_bit(FLAG_ACTIVE_LOW, &desc->flags) ? in lineevent_create() 1793 irqflags |= test_bit(FLAG_ACTIVE_LOW, &desc->flags) ? in lineevent_create() 1940 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpio_desc_to_lineinfo()
|
| A D | gpiolib-legacy.c | 43 set_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpio_request_one()
|
| A D | gpiolib.c | 1981 clear_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpiod_free_commit() 2334 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_direction_output() 2462 return test_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpiod_is_active_low() 2473 change_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpiod_toggle_active_low() 2626 if (!raw && test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_get_array_value_complex() 2686 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_get_value() 2903 test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_set_array_value_complex() 2969 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_set_value_nocheck() 3320 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_get_value_cansleep() 3786 set_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpiod_configure_flags() [all …]
|
| A D | gpiolib.h | 107 #define FLAG_ACTIVE_LOW 6 /* value has active low */ macro
|
Completed in 18 milliseconds