Lines Matching refs:nvif_object
12 struct nvif_object { struct
25 int nvif_object_ctor(struct nvif_object *, const char *name, u32 handle, argument
26 s32 oclass, void *, u32, struct nvif_object *);
27 void nvif_object_dtor(struct nvif_object *);
28 int nvif_object_ioctl(struct nvif_object *, void *, u32, void **);
29 int nvif_object_sclass_get(struct nvif_object *, struct nvif_sclass **);
31 u32 nvif_object_rd(struct nvif_object *, int, u64);
32 void nvif_object_wr(struct nvif_object *, int, u64, u32);
33 int nvif_object_mthd(struct nvif_object *, u32, void *, u32);
34 int nvif_object_map_handle(struct nvif_object *, void *, u32,
36 void nvif_object_unmap_handle(struct nvif_object *);
37 int nvif_object_map(struct nvif_object *, void *, u32);
38 void nvif_object_unmap(struct nvif_object *);
41 #define nvif_object(a) (a)->object macro
44 struct nvif_object *_object = (a); \
53 struct nvif_object *_object = (a); \
66 struct nvif_object *__object = (a); \
80 struct nvif_object *object = (o); \
135 struct nvif_object *_object = (a); \