Searched refs:dr_match_t (Results 1 – 2 of 2) sorted by relevance
/u-boot/include/dm/ |
A D | devres.h | 20 typedef int (*dr_match_t)(struct udevice *dev, void *res, void *match_data); typedef 93 dr_match_t match, void *match_data); 109 dr_match_t match, void *match_data); 126 dr_match_t match, void *match_data); 146 dr_match_t match, void *match_data); 163 dr_match_t match, void *match_data); 227 dr_match_t match, void *match_data) in devres_find() 233 dr_match_t match, void *match_data) in devres_get() 239 dr_match_t match, void *match_data) in devres_remove() 245 dr_match_t match, void *match_data) in devres_destroy() [all …]
|
/u-boot/drivers/core/ |
A D | devres.c | 120 dr_match_t match, void *match_data) in devres_find() 136 dr_match_t match, void *match_data) in devres_get() 153 dr_match_t match, void *match_data) in devres_remove() 169 dr_match_t match, void *match_data) in devres_destroy() 182 dr_match_t match, void *match_data) in devres_release()
|
Completed in 4 milliseconds