Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/include/
H A Damd_shared.h159 struct amd_ip_funcs { struct
161 const char *name;
168 int (*early_init)(void *handle);
170 int (*late_init)(void *handle);
172 int (*sw_init)(void *handle);
174 int (*sw_fini)(void *handle);
176 int (*hw_init)(void *handle);
178 int (*hw_fini)(void *handle);
180 void (*late_fini)(void *handle);
182 int (*suspend)(void *handle);
[all …]