Lines Matching refs:object

129 			  struct nvkm_object *object)  in gk104_fifo_context_attach()  argument
133 struct nvkm_engctx *ectx = (void *)object; in gk104_fifo_context_attach()
137 switch (nv_engidx(object->engine)) { in gk104_fifo_context_attach()
170 struct nvkm_object *object) in gk104_fifo_context_detach() argument
178 switch (nv_engidx(object->engine)) { in gk104_fifo_context_detach()
286 gk104_fifo_chan_init(struct nvkm_object *object) in gk104_fifo_chan_init() argument
288 struct nvkm_gpuobj *base = nv_gpuobj(object->parent); in gk104_fifo_chan_init()
289 struct gk104_fifo_priv *priv = (void *)object->engine; in gk104_fifo_chan_init()
290 struct gk104_fifo_chan *chan = (void *)object; in gk104_fifo_chan_init()
311 gk104_fifo_chan_fini(struct nvkm_object *object, bool suspend) in gk104_fifo_chan_fini() argument
313 struct gk104_fifo_priv *priv = (void *)object->engine; in gk104_fifo_chan_fini()
314 struct gk104_fifo_chan *chan = (void *)object; in gk104_fifo_chan_fini()
380 gk104_fifo_context_dtor(struct nvkm_object *object) in gk104_fifo_context_dtor() argument
382 struct gk104_fifo_base *base = (void *)object; in gk104_fifo_context_dtor()
497 if (!mthd || !nv_call(bind->object, mthd, data)) in gk104_fifo_swmthd()
722 struct nvkm_object *engctx = NULL, *object; in gk104_fifo_intr_fault() local
773 object = engctx; in gk104_fifo_intr_fault()
774 while (object) { in gk104_fifo_intr_fault()
775 switch (nv_mclass(object)) { in gk104_fifo_intr_fault()
778 gk104_fifo_recover(priv, engine, (void *)object); in gk104_fifo_intr_fault()
781 object = object->parent; in gk104_fifo_intr_fault()
1011 gk104_fifo_fini(struct nvkm_object *object, bool suspend) in gk104_fifo_fini() argument
1013 struct gk104_fifo_priv *priv = (void *)object; in gk104_fifo_fini()
1026 gk104_fifo_init(struct nvkm_object *object) in gk104_fifo_init() argument
1028 struct gk104_fifo_priv *priv = (void *)object; in gk104_fifo_init()
1061 gk104_fifo_dtor(struct nvkm_object *object) in gk104_fifo_dtor() argument
1063 struct gk104_fifo_priv *priv = (void *)object; in gk104_fifo_dtor()