Home
last modified time | relevance | path

Searched defs:amd_ip_funcs (Results 1 – 1 of 1) sorted by relevance

/drivers/gpu/drm/amd/include/
Damd_shared.h262 struct amd_ip_funcs { struct
263 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 …]