Lines Matching refs:object

72 nv50_fifo_context_attach(struct nvkm_object *parent, struct nvkm_object *object)  in nv50_fifo_context_attach()  argument
76 struct nvkm_gpuobj *ectx = (void *)object; in nv50_fifo_context_attach()
81 switch (nv_engidx(object->engine)) { in nv50_fifo_context_attach()
103 struct nvkm_object *object) in nv50_fifo_context_detach() argument
112 switch (nv_engidx(object->engine)) { in nv50_fifo_context_detach()
159 struct nvkm_object *object, u32 handle) in nv50_fifo_object_attach() argument
164 if (nv_iclass(object, NV_GPUOBJ_CLASS)) in nv50_fifo_object_attach()
165 context = nv_gpuobj(object)->node->offset >> 4; in nv50_fifo_object_attach()
169 switch (nv_engidx(object->engine)) { in nv50_fifo_object_attach()
313 nv50_fifo_chan_dtor(struct nvkm_object *object) in nv50_fifo_chan_dtor() argument
315 struct nv50_fifo_chan *chan = (void *)object; in nv50_fifo_chan_dtor()
321 nv50_fifo_chan_init(struct nvkm_object *object) in nv50_fifo_chan_init() argument
323 struct nv50_fifo_priv *priv = (void *)object->engine; in nv50_fifo_chan_init()
324 struct nv50_fifo_base *base = (void *)object->parent; in nv50_fifo_chan_init()
325 struct nv50_fifo_chan *chan = (void *)object; in nv50_fifo_chan_init()
340 nv50_fifo_chan_fini(struct nvkm_object *object, bool suspend) in nv50_fifo_chan_fini() argument
342 struct nv50_fifo_priv *priv = (void *)object->engine; in nv50_fifo_chan_fini()
343 struct nv50_fifo_chan *chan = (void *)object; in nv50_fifo_chan_fini()
426 nv50_fifo_context_dtor(struct nvkm_object *object) in nv50_fifo_context_dtor() argument
428 struct nv50_fifo_base *base = (void *)object; in nv50_fifo_context_dtor()
487 nv50_fifo_dtor(struct nvkm_object *object) in nv50_fifo_dtor() argument
489 struct nv50_fifo_priv *priv = (void *)object; in nv50_fifo_dtor()
498 nv50_fifo_init(struct nvkm_object *object) in nv50_fifo_init() argument
500 struct nv50_fifo_priv *priv = (void *)object; in nv50_fifo_init()