Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/include/
H A Damd_shared.h378 struct amd_ip_funcs { struct
379 char *name;
380 int (*early_init)(void *handle);
381 int (*late_init)(void *handle);
382 int (*sw_init)(void *handle);
383 int (*sw_fini)(void *handle);
384 int (*early_fini)(void *handle);
385 int (*hw_init)(void *handle);
386 int (*hw_fini)(void *handle);
387 void (*late_fini)(void *handle);
[all …]