Lines Matching refs:nouveau_object
64 nouveau_object_ioctl(struct nouveau_object *obj, void *data, uint32_t size) in nouveau_object_ioctl()
92 nouveau_object_mthd(struct nouveau_object *obj, in nouveau_object_mthd()
134 nouveau_object_sclass_get(struct nouveau_object *obj, in nouveau_object_sclass_get()
184 nouveau_object_mclass(struct nouveau_object *obj, in nouveau_object_mclass()
211 nouveau_object_fini(struct nouveau_object *obj) in nouveau_object_fini()
231 nouveau_object_init(struct nouveau_object *parent, uint32_t handle, in nouveau_object_init()
233 struct nouveau_object *obj) in nouveau_object_init()
241 int (*func)(struct nouveau_object *); in nouveau_object_init()
267 obj->length = size ? size : sizeof(struct nouveau_object *); in nouveau_object_init()
272 *(struct nouveau_object **)obj->data = obj; in nouveau_object_init()
286 nouveau_object_new(struct nouveau_object *parent, uint64_t handle, in nouveau_object_new()
288 struct nouveau_object **pobj) in nouveau_object_new()
290 struct nouveau_object *obj; in nouveau_object_new()
307 nouveau_object_del(struct nouveau_object **pobj) in nouveau_object_del()
309 struct nouveau_object *obj = *pobj; in nouveau_object_del()
364 nouveau_device_new(struct nouveau_object *parent, int32_t oclass, in nouveau_device_new()