Searched defs:amd_ip_funcs (Results 1 – 1 of 1) sorted by relevance
137 struct amd_ip_funcs { struct139 char *name;146 int (*early_init)(void *handle);148 int (*late_init)(void *handle);150 int (*sw_init)(void *handle);152 int (*sw_fini)(void *handle);154 int (*hw_init)(void *handle);156 int (*hw_fini)(void *handle);158 void (*late_fini)(void *handle);160 int (*suspend)(void *handle);[all …]