Searched refs:gpiod_is_shared (Results 1 – 2 of 2) sorted by relevance
3998 * gpiod_is_shared() - check if this GPIO can be shared by multiple consumers4011 bool gpiod_is_shared(const struct gpio_desc *desc) in gpiod_is_shared() function 4015 EXPORT_SYMBOL_GPL(gpiod_is_shared);
2753 if (gpiod_is_shared(gpiod)) in regulator_ena_gpio_request()