Searched refs:dr_match_t (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/include/linux/device/ |
| H A D | devres.h | 18 typedef int (*dr_match_t)(struct device *dev, void *res, void *match_data); typedef 28 dr_match_t match, void *match_data, 33 void *devres_find(struct device *dev, dr_release_t release, dr_match_t match, void *match_data); 34 void *devres_get(struct device *dev, void *new_res, dr_match_t match, void *match_data); 35 void *devres_remove(struct device *dev, dr_release_t release, dr_match_t match, void *match_data); 36 int devres_destroy(struct device *dev, dr_release_t release, dr_match_t match, void *match_data); 37 int devres_release(struct device *dev, dr_release_t release, dr_match_t match, void *match_data);
|
| /linux-6.15/drivers/base/ |
| H A D | devres.c | 191 dr_match_t match, void *match_data, in devres_for_each_res() 255 dr_match_t match, void *match_data) in find_dr() 287 dr_match_t match, void *match_data) in devres_find() 317 dr_match_t match, void *match_data) in devres_get() 353 dr_match_t match, void *match_data) in devres_remove() 391 dr_match_t match, void *match_data) in devres_destroy() 421 dr_match_t match, void *match_data) in devres_release()
|