/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_surface.c | 1045 } *cmd2; in vmw_gb_surface_create() local 1065 cmd_len = sizeof(cmd2->body); in vmw_gb_surface_create() 1066 submit_len = sizeof(*cmd2); in vmw_gb_surface_create() 1074 cmd2 = (typeof(cmd2))cmd; in vmw_gb_surface_create() 1083 cmd2->header.id = cmd_id; in vmw_gb_surface_create() 1084 cmd2->header.size = cmd_len; in vmw_gb_surface_create() 1085 cmd2->body.sid = srf->res.id; in vmw_gb_surface_create() 1086 cmd2->body.surfaceFlags = srf->flags; in vmw_gb_surface_create() 1087 cmd2->body.format = cpu_to_le32(srf->format); in vmw_gb_surface_create() 1088 cmd2->body.numMipLevels = srf->mip_levels[0]; in vmw_gb_surface_create() [all …]
|
D | vmwgfx_context.c | 383 } *cmd2; in vmw_gb_context_unbind() local 393 submit_size = sizeof(*cmd2) + (readback ? sizeof(*cmd1) : 0); in vmw_gb_context_unbind() 403 cmd2 = (void *) cmd; in vmw_gb_context_unbind() 409 cmd2 = (void *) (&cmd1[1]); in vmw_gb_context_unbind() 411 cmd2->header.id = SVGA_3D_CMD_BIND_GB_CONTEXT; in vmw_gb_context_unbind() 412 cmd2->header.size = sizeof(cmd2->body); in vmw_gb_context_unbind() 413 cmd2->body.cid = res->id; in vmw_gb_context_unbind() 414 cmd2->body.mobid = SVGA3D_INVALID_ID; in vmw_gb_context_unbind() 600 } *cmd2; in vmw_dx_context_unbind() local 617 submit_size = sizeof(*cmd2) + (readback ? sizeof(*cmd1) : 0); in vmw_dx_context_unbind() [all …]
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-cmd-queue.h | 428 uint64_t cmd2) in cvmx_cmd_queue_write2() argument 461 ptr[1] = cmd2; in cvmx_cmd_queue_write2() 488 *ptr++ = cmd2; in cvmx_cmd_queue_write2() 499 new_buffer[0] = cmd2; in cvmx_cmd_queue_write2() 528 uint64_t cmd2, in cvmx_cmd_queue_write3() argument 562 ptr[1] = cmd2; in cvmx_cmd_queue_write3() 590 *ptr++ = cmd2; in cvmx_cmd_queue_write3() 604 *ptr++ = cmd2; in cvmx_cmd_queue_write3()
|
/linux-4.4.14/include/linux/ |
D | wait.h | 361 #define __wait_event_exclusive_cmd(wq, condition, cmd1, cmd2) \ argument 363 cmd1; schedule(); cmd2) 367 #define wait_event_exclusive_cmd(wq, condition, cmd1, cmd2) \ argument 371 __wait_event_exclusive_cmd(wq, condition, cmd1, cmd2); \ 374 #define __wait_event_cmd(wq, condition, cmd1, cmd2) \ argument 376 cmd1; schedule(); cmd2) 392 #define wait_event_cmd(wq, condition, cmd1, cmd2) \ argument 396 __wait_event_cmd(wq, condition, cmd1, cmd2); \
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
D | ni_labpc_common.c | 117 devpriv->cmd2 &= ~(CMD2_SWTRIG | CMD2_HWTRIG | CMD2_PRETRIG); in labpc_cancel() 118 devpriv->write_byte(dev, devpriv->cmd2, CMD2_REG); in labpc_cancel() 748 devpriv->cmd2 |= CMD2_TBSEL; in labpc_ai_cmd() 750 devpriv->cmd2 &= ~(CMD2_SWTRIG | CMD2_HWTRIG | CMD2_PRETRIG); in labpc_ai_cmd() 752 devpriv->cmd2 |= CMD2_HWTRIG; in labpc_ai_cmd() 754 devpriv->cmd2 |= CMD2_SWTRIG; in labpc_ai_cmd() 756 devpriv->cmd2 |= (CMD2_HWTRIG | CMD2_PRETRIG); in labpc_ai_cmd() 758 devpriv->write_byte(dev, devpriv->cmd2, CMD2_REG); in labpc_ai_cmd() 914 devpriv->cmd2 &= ~CMD2_LDAC(channel); in labpc_ao_insn_write() 915 devpriv->write_byte(dev, devpriv->cmd2, CMD2_REG); in labpc_ao_insn_write() [all …]
|
D | ni_labpc.h | 45 unsigned int cmd2; member
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | wacom_i2c.c | 52 u8 cmd2[] = { WACOM_CMD_THROW0, WACOM_CMD_THROW1 }; in wacom_query_device() local 64 .len = sizeof(cmd2), in wacom_query_device() 65 .buf = cmd2, in wacom_query_device()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | r300_cmdbuf.c | 549 u32 *cmd2 = drm_buffer_pointer_to_dword(cmdbuf->buffer, 2); in r300_emit_bitblt_multi() local 550 offset = *cmd2 << 10; in r300_emit_bitblt_multi() 605 u32 *cmd1, *cmd2, *cmd3; in r300_emit_draw_indx_2() local 618 cmd2 = drm_buffer_pointer_to_dword(cmdbuf->buffer, 2); in r300_emit_draw_indx_2() 633 if (!radeon_check_offset(dev_priv, *cmd2)) { in r300_emit_draw_indx_2() 635 *cmd2); in r300_emit_draw_indx_2()
|
D | radeon_state.c | 414 u32 *cmd2 = drm_buffer_pointer_to_dword(cmdbuf->buffer, 2); in radeon_check_and_fixup_packet3() local 415 offset = *cmd2 << 10; in radeon_check_and_fixup_packet3() 421 *cmd2 = (*cmd2 & 0xffc00000) | offset >> 10; in radeon_check_and_fixup_packet3()
|
/linux-4.4.14/sound/usb/line6/ |
D | toneport.c | 67 static int toneport_send_cmd(struct usb_device *usbdev, int cmd1, int cmd2); 130 static int toneport_send_cmd(struct usb_device *usbdev, int cmd1, int cmd2) in toneport_send_cmd() argument 136 cmd1, cmd2, NULL, 0, LINE6_TIMEOUT * HZ); in toneport_send_cmd()
|
/linux-4.4.14/arch/s390/mm/ |
D | extmem.c | 675 char cmd2[80]; in segment_save() local 696 sprintf(cmd2, "SAVESEG %s", name); in segment_save() 704 cpcmd(cmd2, NULL, 0, &response); in segment_save()
|
/linux-4.4.14/drivers/md/ |
D | dm-cache-metadata.c | 756 struct dm_cache_metadata *cmd, *cmd2; in lookup_or_open() local 768 cmd2 = lookup(bdev); in lookup_or_open() 769 if (cmd2) { in lookup_or_open() 773 return cmd2; in lookup_or_open()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_hw.h | 631 u8 cmd2; member
|
/linux-4.4.14/drivers/mtd/nand/ |
D | atmel_nand.c | 1850 unsigned int cmd2 = 0; in nfc_nand_command() local 1891 cmd2 = NAND_CMD_RNDOUTSTART << NFCADDR_CMD_CMD2_BIT_POS; in nfc_nand_command() 1912 cmd2 = NAND_CMD_READSTART << NFCADDR_CMD_CMD2_BIT_POS; in nfc_nand_command() 1931 nfc_addr_cmd = cmd1 | cmd2 | vcmd2 | acycle | csid | dataen | nfcwr; in nfc_nand_command()
|
/linux-4.4.14/drivers/mmc/card/ |
D | mmc_test.c | 785 struct mmc_command cmd2; in mmc_test_nonblock_transfer() local 800 mmc_test_nonblock_reset(&mrq2, &cmd2, &stop2, &data2); in mmc_test_nonblock_transfer() 817 mmc_test_nonblock_reset(&mrq2, &cmd2, in mmc_test_nonblock_transfer()
|
/linux-4.4.14/drivers/mmc/host/ |
D | vub300.c | 1807 u8 cmd2 = 0xFF & (cmd->arg >> 8); in examine_cyclic_buffer() local 1813 cmd2 == rf->command_byte[2] && in examine_cyclic_buffer() 1835 cmd2 == r->command_byte[2] && in examine_cyclic_buffer()
|
/linux-4.4.14/drivers/video/fbdev/mmp/hw/ |
D | mmp_ctrl.h | 1084 u32 cmd2; member
|