Searched defs:amd_ip_funcs (Results 1 – 1 of 1) sorted by relevance
290 struct amd_ip_funcs { struct291 char *name;292 int (*early_init)(void *handle);293 int (*late_init)(void *handle);294 int (*sw_init)(void *handle);295 int (*sw_fini)(void *handle);296 int (*early_fini)(void *handle);297 int (*hw_init)(void *handle);298 int (*hw_fini)(void *handle);299 void (*late_fini)(void *handle);[all …]