Lines Matching defs:dev

24 static void devm_gpiod_release(struct device *dev, void *res)  in devm_gpiod_release()
31 static int devm_gpiod_match(struct device *dev, void *res, void *data) in devm_gpiod_match()
38 static void devm_gpiod_release_array(struct device *dev, void *res) in devm_gpiod_release_array()
45 static int devm_gpiod_match_array(struct device *dev, void *res, void *data) in devm_gpiod_match_array()
62 struct gpio_desc *__must_check __devm_gpiod_get(struct device *dev, in __devm_gpiod_get()
80 struct gpio_desc *__must_check __devm_gpiod_get_optional(struct device *dev, in __devm_gpiod_get_optional()
99 struct gpio_desc *__must_check __devm_gpiod_get_index(struct device *dev, in __devm_gpiod_get_index()
134 struct gpio_desc *devm_get_gpiod_from_child(struct device *dev, in devm_get_gpiod_from_child()
185 struct gpio_desc *__must_check __devm_gpiod_get_index_optional(struct device *dev, in __devm_gpiod_get_index_optional()
212 struct gpio_descs *__must_check devm_gpiod_get_array(struct device *dev, in devm_gpiod_get_array()
249 devm_gpiod_get_array_optional(struct device *dev, const char *con_id, in devm_gpiod_get_array_optional()
270 void devm_gpiod_put(struct device *dev, struct gpio_desc *desc) in devm_gpiod_put()
285 void devm_gpiod_put_array(struct device *dev, struct gpio_descs *descs) in devm_gpiod_put_array()
295 static void devm_gpio_release(struct device *dev, void *res) in devm_gpio_release()
302 static int devm_gpio_match(struct device *dev, void *res, void *data) in devm_gpio_match()
324 int devm_gpio_request(struct device *dev, unsigned gpio, const char *label) in devm_gpio_request()
353 int devm_gpio_request_one(struct device *dev, unsigned gpio, in devm_gpio_request_one()
386 void devm_gpio_free(struct device *dev, unsigned int gpio) in devm_gpio_free()