Lines Matching refs:gpio_descs
32 struct gpio_descs { struct
78 struct gpio_descs *__must_check gpiod_get_array(struct device *dev,
81 struct gpio_descs *__must_check gpiod_get_array_optional(struct device *dev,
85 void gpiod_put_array(struct gpio_descs *descs);
100 struct gpio_descs *__must_check devm_gpiod_get_array(struct device *dev,
103 struct gpio_descs *__must_check
108 void devm_gpiod_put_array(struct device *dev, struct gpio_descs *descs);
221 static inline struct gpio_descs *__must_check
228 static inline struct gpio_descs *__must_check
252 static inline void gpiod_put_array(struct gpio_descs *descs) in gpiod_put_array()
291 static inline struct gpio_descs *__must_check
298 static inline struct gpio_descs *__must_check
314 struct gpio_descs *descs) in devm_gpiod_put_array()