Lines Matching defs:dev

18 static void devm_gpiod_release(struct device *dev, void *res)  in devm_gpiod_release()
25 static int devm_gpiod_match(struct device *dev, void *res, void *data) in devm_gpiod_match()
32 static void devm_gpiod_release_array(struct device *dev, void *res) in devm_gpiod_release_array()
39 static int devm_gpiod_match_array(struct device *dev, void *res, void *data) in devm_gpiod_match_array()
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()
147 struct gpio_desc *devm_gpiod_get_from_of_node(struct device *dev, in devm_gpiod_get_from_of_node()
202 struct gpio_desc *devm_fwnode_gpiod_get_index(struct device *dev, in devm_fwnode_gpiod_get_index()
241 struct gpio_desc *__must_check devm_gpiod_get_index_optional(struct device *dev, in devm_gpiod_get_index_optional()
268 struct gpio_descs *__must_check devm_gpiod_get_array(struct device *dev, in devm_gpiod_get_array()
305 devm_gpiod_get_array_optional(struct device *dev, const char *con_id, in devm_gpiod_get_array_optional()
327 void devm_gpiod_put(struct device *dev, struct gpio_desc *desc) in devm_gpiod_put()
344 void devm_gpiod_unhinge(struct device *dev, struct gpio_desc *desc) in devm_gpiod_unhinge()
373 void devm_gpiod_put_array(struct device *dev, struct gpio_descs *descs) in devm_gpiod_put_array()
383 static void devm_gpio_release(struct device *dev, void *res) in devm_gpio_release()
390 static int devm_gpio_match(struct device *dev, void *res, void *data) in devm_gpio_match()
412 int devm_gpio_request(struct device *dev, unsigned gpio, const char *label) in devm_gpio_request()
441 int devm_gpio_request_one(struct device *dev, unsigned gpio, in devm_gpio_request_one()
474 void devm_gpio_free(struct device *dev, unsigned int gpio) in devm_gpio_free()
482 static void devm_gpio_chip_release(struct device *dev, void *res) in devm_gpio_chip_release()
506 int devm_gpiochip_add_data_with_key(struct device *dev, struct gpio_chip *gc, void *data, in devm_gpiochip_add_data_with_key()