Lines Matching refs:FLAG_ACTIVE_LOW
577 set_bit(FLAG_ACTIVE_LOW, &desc->flags); in linehandle_create()
924 set_bit(FLAG_ACTIVE_LOW, &desc->flags); in lineevent_create()
1072 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpio_ioctl()
2395 clear_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpiod_free_commit()
2603 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_direction_output()
2726 return test_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpiod_is_active_low()
2837 if (!raw && test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_get_array_value_complex()
2890 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_get_value()
3062 if (!raw && test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_set_array_value_complex()
3125 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_set_value_nocheck()
3405 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_get_value_cansleep()
3816 set_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpiod_configure_flags()