Lines Matching refs:gpio_descs
24 struct gpio_descs { struct
68 struct gpio_descs *__must_check gpiod_get_array(struct device *dev,
71 struct gpio_descs *__must_check gpiod_get_array_optional(struct device *dev,
75 void gpiod_put_array(struct gpio_descs *descs);
90 struct gpio_descs *__must_check devm_gpiod_get_array(struct device *dev,
93 struct gpio_descs *__must_check
97 void devm_gpiod_put_array(struct device *dev, struct gpio_descs *descs);
206 static inline struct gpio_descs *__must_check
213 static inline struct gpio_descs *__must_check
228 static inline void gpiod_put_array(struct gpio_descs *descs) in gpiod_put_array()
267 static inline struct gpio_descs *__must_check
274 static inline struct gpio_descs *__must_check
290 struct gpio_descs *descs) in devm_gpiod_put_array()