Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/include/
Damd_shared.h287 struct amd_ip_funcs { struct
288 char *name;
289 int (*early_init)(void *handle);
290 int (*late_init)(void *handle);
291 int (*sw_init)(void *handle);
292 int (*sw_fini)(void *handle);
293 int (*early_fini)(void *handle);
294 int (*hw_init)(void *handle);
295 int (*hw_fini)(void *handle);
296 void (*late_fini)(void *handle);
[all …]