Home | History | Annotate | Download | only in nouveau

Lines Matching refs:nouveau_object

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