Searched refs:dr_match_t (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/base/ |
D | devres.c | 184 dr_match_t match, void *match_data) in find_dr() 216 dr_match_t match, void *match_data) in devres_find() 246 dr_match_t match, void *match_data) in devres_get() 282 dr_match_t match, void *match_data) in devres_remove() 316 dr_match_t match, void *match_data) in devres_destroy()
|
/linux-2.6.39/include/linux/ |
D | device.h | 363 typedef int (*dr_match_t)(struct device *dev, void *res, void *match_data); typedef 376 dr_match_t match, void *match_data); 378 dr_match_t match, void *match_data); 380 dr_match_t match, void *match_data); 382 dr_match_t match, void *match_data);
|