Lines Matching refs:gpio_desc
20 struct gpio_desc **desc = res;
27 struct gpio_desc **this = res, **gpio = data;
56 struct gpio_desc *__must_check devm_gpiod_get(struct device *dev,
74 struct gpio_desc *__must_check devm_gpiod_get_optional(struct device *dev,
93 struct gpio_desc *__must_check devm_gpiod_get_index(struct device *dev,
98 struct gpio_desc **dr;
99 struct gpio_desc *desc;
118 dr = devres_alloc(devm_gpiod_release, sizeof(struct gpio_desc *),
147 struct gpio_desc *devm_gpiod_get_from_of_node(struct device *dev,
153 struct gpio_desc **dr;
154 struct gpio_desc *desc;
173 dr = devres_alloc(devm_gpiod_release, sizeof(struct gpio_desc *),
202 struct gpio_desc *devm_fwnode_gpiod_get_index(struct device *dev,
208 struct gpio_desc **dr;
209 struct gpio_desc *desc;
211 dr = devres_alloc(devm_gpiod_release, sizeof(struct gpio_desc *),
241 struct gpio_desc *__must_check devm_gpiod_get_index_optional(struct device *dev,
246 struct gpio_desc *desc;
327 void devm_gpiod_put(struct device *dev, struct gpio_desc *desc)
344 void devm_gpiod_unhinge(struct device *dev, struct gpio_desc *desc)