Lines Matching refs:gpio_descs
33 struct gpio_descs { struct
79 struct gpio_descs *__must_check gpiod_get_array(struct device *dev,
82 struct gpio_descs *__must_check gpiod_get_array_optional(struct device *dev,
86 void gpiod_put_array(struct gpio_descs *descs);
101 struct gpio_descs *__must_check devm_gpiod_get_array(struct device *dev,
104 struct gpio_descs *__must_check
109 void devm_gpiod_put_array(struct device *dev, struct gpio_descs *descs);
230 static inline struct gpio_descs *__must_check
237 static inline struct gpio_descs *__must_check
261 static inline void gpiod_put_array(struct gpio_descs *descs) in gpiod_put_array()
300 static inline struct gpio_descs *__must_check
307 static inline struct gpio_descs *__must_check
323 struct gpio_descs *descs) in devm_gpiod_put_array()