Searched defs:amd_ip_funcs (Results 1 – 1 of 1) sorted by relevance
378 struct amd_ip_funcs { struct379 char *name;380 int (*early_init)(void *handle);381 int (*late_init)(void *handle);382 int (*sw_init)(void *handle);383 int (*sw_fini)(void *handle);385 int (*hw_init)(void *handle);386 int (*hw_fini)(void *handle);389 int (*suspend)(void *handle);390 int (*resume)(void *handle);[all …]
Completed in 8 milliseconds