Searched defs:amd_ip_funcs (Results 1 – 2 of 2) 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 …]
262 struct amd_ip_funcs { struct263 char *name;264 int (*early_init)(void *handle);265 int (*late_init)(void *handle);266 int (*sw_init)(void *handle);267 int (*sw_fini)(void *handle);268 int (*hw_init)(void *handle);269 int (*hw_fini)(void *handle);270 void (*late_fini)(void *handle);271 int (*suspend)(void *handle);[all …]