Searched refs:dr_match_t (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/base/ |
D | devres.c | 169 dr_match_t match, void *match_data, in devres_for_each_res() 233 dr_match_t match, void *match_data) in find_dr() 265 dr_match_t match, void *match_data) in devres_find() 295 dr_match_t match, void *match_data) in devres_get() 331 dr_match_t match, void *match_data) in devres_remove() 369 dr_match_t match, void *match_data) in devres_destroy() 399 dr_match_t match, void *match_data) in devres_release()
|
/Linux-v4.19/include/linux/ |
D | device.h | 627 typedef int (*dr_match_t)(struct device *dev, void *res, void *match_data); typedef 646 dr_match_t match, void *match_data, 652 dr_match_t match, void *match_data); 654 dr_match_t match, void *match_data); 656 dr_match_t match, void *match_data); 658 dr_match_t match, void *match_data); 660 dr_match_t match, void *match_data);
|