Searched refs:dr_match_t (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/include/linux/ |
D | device.h | 272 typedef int (*dr_match_t)(struct device *dev, void *res, void *match_data); typedef 282 dr_match_t match, void *match_data, 288 dr_match_t match, void *match_data); 290 dr_match_t match, void *match_data); 292 dr_match_t match, void *match_data); 294 dr_match_t match, void *match_data); 296 dr_match_t match, void *match_data);
|
/linux-6.6.21/drivers/base/ |
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()
|