Searched refs:gpio_free_array (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpio/
H A Dgpiolib-legacy.c102 * gpio_free_array - release multiple GPIOs in a single call
108 void gpio_free_array(const struct gpio *array, size_t num) function
113 EXPORT_SYMBOL_GPL(gpio_free_array); variable
/linux-master/include/linux/
H A Dgpio.h118 void gpio_free_array(const struct gpio *array, size_t num);
162 static inline void gpio_free_array(const struct gpio *array, size_t num) function

Completed in 137 milliseconds