Searched defs:amd_ip_funcs (Results 1 – 1 of 1) sorted by relevance
159 struct amd_ip_funcs { struct161 const char *name;168 int (*early_init)(void *handle);170 int (*late_init)(void *handle);172 int (*sw_init)(void *handle);174 int (*sw_fini)(void *handle);176 int (*hw_init)(void *handle);178 int (*hw_fini)(void *handle);180 void (*late_fini)(void *handle);182 int (*suspend)(void *handle);[all …]