Home
last modified time | relevance | path

Searched refs:nv04_devinit_new_ (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dnv1a.c41 return nv04_devinit_new_(&nv1a_devinit, device, type, inst, pinit); in nv1a_devinit_new()
H A Dnv04.h13 int nv04_devinit_new_(const struct nvkm_devinit_func *, struct nvkm_device *,
H A Dnv20.c78 return nv04_devinit_new_(&nv20_devinit, device, type, inst, pinit); in nv20_devinit_new()
H A Dnv10.c112 return nv04_devinit_new_(&nv10_devinit, device, type, inst, pinit); in nv10_devinit_new()
H A Dnv05.c142 return nv04_devinit_new_(&nv05_devinit, device, type, inst, pinit); in nv05_devinit_new()
H A Dnv04.c437 nv04_devinit_new_(const struct nvkm_devinit_func *func, struct nvkm_device *device, in nv04_devinit_new_() function
464 return nv04_devinit_new_(&nv04_devinit, device, type, inst, pinit); in nv04_devinit_new()