Searched refs:dr_match_t (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/include/dm/ |
H A D | device.h | 700 typedef int (*dr_match_t)(struct udevice *dev, void *res, void *match_data); typedef 762 dr_match_t match, void *match_data); 778 dr_match_t match, void *match_data); 795 dr_match_t match, void *match_data); 815 dr_match_t match, void *match_data); 832 dr_match_t match, void *match_data); 891 dr_match_t match, void *match_data) in devres_find() 897 dr_match_t match, void *match_data) in devres_get() 903 dr_match_t match, void *match_data) in devres_remove() 909 dr_match_t match, void *match_data) in devres_destroy() [all …]
|
/openbmc/u-boot/drivers/core/ |
H A D | devres.c | 99 dr_match_t match, void *match_data) in devres_find() 115 dr_match_t match, void *match_data) in devres_get() 132 dr_match_t match, void *match_data) in devres_remove() 148 dr_match_t match, void *match_data) in devres_destroy() 161 dr_match_t match, void *match_data) in devres_release()
|
/openbmc/linux/include/linux/ |
H A 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);
|
/openbmc/linux/drivers/base/ |
H A 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()
|