Lines Matching refs:gpio_descs
24 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);
223 static inline struct gpio_descs *__must_check
230 static inline struct gpio_descs *__must_check
254 static inline void gpiod_put_array(struct gpio_descs *descs) in gpiod_put_array()
293 static inline struct gpio_descs *__must_check
300 static inline struct gpio_descs *__must_check
316 struct gpio_descs *descs) in devm_gpiod_put_array()
669 static inline int gpiod_multi_set_value_cansleep(struct gpio_descs *descs, in gpiod_multi_set_value_cansleep()