Searched defs:amd_ip_funcs (Results 1 – 1 of 1) sorted by relevance
210 struct amd_ip_funcs { struct212 char *name;214 int (*early_init)(void *handle);216 int (*late_init)(void *handle);218 int (*sw_init)(void *handle);220 int (*sw_fini)(void *handle);222 int (*hw_init)(void *handle);224 int (*hw_fini)(void *handle);225 void (*late_fini)(void *handle);227 int (*suspend)(void *handle);[all …]