Searched refs:match_data (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | devres.c | 100 dr_match_t match, void *match_data) in devres_find() argument 107 if (match && !match(dev, dr->data, match_data)) in devres_find() 116 dr_match_t match, void *match_data) in devres_get() argument 121 res = devres_find(dev, new_dr->release, match, match_data); in devres_get() 133 dr_match_t match, void *match_data) in devres_remove() argument 137 res = devres_find(dev, release, match, match_data); in devres_remove() 149 dr_match_t match, void *match_data) in devres_destroy() argument 153 res = devres_remove(dev, release, match, match_data); in devres_destroy() 162 dr_match_t match, void *match_data) in devres_release() argument 166 res = devres_remove(dev, release, match, match_data); in devres_release()
|
| /rk3399_rockchip-uboot/include/dm/ |
| H A D | device.h | 633 typedef int (*dr_match_t)(struct udevice *dev, void *res, void *match_data); 695 dr_match_t match, void *match_data); 711 dr_match_t match, void *match_data); 728 dr_match_t match, void *match_data); 748 dr_match_t match, void *match_data); 765 dr_match_t match, void *match_data); 824 dr_match_t match, void *match_data) in devres_find() argument 830 dr_match_t match, void *match_data) in devres_get() argument 836 dr_match_t match, void *match_data) in devres_remove() argument 842 dr_match_t match, void *match_data) in devres_destroy() argument [all …]
|