Lines Matching defs: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()
220 struct nvif_object *object) in nvif_object_init()
264 nvif_object_del(struct nvif_object *object) in nvif_object_del()
274 struct nvif_object *object = kzalloc(sizeof(*object), GFP_KERNEL); in nvif_object_new() local
291 struct nvif_object *object = in nvif_object_put() local
297 nvif_object_ref(struct nvif_object *object, struct nvif_object **pobject) in nvif_object_ref()