Lines Matching refs:FLAG_ACTIVE_LOW
591 set_bit(FLAG_ACTIVE_LOW, &desc->flags); in linehandle_create()
947 set_bit(FLAG_ACTIVE_LOW, &desc->flags); in lineevent_create()
960 irqflags |= test_bit(FLAG_ACTIVE_LOW, &desc->flags) ? in lineevent_create()
963 irqflags |= test_bit(FLAG_ACTIVE_LOW, &desc->flags) ? in lineevent_create()
1093 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpio_ioctl()
2789 clear_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpiod_free_commit()
3071 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_direction_output()
3210 return test_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpiod_is_active_low()
3355 if (!raw && test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_get_array_value_complex()
3413 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_get_value()
3623 test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_set_array_value_complex()
3690 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_set_value_nocheck()
4034 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_get_value_cansleep()
4434 set_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpiod_configure_flags()
4943 active_low = test_bit(FLAG_ACTIVE_LOW, &gdesc->flags); in gpiolib_dbg_show()