Home
last modified time | relevance | path

Searched refs:ctx2 (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc-tools/dbus-vis/
H A Drenderer.js20 this.ctx2 = this.canvas2.getContext('2d');
50 draw_timeline_dbus(this.ctx2);
/openbmc/u-boot/arch/x86/cpu/i386/
H A Dinterrupt.c87 cs = regs->context.ctx2.xcs; in dump_regs()
88 eip = regs->context.ctx2.eip; in dump_regs()
89 eflags = regs->context.ctx2.eflags; in dump_regs()
/openbmc/u-boot/arch/x86/include/asm/
H A Dptrace.h77 } ctx2; member
/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c1044 uint32_t ctx2[2]; in xhci_set_ep_state() local
1054 xhci_dma_read_u32s(xhci, sctx->pctx, ctx2, sizeof(ctx2)); in xhci_set_ep_state()
1055 ctx2[0] &= 0xe; in xhci_set_ep_state()
1056 ctx2[0] |= sctx->ring.dequeue | sctx->ring.ccs; in xhci_set_ep_state()
1057 ctx2[1] = (sctx->ring.dequeue >> 16) >> 16; in xhci_set_ep_state()
1058 xhci_dma_write_u32s(xhci, sctx->pctx, ctx2, sizeof(ctx2)); in xhci_set_ep_state()
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch7604 + picture_context_t *ctx2;
7616 + if (cb->ctx2 != NULL)
7617 + cb->ctx2->destroy(cb->ctx2);
7658 + .ctx2 = NULL
7828 +int cma_buf_add_context2(cma_buf_t *const cb, picture_context_t * const ctx2)
7830 + if (cb->ctx2 != NULL)
7833 + cb->ctx2 = ctx2;
7860 + return cb->ctx2;
7938 +int cma_buf_add_context2(cma_buf_t *const cb, picture_context_t * const ctx2);