Searched refs:dr_match_t (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/include/linux/ |
D | device.h | 166 typedef int (*dr_match_t)(struct device *dev, void *res, void *match_data); typedef 185 dr_match_t match, void *match_data, 191 dr_match_t match, void *match_data); 193 dr_match_t match, void *match_data); 195 dr_match_t match, void *match_data); 197 dr_match_t match, void *match_data); 199 dr_match_t match, void *match_data);
|
/Linux-v5.10/drivers/base/ |
D | devres.c | 193 dr_match_t match, void *match_data, in devres_for_each_res() 257 dr_match_t match, void *match_data) in find_dr() 289 dr_match_t match, void *match_data) in devres_find() 319 dr_match_t match, void *match_data) in devres_get() 355 dr_match_t match, void *match_data) in devres_remove() 393 dr_match_t match, void *match_data) in devres_destroy() 423 dr_match_t match, void *match_data) in devres_release()
|