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);
108 static const struct nvkm_gpuobj_func nvkm_gpuobj_func; variable144 nvkm_gpuobj_func = { variable