Lines Matching refs:nvif_object
12 struct nvif_object { struct
23 int nvif_object_init(struct nvif_object *, u32 handle, s32 oclass, void *, u32, argument
24 struct nvif_object *);
25 void nvif_object_fini(struct nvif_object *);
26 int nvif_object_ioctl(struct nvif_object *, void *, u32, void **);
27 int nvif_object_sclass_get(struct nvif_object *, struct nvif_sclass **);
29 u32 nvif_object_rd(struct nvif_object *, int, u64);
30 void nvif_object_wr(struct nvif_object *, int, u64, u32);
31 int nvif_object_mthd(struct nvif_object *, u32, void *, u32);
32 int nvif_object_map(struct nvif_object *);
33 void nvif_object_unmap(struct nvif_object *);
36 #define nvif_object(a) (a)->object macro
39 struct nvif_object *_object = (a); \
48 struct nvif_object *_object = (a); \
61 struct nvif_object *__object = (a); \
72 struct nvif_object *_object = (a); \