Home
last modified time | relevance | path

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

/linux-6.8/drivers/gpu/drm/amd/include/
Damd_shared.h298 struct amd_ip_funcs { struct
299 char *name;
300 int (*early_init)(void *handle);
301 int (*late_init)(void *handle);
302 int (*sw_init)(void *handle);
303 int (*sw_fini)(void *handle);
304 int (*early_fini)(void *handle);
305 int (*hw_init)(void *handle);
306 int (*hw_fini)(void *handle);
307 void (*late_fini)(void *handle);
[all …]