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_fwnode_gpiod_get_index(struct device *dev,
153 struct gpio_desc **dr;
154 struct gpio_desc *desc;
156 dr = devres_alloc(devm_gpiod_release, sizeof(struct gpio_desc *),
186 struct gpio_desc *__must_check devm_gpiod_get_index_optional(struct device *dev,
191 struct gpio_desc *desc;
270 void devm_gpiod_put(struct device *dev, struct gpio_desc *desc)
287 void devm_gpiod_unhinge(struct device *dev, struct gpio_desc *desc)