Lines Matching refs:FLAG_ACTIVE_LOW
2221 clear_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpiod_free_commit()
2589 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_direction_output()
2774 return test_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpiod_is_active_low()
2785 change_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpiod_toggle_active_low()
2941 if (!raw && test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_get_array_value_complex()
3001 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_get_value()
3218 test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_set_array_value_complex()
3284 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_set_value_nocheck()
3645 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_get_value_cansleep()
4197 set_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpiod_configure_flags()
4613 active_low = test_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpiolib_dbg_show()