Lines Matching refs:nvif_object
13 struct nvif_object { struct
24 int nvif_object_init(struct nvif_object *, u32 handle, s32 oclass, void *, u32, argument
25 struct nvif_object *);
26 void nvif_object_fini(struct nvif_object *);
27 int nvif_object_ioctl(struct nvif_object *, void *, u32, void **);
28 int nvif_object_sclass_get(struct nvif_object *, struct nvif_sclass **);
30 u32 nvif_object_rd(struct nvif_object *, int, u64);
31 void nvif_object_wr(struct nvif_object *, int, u64, u32);
32 int nvif_object_mthd(struct nvif_object *, u32, void *, u32);
33 int nvif_object_map_handle(struct nvif_object *, void *, u32,
35 void nvif_object_unmap_handle(struct nvif_object *);
36 int nvif_object_map(struct nvif_object *, void *, u32);
37 void nvif_object_unmap(struct nvif_object *);
40 #define nvif_object(a) (a)->object macro
43 struct nvif_object *_object = (a); \
52 struct nvif_object *_object = (a); \
65 struct nvif_object *__object = (a); \
79 struct nvif_object *object = (o); \
121 struct nvif_object *_object = (a); \