Home
last modified time | relevance | path

Searched refs:gpiod_is_shared (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpio/
H A Dgpiolib.c3998 * gpiod_is_shared() - check if this GPIO can be shared by multiple consumers
4011 bool gpiod_is_shared(const struct gpio_desc *desc) in gpiod_is_shared() function
4015 EXPORT_SYMBOL_GPL(gpiod_is_shared);
/linux/drivers/regulator/
H A Dcore.c2753 if (gpiod_is_shared(gpiod)) in regulator_ena_gpio_request()