Lines Matching refs:FLAG_IS_OUT
230 clear_bit(FLAG_IS_OUT, &desc->flags); in gpiod_get_direction()
234 set_bit(FLAG_IS_OUT, &desc->flags); in gpiod_get_direction()
461 if (!test_bit(FLAG_IS_OUT, &lh->descs[0]->flags)) in linehandle_ioctl()
1091 if (test_bit(FLAG_IS_OUT, &desc->flags)) in gpio_ioctl()
1395 set_bit(FLAG_IS_OUT, &desc->flags); in gpiochip_add_data_with_key()
1397 clear_bit(FLAG_IS_OUT, &desc->flags); in gpiochip_add_data_with_key()
1400 set_bit(FLAG_IS_OUT, &desc->flags); in gpiochip_add_data_with_key()
1402 clear_bit(FLAG_IS_OUT, &desc->flags); in gpiochip_add_data_with_key()
2977 clear_bit(FLAG_IS_OUT, &desc->flags); in gpiod_direction_input()
3029 set_bit(FLAG_IS_OUT, &desc->flags); in gpiod_direction_output_raw_commit()
3124 set_bit(FLAG_IS_OUT, &desc->flags); in gpiod_direction_output()
3489 set_bit(FLAG_IS_OUT, &desc->flags); in gpio_set_open_drain_value_commit()
3512 set_bit(FLAG_IS_OUT, &desc->flags); in gpio_set_open_source_value_commit()
3869 if (test_bit(FLAG_IS_OUT, &desc->flags)) { in gpiochip_lock_as_irq()
3932 WARN_ON(test_bit(FLAG_IS_OUT, &desc->flags)); in gpiochip_enable_irq()
4941 is_out = test_bit(FLAG_IS_OUT, &gdesc->flags); in gpiolib_dbg_show()