Lines Matching defs:base
38 struct nouveau_bufref base;
49 struct nouveau_bufctx base;
69 DRMINITLISTHEAD(&priv->base.head);
70 DRMINITLISTHEAD(&priv->base.pending);
71 DRMINITLISTHEAD(&priv->base.current);
72 priv->base.client = client;
74 *pbctx = &priv->base;
88 nouveau_bufctx_reset(&pctx->base, pctx->nr_bins);
106 DRMLISTDELINIT(&pref->base.thead);
130 pref->base.bo = bo;
131 pref->base.flags = flags;
132 pref->base.packet = 0;
134 DRMLISTADDTAIL(&pref->base.thead, &bctx->pending);
140 return &pref->base;