Searched defs:amd_ip_funcs (Results 1 – 1 of 1) sorted by relevance
275 struct amd_ip_funcs { struct276 char *name;277 int (*early_init)(void *handle);278 int (*late_init)(void *handle);279 int (*sw_init)(void *handle);280 int (*sw_fini)(void *handle);281 int (*early_fini)(void *handle);282 int (*hw_init)(void *handle);283 int (*hw_fini)(void *handle);284 void (*late_fini)(void *handle);[all …]