Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpio/
Dgpiolib-legacy.c35 set_bit(FLAG_OPEN_SOURCE, &desc->flags); in gpio_request_one()
Dgpiolib.c936 clear_bit(FLAG_OPEN_SOURCE, &desc->flags); in __gpiod_request()
993 clear_bit(FLAG_OPEN_SOURCE, &desc->flags); in __gpiod_free()
1146 if (!value && test_bit(FLAG_OPEN_SOURCE, &desc->flags)) in _gpiod_direction_output_raw()
1404 else if (test_bit(FLAG_OPEN_SOURCE, &desc->flags)) in _gpiod_set_raw_value()
1471 } else if (test_bit(FLAG_OPEN_SOURCE, &desc->flags)) { in gpiod_set_array_value_priv()
2080 set_bit(FLAG_OPEN_SOURCE, &desc->flags); in gpiod_parse_flags()
2233 set_bit(FLAG_OPEN_SOURCE, &desc->flags); in fwnode_get_named_gpiod()
Dgpiolib.h96 #define FLAG_OPEN_SOURCE 8 /* Gpio is open source type */ macro