Searched defs:nvkm_gpuobj_func (Results 1 – 2 of 2) sorted by relevance
37 struct nvkm_gpuobj_func { struct38 void *(*acquire)(struct nvkm_gpuobj *);39 void (*release)(struct nvkm_gpuobj *);40 u32 (*rd32)(struct nvkm_gpuobj *, u32 offset);41 void (*wr32)(struct nvkm_gpuobj *, u32 offset, u32 data);42 int (*map)(struct nvkm_gpuobj *, u64 offset, struct nvkm_vmm *,
171 static const struct nvkm_gpuobj_func nvkm_gpuobj_func; variable209 nvkm_gpuobj_func = { variable