Lines Matching refs:nvif_object
12 struct nvif_object { struct
26 nvif_object_constructed(struct nvif_object *object) in nvif_object_constructed() argument
31 int nvif_object_ctor(struct nvif_object *, const char *name, u32 handle,
32 s32 oclass, void *, u32, struct nvif_object *);
33 void nvif_object_dtor(struct nvif_object *);
34 int nvif_object_ioctl(struct nvif_object *, void *, u32, void **);
35 int nvif_object_sclass_get(struct nvif_object *, struct nvif_sclass **);
37 int nvif_object_mthd(struct nvif_object *, u32, void *, u32);
38 int nvif_object_map_handle(struct nvif_object *, void *, u32,
40 void nvif_object_unmap_handle(struct nvif_object *);
41 int nvif_object_map(struct nvif_object *, void *, u32);
42 void nvif_object_unmap(struct nvif_object *);
45 #define nvif_object(a) (a)->object macro
75 struct nvif_object *object = (o); \