Lines Matching refs:gpio_descs
22 struct gpio_descs { struct
76 struct gpio_descs *__must_check gpiod_get_array(struct device *dev,
79 struct gpio_descs *__must_check gpiod_get_array_optional(struct device *dev,
83 void gpiod_put_array(struct gpio_descs *descs);
98 struct gpio_descs *__must_check devm_gpiod_get_array(struct device *dev,
101 struct gpio_descs *__must_check
106 void devm_gpiod_put_array(struct device *dev, struct gpio_descs *descs);
225 static inline struct gpio_descs *__must_check
232 static inline struct gpio_descs *__must_check
256 static inline void gpiod_put_array(struct gpio_descs *descs) in gpiod_put_array()
295 static inline struct gpio_descs *__must_check
302 static inline struct gpio_descs *__must_check
318 struct gpio_descs *descs) in devm_gpiod_put_array()