Searched refs:ctxs (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/drivers/video/fbdev/omap2/ |
H A D | vrfb.c | 79 static struct vrfb_ctx *ctxs; variable in typeref:struct:vrfb_ctx 100 omap2_sms_write_rot_control(ctxs[ctx].control, ctx); restore_hw_context() 101 omap2_sms_write_rot_size(ctxs[ctx].size, ctx); restore_hw_context() 102 omap2_sms_write_rot_physical_ba(ctxs[ctx].physical_ba, ctx); restore_hw_context() 223 ctxs[ctx].physical_ba = paddr; omap_vrfb_setup() 224 ctxs[ctx].size = size; omap_vrfb_setup() 225 ctxs[ctx].control = control; omap_vrfb_setup() 320 paddr = ctxs[ctx].base + SMS_ROT_VIRT_BASE(rot); omap_vrfb_request_ctx() 362 ctxs = devm_kzalloc(&pdev->dev, vrfb_probe() 366 if (!ctxs) vrfb_probe() 377 ctxs[i].base = mem->start; vrfb_probe()
|
/linux-4.1.27/include/linux/ |
H A D | blk-mq.h | 44 struct blk_mq_ctx **ctxs; member in struct:blk_mq_hw_ctx 254 ({ ctx = (hctx)->ctxs[(i)]; 1; }); (i)++)
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | nv04.h | 136 unsigned ctxs:5; member in struct:ramfc_desc
|
H A D | nv04.c | 217 u32 cm = ((1ULL << c->bits) - 1) << c->ctxs; nv04_fifo_chan_fini() 220 nv_wo32(fctx, c->ctxp + data, cv | (rv << c->ctxs)); nv04_fifo_chan_fini()
|
/linux-4.1.27/drivers/infiniband/core/ |
H A D | ucm.c | 72 struct list_head ctxs; member in struct:ib_ucm_file 196 list_add_tail(&ctx->file_list, &file->ctxs); ib_ucm_ctx_alloc() 1162 INIT_LIST_HEAD(&file->ctxs); ib_ucm_open() 1180 while (!list_empty(&file->ctxs)) { ib_ucm_close() 1181 ctx = list_entry(file->ctxs.next, ib_ucm_close()
|
/linux-4.1.27/block/ |
H A D | blk-mq.c | 750 ctx = hctx->ctxs[bit + off]; flush_busy_ctxs() 1603 /* hctx->ctxs will be freed in queue's release handler */ blk_mq_exit_hctx() 1677 hctx->ctxs = kmalloc_node(nr_cpu_ids * sizeof(void *), blk_mq_init_hctx() 1679 if (!hctx->ctxs) blk_mq_init_hctx() 1711 kfree(hctx->ctxs); blk_mq_init_hctx() 1796 hctx->ctxs[hctx->nr_ctx++] = ctx; queue_for_each_ctx() 1897 kfree(hctx->ctxs); queue_for_each_hw_ctx()
|
/linux-4.1.27/drivers/usb/host/ |
H A D | xhci.c | 2022 "Not enough ep ctxs: " xhci_reserve_host_resources() 2030 "Adding %u ep ctxs, %u now active.", added_eps, xhci_reserve_host_resources() 2049 "Removing %u failed ep ctxs, %u now active.", xhci_free_host_resources() 2069 "Removing %u dropped ep ctxs, %u now active.", xhci_finish_resource_reservation() 3428 "Dropped %u ep ctxs, flags = 0x%x, " xhci_free_device_endpoint_resources() 3691 "Not enough ep ctxs: " xhci_reserve_host_control_ep_resources()
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
H A D | sched.c | 312 * used as reference location for the ctxs chain. aff_ref_location()
|
Completed in 1004 milliseconds