Searched defs:amd_ip_funcs (Results 1 – 1 of 1) sorted by relevance
298 struct amd_ip_funcs { struct299 char *name;300 int (*early_init)(void *handle);301 int (*late_init)(void *handle);302 int (*sw_init)(void *handle);303 int (*sw_fini)(void *handle);304 int (*early_fini)(void *handle);305 int (*hw_init)(void *handle);306 int (*hw_fini)(void *handle);307 void (*late_fini)(void *handle);[all …]