Searched refs:dr_match_t (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/base/ |
D | devres.c | 164 dr_match_t match, void *match_data, in devres_for_each_res() 228 dr_match_t match, void *match_data) in find_dr() 260 dr_match_t match, void *match_data) in devres_find() 290 dr_match_t match, void *match_data) in devres_get() 326 dr_match_t match, void *match_data) in devres_remove() 364 dr_match_t match, void *match_data) in devres_destroy() 394 dr_match_t match, void *match_data) in devres_release()
|
/linux-4.4.14/include/linux/ |
D | device.h | 604 typedef int (*dr_match_t)(struct device *dev, void *res, void *match_data); typedef 623 dr_match_t match, void *match_data, 629 dr_match_t match, void *match_data); 631 dr_match_t match, void *match_data); 633 dr_match_t match, void *match_data); 635 dr_match_t match, void *match_data); 637 dr_match_t match, void *match_data);
|