Lines Matching refs:nvif_object
31 nvif_object_ioctl(struct nvif_object *object, void *data, u32 size, void **hack) in nvif_object_ioctl()
54 nvif_object_sclass(struct nvif_object *object, u32 *oclass, int count) in nvif_object_sclass()
79 nvif_object_rd(struct nvif_object *object, int size, u64 addr) in nvif_object_rd()
98 nvif_object_wr(struct nvif_object *object, int size, u64 addr, u32 data) in nvif_object_wr()
116 nvif_object_mthd(struct nvif_object *object, u32 mthd, void *data, u32 size) in nvif_object_mthd()
145 nvif_object_unmap(struct nvif_object *object) in nvif_object_unmap()
168 nvif_object_map(struct nvif_object *object) in nvif_object_map()
195 nvif_object_fini(struct nvif_object *object) in nvif_object_fini()
218 nvif_object_init(struct nvif_object *parent, void (*dtor)(struct nvif_object *), in nvif_object_init() argument
220 struct nvif_object *object) in nvif_object_init()
264 nvif_object_del(struct nvif_object *object) in nvif_object_del()
271 nvif_object_new(struct nvif_object *parent, u32 handle, u32 oclass, in nvif_object_new()
272 void *data, u32 size, struct nvif_object **pobject) in nvif_object_new()
274 struct nvif_object *object = kzalloc(sizeof(*object), GFP_KERNEL); in nvif_object_new()
291 struct nvif_object *object = in nvif_object_put()
297 nvif_object_ref(struct nvif_object *object, struct nvif_object **pobject) in nvif_object_ref()