Searched refs:dr_match_t (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/base/ |
D | devres.c | 163 dr_match_t match, void *match_data, in devres_for_each_res() 227 dr_match_t match, void *match_data) in find_dr() 259 dr_match_t match, void *match_data) in devres_find() 289 dr_match_t match, void *match_data) in devres_get() 325 dr_match_t match, void *match_data) in devres_remove() 363 dr_match_t match, void *match_data) in devres_destroy() 393 dr_match_t match, void *match_data) in devres_release()
|
/linux-4.1.27/include/linux/ |
D | device.h | 574 typedef int (*dr_match_t)(struct device *dev, void *res, void *match_data); typedef 585 dr_match_t match, void *match_data, 591 dr_match_t match, void *match_data); 593 dr_match_t match, void *match_data); 595 dr_match_t match, void *match_data); 597 dr_match_t match, void *match_data); 599 dr_match_t match, void *match_data);
|