Lines Matching refs:gpio_descs
23 struct gpio_descs { struct
64 struct gpio_descs *__must_check gpiod_get_array(struct device *dev,
67 struct gpio_descs *__must_check gpiod_get_array_optional(struct device *dev,
71 void gpiod_put_array(struct gpio_descs *descs);
86 struct gpio_descs *__must_check devm_gpiod_get_array(struct device *dev,
89 struct gpio_descs *__must_check
93 void devm_gpiod_put_array(struct device *dev, struct gpio_descs *descs);
178 static inline struct gpio_descs *__must_check
185 static inline struct gpio_descs *__must_check
200 static inline void gpiod_put_array(struct gpio_descs *descs) in gpiod_put_array()
239 static inline struct gpio_descs *__must_check
246 static inline struct gpio_descs *__must_check
262 struct gpio_descs *descs) in devm_gpiod_put_array()