Searched refs:ctxs (Results 1 - 4 of 4) sorted by relevance

/drivers/video/fbdev/omap2/
H A Dvrfb.c79 static struct vrfb_ctx *ctxs; variable in typeref:struct:vrfb_ctx
100 omap2_sms_write_rot_control(ctxs[ctx].control, ctx);
101 omap2_sms_write_rot_size(ctxs[ctx].size, ctx);
102 omap2_sms_write_rot_physical_ba(ctxs[ctx].physical_ba, ctx);
223 ctxs[ctx].physical_ba = paddr;
224 ctxs[ctx].size = size;
225 ctxs[ctx].control = control;
320 paddr = ctxs[ctx].base + SMS_ROT_VIRT_BASE(rot);
362 ctxs = devm_kzalloc(&pdev->dev,
366 if (!ctxs)
[all...]
/drivers/gpu/drm/nouveau/core/engine/fifo/
H A Dnv04.h137 unsigned ctxs:5; member in struct:ramfc_desc
H A Dnv04.c223 u32 cm = ((1ULL << c->bits) - 1) << c->ctxs;
226 nv_wo32(fctx, c->ctxp + data, cv | (rv << c->ctxs));
/drivers/infiniband/core/
H A Ducm.c71 struct list_head ctxs; member in struct:ib_ucm_file
195 list_add_tail(&ctx->file_list, &file->ctxs);
1158 INIT_LIST_HEAD(&file->ctxs);
1176 while (!list_empty(&file->ctxs)) {
1177 ctx = list_entry(file->ctxs.next,

Completed in 2379 milliseconds