Lines Matching refs:FLAG_ACTIVE_LOW
2220 clear_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpiod_free_commit()
2588 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_direction_output()
2773 return test_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpiod_is_active_low()
2784 change_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpiod_toggle_active_low()
2940 if (!raw && test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_get_array_value_complex()
3000 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_get_value()
3217 test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_set_array_value_complex()
3283 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_set_value_nocheck()
3644 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_get_value_cansleep()
4196 set_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpiod_configure_flags()
4612 active_low = test_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpiolib_dbg_show()