Lines Matching refs:nouveau_bufctx
44 struct nouveau_bufctx *bufctx;
53 struct nouveau_bufctx base;
60 nouveau_bufctx(struct nouveau_bufctx *bctx) in nouveau_bufctx() function
67 struct nouveau_bufctx **pbctx) in nouveau_bufctx_new()
86 nouveau_bufctx_del(struct nouveau_bufctx **pbctx) in nouveau_bufctx_del()
88 struct nouveau_bufctx_priv *pctx = nouveau_bufctx(*pbctx); in nouveau_bufctx_del()
103 nouveau_bufctx_reset(struct nouveau_bufctx *bctx, int bin) in nouveau_bufctx_reset()
105 struct nouveau_bufctx_priv *pctx = nouveau_bufctx(bctx); in nouveau_bufctx_reset()
121 nouveau_bufctx_refn(struct nouveau_bufctx *bctx, int bin, in nouveau_bufctx_refn()
124 struct nouveau_bufctx_priv *pctx = nouveau_bufctx(bctx); in nouveau_bufctx_refn()
148 nouveau_bufctx_mthd(struct nouveau_bufctx *bctx, int bin, uint32_t packet, in nouveau_bufctx_mthd()
152 struct nouveau_bufctx_priv *pctx = nouveau_bufctx(bctx); in nouveau_bufctx_mthd()