Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/include/
Damd_shared.h275 struct amd_ip_funcs { struct
276 char *name;
277 int (*early_init)(void *handle);
278 int (*late_init)(void *handle);
279 int (*sw_init)(void *handle);
280 int (*sw_fini)(void *handle);
281 int (*early_fini)(void *handle);
282 int (*hw_init)(void *handle);
283 int (*hw_fini)(void *handle);
284 void (*late_fini)(void *handle);
[all …]