/drivers/gpu/drm/mga/ |
D | mga_state.c | 44 struct drm_clip_rect *box) in mga_emit_clip_rect() argument 62 MGA_CXBNDRY, ((box->x2 - 1) << 16) | box->x1, in mga_emit_clip_rect() 63 MGA_YTOP, box->y1 * pitch, MGA_YBOT, (box->y2 - 1) * pitch); in mga_emit_clip_rect() 502 struct drm_clip_rect *box = &pbox[i]; in mga_dma_dispatch_clear() local 503 u32 height = box->y2 - box->y1; in mga_dma_dispatch_clear() 506 box->x1, box->y1, box->x2, box->y2); in mga_dma_dispatch_clear() 513 MGA_YDSTLEN, (box->y1 << 16) | height, in mga_dma_dispatch_clear() 514 MGA_FXBNDRY, (box->x2 << 16) | box->x1); in mga_dma_dispatch_clear() 529 MGA_YDSTLEN, (box->y1 << 16) | height, in mga_dma_dispatch_clear() 530 MGA_FXBNDRY, (box->x2 << 16) | box->x1); in mga_dma_dispatch_clear() [all …]
|
/drivers/gpu/drm/virtio/ |
D | virtgpu_ioctl.c | 358 struct virtio_gpu_box box; in virtio_gpu_transfer_from_host_ioctl() local 378 convert_to_hw_box(&box, &args->box); in virtio_gpu_transfer_from_host_ioctl() 382 &box, &fence); in virtio_gpu_transfer_from_host_ioctl() 403 struct virtio_gpu_box box; in virtio_gpu_transfer_to_host_ioctl() local 422 convert_to_hw_box(&box, &args->box); in virtio_gpu_transfer_to_host_ioctl() 426 box.w, box.h, box.x, box.y, NULL); in virtio_gpu_transfer_to_host_ioctl() 431 args->level, &box, &fence); in virtio_gpu_transfer_to_host_ioctl()
|
D | virtgpu_vq.c | 816 struct virtio_gpu_box *box, in virtio_gpu_cmd_transfer_to_host_3d() argument 828 cmd_p->box = *box; in virtio_gpu_cmd_transfer_to_host_3d() 838 struct virtio_gpu_box *box, in virtio_gpu_cmd_transfer_from_host_3d() argument 850 cmd_p->box = *box; in virtio_gpu_cmd_transfer_from_host_3d()
|
D | virtgpu_drv.h | 312 struct virtio_gpu_box *box, 317 struct virtio_gpu_box *box,
|
/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_kms.c | 271 SVGA3dCopyBox *box; in vmw_kms_cursor_snoop() local 297 box = (SVGA3dCopyBox *)&cmd[1]; in vmw_kms_cursor_snoop() 302 box->x != 0 || box->y != 0 || box->z != 0 || in vmw_kms_cursor_snoop() 303 box->srcx != 0 || box->srcy != 0 || box->srcz != 0 || in vmw_kms_cursor_snoop() 304 box->d != 1 || box_count != 1) { in vmw_kms_cursor_snoop() 310 box->srcx, box->srcy, box->srcz, in vmw_kms_cursor_snoop() 311 box->x, box->y, box->z, in vmw_kms_cursor_snoop() 312 box->w, box->h, box->d, box_count, in vmw_kms_cursor_snoop() 332 if (box->w == 64 && cmd->dma.guest.pitch == 64*4) { in vmw_kms_cursor_snoop() 336 for (i = 0; i < box->h; i++) in vmw_kms_cursor_snoop() [all …]
|
/drivers/net/appletalk/ |
D | Kconfig | 9 on a network. If your Linux box is connected to such a network and you 11 so that your Linux box can act as a print and file server for Macs as 36 on a network. If your Linux box is connected to such a network, and wish 85 box is stuck on an AppleTalk only network) or decapsulate (e.g. if 86 you want your Linux box to act as an Internet gateway for a zoo of 106 IP packets inside AppleTalk frames; this is useful if your Linux box
|
/drivers/net/wan/ |
D | Kconfig | 15 inexpensive WAN interface card can allow your Linux box to directly 46 V.36 interface) to your Linux box. The cards can work as the 70 V.24, V.35 or V.36 interface) to your Linux box. 73 box directly to a T1 or E1 circuit. 101 Say Y to this option if your Linux box contains a WAN (Wide Area 103 connect the box to a WAN. 343 physical line from your box to the local "switch" (i.e. the entry
|
/drivers/media/usb/b2c2/ |
D | Kconfig | 5 Support for the Air/Sky/Cable2PC USB1.1 box (DVB/ATSC) by Technisat/B2C2,
|
/drivers/net/slip/ |
D | Kconfig | 11 other local Unix box or if you want to configure your Linux box as a
|
/drivers/gpu/drm/vmwgfx/device_include/ |
D | svga3d_cmd.h | 1693 SVGA3dBox box; member 1748 SVGA3dBox box; member 1792 SVGA3dBox box; member
|
D | svga3d_dx.h | 610 SVGA3dCopyBox box; member 693 SVGA3dBox box; member 770 SVGA3dCopyBox box; member
|
/drivers/gpu/drm/i810/ |
D | i810_dma.c | 714 struct drm_clip_rect *box = sarea_priv->boxes; in i810_dma_dispatch_vertex() local 753 OUT_RING(box[i].x1 | (box[i].y1 << 16)); in i810_dma_dispatch_vertex() 754 OUT_RING((box[i].x2 - in i810_dma_dispatch_vertex() 755 1) | ((box[i].y2 - 1) << 16)); in i810_dma_dispatch_vertex()
|
/drivers/isdn/i4l/ |
D | Kconfig | 66 your Linux box as an ISDN-answering machine. Of course, this must be 77 (mgetty+sendfax, hylafax), you will be able to use your Linux box as
|
/drivers/net/plip/ |
D | Kconfig | 11 local machines. A PLIP link from a Linux box is a popular means to
|
/drivers/scsi/ |
D | hpsa.h | 85 u8 box[8]; member
|
D | hpsa.c | 791 u8 box; in path_info_show() local 830 box = hdev->box[i]; in path_info_show() 843 if (box == 0 || box == 0xFF) { in path_info_show() 852 box, bay, active); in path_info_show() 854 } else if (box != 0 && box != 0xFF) { in path_info_show() 857 box, active); in path_info_show() 3390 encl_dev->box[id_phys->active_path_number] = bssbp->phys_box_on_port; in hpsa_get_enclosure_info() 4129 memcpy(&this_device->box, in hpsa_get_path_info() 4131 sizeof(this_device->box)); in hpsa_get_path_info()
|
D | Kconfig | 433 sold under the Adaptec name. If it doesn't work out of the box, you 446 of the box, you may have to change some settings in 759 of the box, you may have to change some settings in 774 of the box, you may have to change some settings in
|
/drivers/net/hamradio/ |
D | Kconfig | 84 These cards are used to connect your Linux box to an amateur radio
|
/drivers/scsi/smartpqi/ |
D | smartpqi.h | 748 u8 box[8]; member
|
D | smartpqi_init.c | 1055 memcpy(&device->box, in pqi_get_physical_disk_info() 1057 sizeof(device->box)); in pqi_get_physical_disk_info() 1390 memcpy(existing_device->box, new_device->box, in pqi_scsi_update_device() 1391 sizeof(existing_device->box)); in pqi_scsi_update_device()
|
/drivers/input/mouse/ |
D | Kconfig | 348 be used on any box capable of RS232 (with some adaptor
|
/drivers/net/ |
D | Kconfig | 10 You can say N here if you don't intend to connect your Linux box to
|
/drivers/tty/ |
D | Kconfig | 206 your Linux box, for instance in order to become a dial-in server.
|
/drivers/char/ |
D | Kconfig | 99 box (as opposed to using a serial printer; if the connector at the
|
/drivers/hid/ |
D | Kconfig | 132 and Mac Pros. This receiver is also used in the Apple TV set-top box
|