Home
last modified time | relevance | path

Searched refs:FLAG_OPEN_SOURCE (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/gpio/
Dgpiolib-legacy.c40 set_bit(FLAG_OPEN_SOURCE, &desc->flags); in gpio_request_one()
Dgpiolib.h106 #define FLAG_OPEN_SOURCE 8 /* Gpio is open source type */ macro
Dgpiolib.c595 set_bit(FLAG_OPEN_SOURCE, &desc->flags); in linehandle_create()
1098 if (test_bit(FLAG_OPEN_SOURCE, &desc->flags)) in gpio_ioctl()
2792 clear_bit(FLAG_OPEN_SOURCE, &desc->flags); in gpiod_free_commit()
3098 else if (test_bit(FLAG_OPEN_SOURCE, &desc->flags)) { in gpiod_direction_output()
3632 } else if (test_bit(FLAG_OPEN_SOURCE, &desc->flags) && !raw) { in gpiod_set_array_value_complex()
3694 else if (test_bit(FLAG_OPEN_SOURCE, &desc->flags)) in gpiod_set_value_nocheck()
3985 return test_bit(FLAG_OPEN_SOURCE, &chip->gpiodev->descs[offset].flags); in gpiochip_line_is_open_source()
4451 set_bit(FLAG_OPEN_SOURCE, &desc->flags); in gpiod_configure_flags()