Home
last modified time | relevance | path

Searched refs:dr_match_t (Results 1 – 1 of 1) sorted by relevance

/include/linux/device/
A Ddevres.h19 typedef int (*dr_match_t)(struct device *dev, void *res, void *match_data); typedef
29 dr_match_t match, void *match_data,
34 void *devres_find(struct device *dev, dr_release_t release, dr_match_t match, void *match_data);
35 void *devres_get(struct device *dev, void *new_res, dr_match_t match, void *match_data);
36 void *devres_remove(struct device *dev, dr_release_t release, dr_match_t match, void *match_data);
37 int devres_destroy(struct device *dev, dr_release_t release, dr_match_t match, void *match_data);
38 int devres_release(struct device *dev, dr_release_t release, dr_match_t match, void *match_data);

Completed in 4 milliseconds