Searched refs:guest (Results 1 - 8 of 8) sorted by relevance

/drivers/media/video/zoran/
H A Dzoran_device.h38 /* codec (or actually: guest bus) access */
41 unsigned guest,
45 unsigned guest,
H A Dzoran_device.c131 unsigned int guest,
138 ZR36057_POR_PODir | ZR36057_POR_POTime | ((guest & 7) << 20) |
147 unsigned int guest,
152 por = ZR36057_POR_POTime | ((guest & 7) << 20) | ((reg & 7) << 16);
169 int i, guest[8]; local
172 guest[i] = post_office_read(zr, i, 0);
178 printk(" 0x%02x", guest[i]);
196 int timeout, i, j, res, guest[8], guest0[8], change[8][3]; local
203 guest0[i] = guest[i] = post_office_read(zr, i, 0);
214 if (res != guest[
130 post_office_write(struct zoran *zr, unsigned int guest, unsigned int reg, unsigned int value) argument
146 post_office_read(struct zoran *zr, unsigned int guest, unsigned int reg) argument
[all...]
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource.c722 body->guest.ptr = *ptr;
723 body->guest.ptr.offset += cur_offset->bo_offset;
724 body->guest.pitch = (cur_size->width * stride_bpp + 7) >> 3;
741 suffix->maximumOffset = body->guest.pitch*cur_size->height*
810 * May return other errors if the kernel is out of guest resources.
933 * DMA the contents of a hw surface to a backup guest buffer object,
H A Dvmwgfx_kms.c292 if (cmd->dma.guest.ptr.offset % PAGE_SIZE ||
304 cmd->dma.guest.ptr.offset);
308 kmap_offset = cmd->dma.guest.ptr.offset >> PAGE_SHIFT;
323 if (box->w == 64 && cmd->dma.guest.pitch == 64*4) {
329 virtual + i * cmd->dma.guest.pitch,
H A Dsvga3d_reg.h42 * register. Is set by the host and read by the guest. This lets
43 * us make new guest drivers which are backwards-compatible with old
44 * SVGA hardware revisions. It does not let us support old guest
179 * and so we can send those operations to the guest.
985 SVGA3D_QUERYSTATE_PENDING = 0, /* Waiting on the host (set by guest) */
988 SVGA3D_QUERYSTATE_NEW = 3, /* Never submitted (For guest use only) */
1102 * XXX: Compressed textures currently must be tightly packed in guest memory.
1364 SVGA3dGuestImage guest; member in struct:__anon729
1370 * "source" in each copyBox as the guest image and the
1385 * optimize performance or protect the guest
[all...]
H A Dvmwgfx_execbuf.c564 &cmd->dma.guest.ptr,
/drivers/net/
H A DKconfig311 If you are compiling a kernel for use as Xen guest, you
/drivers/char/
H A DKconfig196 transfer between the guest and host. Character devices at

Completed in 877 milliseconds