Searched defs:amd_ip_funcs (Results 1 – 1 of 1) sorted by relevance
277 struct amd_ip_funcs { struct278 char *name;279 int (*early_init)(void *handle);280 int (*late_init)(void *handle);281 int (*sw_init)(void *handle);282 int (*sw_fini)(void *handle);284 int (*hw_init)(void *handle);285 int (*hw_fini)(void *handle);287 int (*suspend)(void *handle);288 int (*resume)(void *handle);[all …]
Completed in 5 milliseconds