Lines Matching refs:gpio_desc

28 	struct gpio_desc **desc = res;  in devm_gpiod_release()
35 struct gpio_desc **this = res, **gpio = data; in devm_gpiod_match()
64 struct gpio_desc *__must_check devm_gpiod_get(struct device *dev, in devm_gpiod_get()
82 struct gpio_desc *__must_check devm_gpiod_get_optional(struct device *dev, in devm_gpiod_get_optional()
101 struct gpio_desc *__must_check devm_gpiod_get_index(struct device *dev, in devm_gpiod_get_index()
106 struct gpio_desc **dr; in devm_gpiod_get_index()
107 struct gpio_desc *desc; in devm_gpiod_get_index()
109 dr = devres_alloc(devm_gpiod_release, sizeof(struct gpio_desc *), in devm_gpiod_get_index()
142 struct gpio_desc *devm_gpiod_get_from_of_node(struct device *dev, in devm_gpiod_get_from_of_node()
148 struct gpio_desc **dr; in devm_gpiod_get_from_of_node()
149 struct gpio_desc *desc; in devm_gpiod_get_from_of_node()
151 dr = devres_alloc(devm_gpiod_release, sizeof(struct gpio_desc *), in devm_gpiod_get_from_of_node()
185 struct gpio_desc *devm_fwnode_get_index_gpiod_from_child(struct device *dev, in devm_fwnode_get_index_gpiod_from_child()
192 struct gpio_desc **dr; in devm_fwnode_get_index_gpiod_from_child()
193 struct gpio_desc *desc; in devm_fwnode_get_index_gpiod_from_child()
196 dr = devres_alloc(devm_gpiod_release, sizeof(struct gpio_desc *), in devm_fwnode_get_index_gpiod_from_child()
238 struct gpio_desc *__must_check devm_gpiod_get_index_optional(struct device *dev, in devm_gpiod_get_index_optional()
243 struct gpio_desc *desc; in devm_gpiod_get_index_optional()
324 void devm_gpiod_put(struct device *dev, struct gpio_desc *desc) in devm_gpiod_put()