Lines Matching refs:gpio_descs
23 struct gpio_descs { struct
77 struct gpio_descs *__must_check gpiod_get_array(struct device *dev,
80 struct gpio_descs *__must_check gpiod_get_array_optional(struct device *dev,
84 void gpiod_put_array(struct gpio_descs *descs);
99 struct gpio_descs *__must_check devm_gpiod_get_array(struct device *dev,
102 struct gpio_descs *__must_check
107 void devm_gpiod_put_array(struct device *dev, struct gpio_descs *descs);
226 static inline struct gpio_descs *__must_check
233 static inline struct gpio_descs *__must_check
257 static inline void gpiod_put_array(struct gpio_descs *descs) in gpiod_put_array()
296 static inline struct gpio_descs *__must_check
303 static inline struct gpio_descs *__must_check
319 struct gpio_descs *descs) in devm_gpiod_put_array()