Searched refs:dr_match_t (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | device.h | 633 typedef int (*dr_match_t)(struct udevice *dev, void *res, void *match_data); typedef 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() 830 dr_match_t match, void *match_data) in devres_get() 836 dr_match_t match, void *match_data) in devres_remove() 842 dr_match_t match, void *match_data) in devres_destroy() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | devres.c | 100 dr_match_t match, void *match_data) in devres_find() 116 dr_match_t match, void *match_data) in devres_get() 133 dr_match_t match, void *match_data) in devres_remove() 149 dr_match_t match, void *match_data) in devres_destroy() 162 dr_match_t match, void *match_data) in devres_release()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | device.h | 167 typedef int (*dr_match_t)(struct device *dev, void *res, void *match_data); typedef 186 dr_match_t match, void *match_data, 192 dr_match_t match, void *match_data); 194 dr_match_t match, void *match_data); 196 dr_match_t match, void *match_data); 198 dr_match_t match, void *match_data); 200 dr_match_t match, void *match_data);
|
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | devres.c | 193 dr_match_t match, void *match_data, in devres_for_each_res() 257 dr_match_t match, void *match_data) in find_dr() 289 dr_match_t match, void *match_data) in devres_find() 319 dr_match_t match, void *match_data) in devres_get() 355 dr_match_t match, void *match_data) in devres_remove() 393 dr_match_t match, void *match_data) in devres_destroy() 423 dr_match_t match, void *match_data) in devres_release()
|