Searched defs:nvkm_gpuobj_func (Results 1 – 2 of 2) sorted by relevance
26 struct nvkm_gpuobj_func { struct27 void *(*acquire)(struct nvkm_gpuobj *);28 void (*release)(struct nvkm_gpuobj *);29 u32 (*rd32)(struct nvkm_gpuobj *, u32 offset);30 void (*wr32)(struct nvkm_gpuobj *, u32 offset, u32 data);31 int (*map)(struct nvkm_gpuobj *, u64 offset, struct nvkm_vmm *,
128 static const struct nvkm_gpuobj_func nvkm_gpuobj_func; variable166 nvkm_gpuobj_func = { variable