Lines Matching refs:FLAG_ACTIVE_LOW
934 clear_bit(FLAG_ACTIVE_LOW, &desc->flags); in __gpiod_request()
990 clear_bit(FLAG_ACTIVE_LOW, &desc->flags); in __gpiod_free()
1204 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_direction_output()
1247 return test_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpiod_is_active_low()
1335 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_get_value()
1462 if (!raw && test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_set_array_value_priv()
1527 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_set_value()
1691 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_get_value_cansleep()
1733 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_set_value_cansleep()
2076 set_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpiod_parse_flags()
2227 set_bit(FLAG_ACTIVE_LOW, &desc->flags); in fwnode_get_named_gpiod()