| /drivers/gpu/drm/vmwgfx/ |
| A D | vmwgfx_cursor_plane.c | 322 SVGA3dCopyBox *box; in vmw_kms_cursor_snoop() local 351 box = (SVGA3dCopyBox *)&cmd[1]; in vmw_kms_cursor_snoop() 356 box->x != 0 || box->y != 0 || box->z != 0 || in vmw_kms_cursor_snoop() 357 box->srcx != 0 || box->srcy != 0 || box->srcz != 0 || in vmw_kms_cursor_snoop() 358 box->d != 1 || box_count != 1 || in vmw_kms_cursor_snoop() 359 box->w > VMW_CURSOR_SNOOP_WIDTH || box->h > VMW_CURSOR_SNOOP_HEIGHT) { in vmw_kms_cursor_snoop() 365 box->srcx, box->srcy, box->srcz, in vmw_kms_cursor_snoop() 366 box->x, box->y, box->z, in vmw_kms_cursor_snoop() 367 box->w, box->h, box->d, box_count, in vmw_kms_cursor_snoop() 392 for (i = 0; i < box->h; i++) in vmw_kms_cursor_snoop() [all …]
|
| A D | vmwgfx_surface.c | 1774 u32 box_c2 = box->z + box->d; in vmw_subres_dirty_add() 1782 box->d = loc_end->z - box->z; in vmw_subres_dirty_add() 1785 box_c2 = box->y + box->h; in vmw_subres_dirty_add() 1789 box->h = loc_end->y - box->y; in vmw_subres_dirty_add() 1792 box_c2 = box->x + box->w; in vmw_subres_dirty_add() 1796 box->w = loc_end->x - box->x; in vmw_subres_dirty_add() 1894 box->h = box->d = 1; in vmw_surface_buf_dirty_range_add() 1897 box_c2 = box->x + box->w; in vmw_surface_buf_dirty_range_add() 1901 box->w = end - box->x; in vmw_surface_buf_dirty_range_add() 1977 cmd1->body.box = *box; in vmw_surface_dirty_sync() [all …]
|
| A D | vmwgfx_stdu.c | 1205 SVGA3dBox *box = &cmd_img->body.box; in vmw_stdu_bo_populate_update_cpu() local 1215 box->z = 0; in vmw_stdu_bo_populate_update_cpu() 1218 box->d = 1; in vmw_stdu_bo_populate_update_cpu() 1318 box->srcx = fb_x; in vmw_stdu_surface_populate_clip() 1319 box->srcy = fb_y; in vmw_stdu_surface_populate_clip() 1320 box->srcz = 0; in vmw_stdu_surface_populate_clip() 1321 box->x = clip->x1; in vmw_stdu_surface_populate_clip() 1322 box->y = clip->y1; in vmw_stdu_surface_populate_clip() 1323 box->z = 0; in vmw_stdu_surface_populate_clip() 1326 box->d = 1; in vmw_stdu_surface_populate_clip() [all …]
|
| /drivers/gpu/drm/virtio/ |
| A D | virtgpu_ioctl.c | 267 args->layer_stride, &args->box, objs, fence); in virtio_gpu_transfer_from_host_ioctl() 304 args->box.w, args->box.h, args->box.x, args->box.y, in virtio_gpu_transfer_to_host_ioctl() 327 args->stride, args->layer_stride, &args->box, objs, in virtio_gpu_transfer_to_host_ioctl()
|
| A D | virtgpu_vq.c | 1186 struct drm_virtgpu_3d_box *box, in virtio_gpu_cmd_transfer_to_host_3d() argument 1207 convert_to_hw_box(&cmd_p->box, box); in virtio_gpu_cmd_transfer_to_host_3d() 1221 struct drm_virtgpu_3d_box *box, in virtio_gpu_cmd_transfer_from_host_3d() argument 1237 convert_to_hw_box(&cmd_p->box, box); in virtio_gpu_cmd_transfer_from_host_3d()
|
| A D | virtgpu_drv.h | 400 struct drm_virtgpu_3d_box *box, 408 struct drm_virtgpu_3d_box *box,
|
| /drivers/media/usb/b2c2/ |
| A D | Kconfig | 6 Support for the Air/Sky/Cable2PC USB1.1 box (DVB/ATSC) by Technisat/B2C2,
|
| /drivers/net/slip/ |
| A D | Kconfig | 12 other local Unix box or if you want to configure your Linux box as a
|
| /drivers/net/wan/ |
| A D | Kconfig | 16 inexpensive WAN interface card can allow your Linux box to directly 30 Say Y to this option if your Linux box contains a WAN (Wide Area 32 connect the box to a WAN.
|
| /drivers/media/platform/synopsys/hdmirx/ |
| A D | Kconfig | 28 It will make driver usable out-of-the-box.
|
| /drivers/fwctl/ |
| A D | Kconfig | 19 This will allow configuration and debug tools to work out of the box on
|
| /drivers/gpu/drm/vmwgfx/device_include/ |
| A D | svga3d_cmd.h | 463 SVGA3dCopyBox box; member 1255 SVGA3dBox box; member 1280 SVGA3dBox box; member 1300 SVGA3dBox box; member
|
| A D | svga3d_dx.h | 587 SVGA3dCopyBox box; member 597 SVGA3dCopyBox box; member 724 SVGA3dBox box; member 787 SVGA3dCopyBox box; member
|
| /drivers/net/plip/ |
| A D | Kconfig | 12 local machines. A PLIP link from a Linux box is a popular means to
|
| /drivers/net/wireless/realtek/rtw88/ |
| A D | fw.c | 396 u8 box_state, box; in rtw_fw_send_h2c_command_register() local 404 box = rtwdev->h2c.last_box_num; in rtw_fw_send_h2c_command_register() 405 switch (box) { in rtw_fw_send_h2c_command_register() 428 !((box_state >> box) & 0x1), 100, 3000, in rtw_fw_send_h2c_command_register() 448 u8 box; in rtw_fw_send_h2c_command() local 460 box = rtwdev->h2c.last_box_num; in rtw_fw_send_h2c_command() 461 switch (box) { in rtw_fw_send_h2c_command() 484 !((box_state >> box) & 0x1), 100, 3000, in rtw_fw_send_h2c_command()
|
| /drivers/scsi/ |
| A D | hpsa.h | 90 u8 box[8]; member
|
| A D | hpsa.c | 808 u8 box; in path_info_show() local 847 box = hdev->box[i]; in path_info_show() 860 if (box == 0 || box == 0xFF) { in path_info_show() 869 box, bay, active); in path_info_show() 871 } else if (box != 0 && box != 0xFF) { in path_info_show() 874 box, active); in path_info_show() 3513 encl_dev->box[id_phys->active_path_number] = bssbp->phys_box_on_port; in hpsa_get_enclosure_info() 4225 memcpy(&this_device->box, in hpsa_get_path_info() 4227 sizeof(this_device->box)); in hpsa_get_path_info()
|
| /drivers/net/hamradio/ |
| A D | Kconfig | 52 These cards are used to connect your Linux box to an amateur radio
|
| /drivers/scsi/smartpqi/ |
| A D | smartpqi_init.c | 1671 memcpy(&device->box, in pqi_get_physical_device_info() 1673 sizeof(device->box)); in pqi_get_physical_device_info() 2140 memcpy(existing_device->box, new_device->box, sizeof(existing_device->box)); in pqi_scsi_update_device() 7204 u8 box; in pqi_path_info_show() local 7257 box = device->box[i]; in pqi_path_info_show() 7258 if (box != 0 && box != 0xFF) in pqi_path_info_show() 7261 "BOX: %hhu ", box); in pqi_path_info_show()
|
| A D | smartpqi.h | 1154 u8 box[8]; member
|
| /drivers/input/mouse/ |
| A D | Kconfig | 377 be used on any box capable of RS232 (with some adaptor
|
| /drivers/mailbox/ |
| A D | Kconfig | 312 Mailbox implementation for the hardware message box present in
|
| /drivers/char/ |
| A D | Kconfig | 40 box (as opposed to using a serial printer; if the connector at the
|
| /drivers/net/ |
| A D | Kconfig | 11 You can say N here if you don't intend to connect your Linux box to
|
| /drivers/video/fbdev/ |
| A D | Kconfig | 609 Say Y here if you have a PowerVR 2 card in your box. If you plan to 829 Matrox G400, G450 or G550 card in your box.
|