Searched defs:amd_ip_funcs (Results 1 – 1 of 1) sorted by relevance
152 struct amd_ip_funcs { struct154 char *name;161 int (*early_init)(void *handle);163 int (*late_init)(void *handle);165 int (*sw_init)(void *handle);167 int (*sw_fini)(void *handle);169 int (*hw_init)(void *handle);171 int (*hw_fini)(void *handle);173 void (*late_fini)(void *handle);175 int (*suspend)(void *handle);[all …]