Lines Matching refs:gpio_desc

20 	struct gpio_desc **desc = res;  in devm_gpiod_release()
27 struct gpio_desc **this = res, **gpio = data; in devm_gpiod_match()
56 struct gpio_desc *__must_check devm_gpiod_get(struct device *dev, in devm_gpiod_get()
74 struct gpio_desc *__must_check devm_gpiod_get_optional(struct device *dev, in devm_gpiod_get_optional()
93 struct gpio_desc *__must_check devm_gpiod_get_index(struct device *dev, in devm_gpiod_get_index()
98 struct gpio_desc **dr; in devm_gpiod_get_index()
99 struct gpio_desc *desc; in devm_gpiod_get_index()
118 dr = devres_alloc(devm_gpiod_release, sizeof(struct gpio_desc *), in devm_gpiod_get_index()
147 struct gpio_desc *devm_gpiod_get_from_of_node(struct device *dev, in devm_gpiod_get_from_of_node()
153 struct gpio_desc **dr; in devm_gpiod_get_from_of_node()
154 struct gpio_desc *desc; in devm_gpiod_get_from_of_node()
173 dr = devres_alloc(devm_gpiod_release, sizeof(struct gpio_desc *), in devm_gpiod_get_from_of_node()
203 struct gpio_desc *devm_fwnode_get_index_gpiod_from_child(struct device *dev, in devm_fwnode_get_index_gpiod_from_child()
210 struct gpio_desc **dr; in devm_fwnode_get_index_gpiod_from_child()
211 struct gpio_desc *desc; in devm_fwnode_get_index_gpiod_from_child()
214 dr = devres_alloc(devm_gpiod_release, sizeof(struct gpio_desc *), in devm_fwnode_get_index_gpiod_from_child()
256 struct gpio_desc *__must_check devm_gpiod_get_index_optional(struct device *dev, in devm_gpiod_get_index_optional()
261 struct gpio_desc *desc; in devm_gpiod_get_index_optional()
342 void devm_gpiod_put(struct device *dev, struct gpio_desc *desc) in devm_gpiod_put()
359 void devm_gpiod_unhinge(struct device *dev, struct gpio_desc *desc) in devm_gpiod_unhinge()