Lines Matching refs:FLAG_IS_OUT
173 clear_bit(FLAG_IS_OUT, &desc->flags); in gpiod_get_direction()
177 set_bit(FLAG_IS_OUT, &desc->flags); in gpiod_get_direction()
340 desc->flags = !chip->direction_input ? (1 << FLAG_IS_OUT) : 0; in gpiochip_add()
1120 clear_bit(FLAG_IS_OUT, &desc->flags); in gpiod_direction_input()
1159 set_bit(FLAG_IS_OUT, &desc->flags); in _gpiod_direction_output_raw()
1356 clear_bit(FLAG_IS_OUT, &desc->flags); in _gpio_set_open_drain_value()
1360 set_bit(FLAG_IS_OUT, &desc->flags); in _gpio_set_open_drain_value()
1383 set_bit(FLAG_IS_OUT, &desc->flags); in _gpio_set_open_source_value()
1387 clear_bit(FLAG_IS_OUT, &desc->flags); in _gpio_set_open_source_value()
1623 if (test_bit(FLAG_IS_OUT, &chip->desc[offset].flags)) { in gpiochip_lock_as_irq()
2450 is_out = test_bit(FLAG_IS_OUT, &gdesc->flags); in gpiolib_dbg_show()