Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
H A Dpriv.h19 void nvkm_instmem_ctor(const struct nvkm_instmem_func *, struct nvkm_device *,
H A Dnv04.c227 nvkm_instmem_ctor(&nv04_instmem, device, type, inst, &imem->base); in nv04_instmem_new()
H A Dnv40.c246 nvkm_instmem_ctor(&nv40_instmem, device, type, inst, &imem->base); in nv40_instmem_new()
H A Dbase.c249 nvkm_instmem_ctor(const struct nvkm_instmem_func *func, struct nvkm_device *device, in nvkm_instmem_ctor() function
H A Dnv50.c418 nvkm_instmem_ctor(&nv50_instmem, device, type, inst, &imem->base); in nv50_instmem_new()
H A Dgk20a.c580 nvkm_instmem_ctor(&gk20a_instmem, device, type, inst, &imem->base); in gk20a_instmem_new()