Searched defs:amd_ip_funcs (Results 1 – 1 of 1) sorted by relevance
288 struct amd_ip_funcs { struct289 char *name;290 int (*early_init)(void *handle);291 int (*late_init)(void *handle);292 int (*sw_init)(void *handle);293 int (*sw_fini)(void *handle);295 int (*hw_init)(void *handle);296 int (*hw_fini)(void *handle);299 int (*suspend)(void *handle);300 int (*resume)(void *handle);[all …]