Lines Matching refs:FLAG_IS_OUT
174 clear_bit(FLAG_IS_OUT, &desc->flags); in gpiod_get_direction()
178 set_bit(FLAG_IS_OUT, &desc->flags); in gpiod_get_direction()
279 desc->flags = !chip->direction_input ? (1 << FLAG_IS_OUT) : 0; in gpiochip_add()
999 clear_bit(FLAG_IS_OUT, &desc->flags); in gpiod_direction_input()
1038 set_bit(FLAG_IS_OUT, &desc->flags); in _gpiod_direction_output_raw()
1225 clear_bit(FLAG_IS_OUT, &desc->flags); in _gpio_set_open_drain_value()
1229 set_bit(FLAG_IS_OUT, &desc->flags); in _gpio_set_open_drain_value()
1252 set_bit(FLAG_IS_OUT, &desc->flags); in _gpio_set_open_source_value()
1256 clear_bit(FLAG_IS_OUT, &desc->flags); in _gpio_set_open_source_value()
1493 if (test_bit(FLAG_IS_OUT, &chip->desc[offset].flags)) { in gpiochip_lock_as_irq()
2268 is_out = test_bit(FLAG_IS_OUT, &gdesc->flags); in gpiolib_dbg_show()