Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/include/
Damd_shared.h152 struct amd_ip_funcs { struct
154 char *name;
161 int (*early_init)(void *handle);
163 int (*late_init)(void *handle);
165 int (*sw_init)(void *handle);
167 int (*sw_fini)(void *handle);
169 int (*hw_init)(void *handle);
171 int (*hw_fini)(void *handle);
173 void (*late_fini)(void *handle);
175 int (*suspend)(void *handle);
[all …]