Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpio/
Dgpiolib-legacy.c39 set_bit(FLAG_OPEN_SOURCE, &desc->flags); in gpio_request_one()
Dgpiolib.h90 #define FLAG_OPEN_SOURCE 8 /* Gpio is open source type */ macro
Dgpiolib.c872 clear_bit(FLAG_OPEN_SOURCE, &desc->flags); in __gpiod_free()
1025 if (!value && test_bit(FLAG_OPEN_SOURCE, &desc->flags)) in _gpiod_direction_output_raw()
1273 else if (test_bit(FLAG_OPEN_SOURCE, &desc->flags)) in _gpiod_set_raw_value()
1341 } else if (test_bit(FLAG_OPEN_SOURCE, &desc->flags)) { in gpiod_set_array_priv()
1933 set_bit(FLAG_OPEN_SOURCE, &desc->flags); in gpiod_configure_flags()