Lines Matching refs:nouveau_object
24 struct nouveau_object {
25 struct nouveau_object *parent;
32 int nouveau_object_new(struct nouveau_object *parent, uint64_t handle,
34 struct nouveau_object **);
35 void nouveau_object_del(struct nouveau_object **);
36 int nouveau_object_mthd(struct nouveau_object *, uint32_t mthd,
38 int nouveau_object_sclass_get(struct nouveau_object *,
41 int nouveau_object_mclass(struct nouveau_object *,
45 struct nouveau_object client;
52 nouveau_drm(struct nouveau_object *obj)
63 struct nouveau_object object;
74 int nouveau_device_new(struct nouveau_object *parent, int32_t oclass,
194 struct nouveau_object *channel;
209 int nouveau_pushbuf_new(struct nouveau_client *, struct nouveau_object *chan,
228 int nouveau_pushbuf_kick(struct nouveau_pushbuf *, struct nouveau_object *chan);
237 struct nouveau_object *object;
272 struct nouveau_object *object;
278 nouveau_check_dead_channel(struct nouveau_drm *, struct nouveau_object *chan);