Lines Matching refs:FLAG_ACTIVE_LOW
2105 clear_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpiod_free_commit()
2427 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_direction_output()
2572 return test_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpiod_is_active_low()
2583 change_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpiod_toggle_active_low()
2727 if (!raw && test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_get_array_value_complex()
2785 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_get_value()
2995 test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_set_array_value_complex()
3059 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_set_value_nocheck()
3410 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_get_value_cansleep()
3871 set_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpiod_configure_flags()
4391 active_low = test_bit(FLAG_ACTIVE_LOW, &gdesc->flags); in gpiolib_dbg_show()