Searched defs:nv50_core_func (Results 1 – 1 of 1) sorted by relevance
20 struct nv50_core_func { struct21 int (*init)(struct nv50_core *);22 void (*ntfy_init)(struct nouveau_bo *, u32 offset);23 int (*caps_init)(struct nouveau_drm *, struct nv50_disp *);47 int core507d_new_(const struct nv50_core_func *, struct nouveau_drm *, s32, argument