Searched refs:FLAG_OPEN_SOURCE (Results 1 – 3 of 3) sorted by relevance
39 set_bit(FLAG_OPEN_SOURCE, &desc->flags); in gpio_request_one()
517 set_bit(FLAG_OPEN_SOURCE, &desc->flags); in linehandle_create()992 if (test_bit(FLAG_OPEN_SOURCE, &desc->flags)) in gpio_ioctl()2171 clear_bit(FLAG_OPEN_SOURCE, &desc->flags); in __gpiod_free()2345 else if (test_bit(FLAG_OPEN_SOURCE, &desc->flags)) { in _gpiod_direction_output_raw()2611 else if (test_bit(FLAG_OPEN_SOURCE, &desc->flags)) in _gpiod_set_raw_value()2671 } else if (test_bit(FLAG_OPEN_SOURCE, &desc->flags)) { in gpiod_set_array_value_complex()2920 return test_bit(FLAG_OPEN_SOURCE, &chip->gpiodev->descs[offset].flags); in gpiochip_line_is_open_source()3307 set_bit(FLAG_OPEN_SOURCE, &desc->flags); in gpiod_configure_flags()
201 #define FLAG_OPEN_SOURCE 8 /* Gpio is open source type */ macro