Lines Matching refs:nouveau_object
68 nouveau_object_ioctl(struct nouveau_object *obj, void *data, uint32_t size) in nouveau_object_ioctl()
96 nouveau_object_mthd(struct nouveau_object *obj, in nouveau_object_mthd()
138 nouveau_object_sclass_get(struct nouveau_object *obj, in nouveau_object_sclass_get()
188 nouveau_object_mclass(struct nouveau_object *obj, in nouveau_object_mclass()
215 nouveau_object_fini(struct nouveau_object *obj) in nouveau_object_fini()
235 nouveau_object_init(struct nouveau_object *parent, uint32_t handle, in nouveau_object_init()
237 struct nouveau_object *obj) in nouveau_object_init()
245 int (*func)(struct nouveau_object *); in nouveau_object_init()
271 obj->length = size ? size : sizeof(struct nouveau_object *); in nouveau_object_init()
276 *(struct nouveau_object **)obj->data = obj; in nouveau_object_init()
290 nouveau_object_new(struct nouveau_object *parent, uint64_t handle, in nouveau_object_new()
292 struct nouveau_object **pobj) in nouveau_object_new()
294 struct nouveau_object *obj; in nouveau_object_new()
311 nouveau_object_del(struct nouveau_object **pobj) in nouveau_object_del()
313 struct nouveau_object *obj = *pobj; in nouveau_object_del()
368 nouveau_device_new(struct nouveau_object *parent, int32_t oclass, in nouveau_device_new()