Searched defs:amd_ip_funcs (Results 1 – 1 of 1) sorted by relevance
88 struct amd_ip_funcs { struct90 int (*early_init)(void *handle);92 int (*late_init)(void *handle);94 int (*sw_init)(void *handle);96 int (*sw_fini)(void *handle);98 int (*hw_init)(void *handle);100 int (*hw_fini)(void *handle);102 int (*suspend)(void *handle);104 int (*resume)(void *handle);106 bool (*is_idle)(void *handle);[all …]