Lines Matching refs:nouveau_bufctx
44 struct nouveau_bufctx *bufctx;
59 struct nouveau_bufctx base;
66 nouveau_bufctx(struct nouveau_bufctx *bctx) in nouveau_bufctx() function
73 struct nouveau_bufctx **pbctx) in nouveau_bufctx_new()
92 nouveau_bufctx_del(struct nouveau_bufctx **pbctx) in nouveau_bufctx_del()
94 struct nouveau_bufctx_priv *pctx = nouveau_bufctx(*pbctx); in nouveau_bufctx_del()
109 nouveau_bufctx_reset(struct nouveau_bufctx *bctx, int bin) in nouveau_bufctx_reset()
111 struct nouveau_bufctx_priv *pctx = nouveau_bufctx(bctx); in nouveau_bufctx_reset()
127 nouveau_bufctx_refn(struct nouveau_bufctx *bctx, int bin, in nouveau_bufctx_refn()
130 struct nouveau_bufctx_priv *pctx = nouveau_bufctx(bctx); in nouveau_bufctx_refn()
154 nouveau_bufctx_mthd(struct nouveau_bufctx *bctx, int bin, uint32_t packet, in nouveau_bufctx_mthd()
158 struct nouveau_bufctx_priv *pctx = nouveau_bufctx(bctx); in nouveau_bufctx_mthd()