Lines Matching refs:FLAG_ACTIVE_LOW
2139 clear_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpiod_free_commit()
2461 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_direction_output()
2606 return test_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpiod_is_active_low()
2617 change_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpiod_toggle_active_low()
2761 if (!raw && test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_get_array_value_complex()
2819 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_get_value()
3029 test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_set_array_value_complex()
3093 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_set_value_nocheck()
3454 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_get_value_cansleep()
3915 set_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpiod_configure_flags()
4478 active_low = test_bit(FLAG_ACTIVE_LOW, &gdesc->flags); in gpiolib_dbg_show()