Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
H A Dpriv.h24 void nvkm_instmem_ctor(const struct nvkm_instmem_func *, struct nvkm_device *,
H A Dbase.c244 nvkm_instmem_ctor(const struct nvkm_instmem_func *func, struct nvkm_device *device, in nvkm_instmem_ctor() function
H A Dnv40.c246 nvkm_instmem_ctor(&nv40_instmem, device, type, inst, &imem->base); in nv40_instmem_new()
H A Dnv04.c272 nvkm_instmem_ctor(&nv04_instmem, device, type, inst, &imem->base); in nv04_instmem_new()
H A Dnv50.c429 nvkm_instmem_ctor(func, device, type, inst, &imem->base); in nv50_instmem_new_()
H A Dgk20a.c582 nvkm_instmem_ctor(&gk20a_instmem, device, type, inst, &imem->base); in gk20a_instmem_new()