/linux/drivers/gpu/drm/vmwgfx/ |
A D | vmwgfx_surface.c | 1077 } *cmd2; in vmw_gb_surface_create() local 1122 cmd2 = (typeof(cmd2))cmd; in vmw_gb_surface_create() 1211 } *cmd2; in vmw_gb_surface_bind() local 1230 cmd2->header.size = sizeof(cmd2->body); in vmw_gb_surface_bind() 1260 } *cmd2; in vmw_gb_surface_unbind() local 1283 cmd2 = (void *) cmd; in vmw_gb_surface_unbind() 1285 cmd2->header.size = sizeof(cmd2->body); in vmw_gb_surface_unbind() 1887 } *cmd2; in vmw_surface_dirty_sync() local 1907 cmd2 = cmd; in vmw_surface_dirty_sync() 1928 cmd2->header.size = sizeof(cmd2->body); in vmw_surface_dirty_sync() [all …]
|
A D | vmwgfx_context.c | 383 } *cmd2; in vmw_gb_context_unbind() local 401 cmd2 = (void *) cmd; in vmw_gb_context_unbind() 407 cmd2 = (void *) (&cmd1[1]); in vmw_gb_context_unbind() 410 cmd2->header.size = sizeof(cmd2->body); in vmw_gb_context_unbind() 411 cmd2->body.cid = res->id; in vmw_gb_context_unbind() 412 cmd2->body.mobid = SVGA3D_INVALID_ID; in vmw_gb_context_unbind() 592 } *cmd2; in vmw_dx_context_unbind() local 617 cmd2 = (void *) cmd; in vmw_dx_context_unbind() 623 cmd2 = (void *) (&cmd1[1]); in vmw_dx_context_unbind() 626 cmd2->header.size = sizeof(cmd2->body); in vmw_dx_context_unbind() [all …]
|
/linux/arch/mips/include/asm/octeon/ |
A 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/drivers/mtd/nand/raw/ |
A D | vf610_nfc.c | 327 u32 cmd1, u32 cmd2, u32 trfr_sz) in vf610_nfc_run() argument 337 vf610_nfc_write(nfc, NFC_FLASH_CMD2, cmd2); in vf610_nfc_run() 341 col, row, cmd1, cmd2, trfr_sz); in vf610_nfc_run() 441 cmd2 |= code << CMD_CODE_SHIFT; in vf610_nfc_cmd() 554 u32 row = 0, cmd1 = 0, cmd2 = 0, code = 0; in vf610_nfc_read_page() local 559 cmd2 |= NAND_CMD_READ0 << CMD_BYTE1_SHIFT; in vf610_nfc_read_page() 567 cmd2 |= code << CMD_CODE_SHIFT; in vf610_nfc_read_page() 570 vf610_nfc_run(nfc, 0, row, cmd1, cmd2, trfr_sz); in vf610_nfc_read_page() 602 u32 row = 0, cmd1 = 0, cmd2 = 0, code = 0; in vf610_nfc_write_page() local 608 cmd2 |= NAND_CMD_SEQIN << CMD_BYTE1_SHIFT; in vf610_nfc_write_page() [all …]
|
/linux/drivers/net/ethernet/cavium/liquidio/ |
A D | octeon_nic.c | 59 ih2 = (struct octeon_instr_ih2 *)&sc->cmd.cmd2.ih2; in octeon_alloc_soft_command_resp() 60 rdp = (struct octeon_instr_rdp *)&sc->cmd.cmd2.rdp; in octeon_alloc_soft_command_resp() 61 irh = (struct octeon_instr_irh *)&sc->cmd.cmd2.irh; in octeon_alloc_soft_command_resp() 76 sc->cmd.cmd2.rptr = sc->dmarptr; in octeon_alloc_soft_command_resp()
|
A D | request_manager.c | 650 ih2 = (struct octeon_instr_ih2 *)&sc->cmd.cmd2.ih2; in octeon_prepare_soft_command() 661 irh = (struct octeon_instr_irh *)&sc->cmd.cmd2.irh; in octeon_prepare_soft_command() 667 sc->cmd.cmd2.ossp[0] = ossp0; in octeon_prepare_soft_command() 668 sc->cmd.cmd2.ossp[1] = ossp1; in octeon_prepare_soft_command() 671 rdp = (struct octeon_instr_rdp *)&sc->cmd.cmd2.rdp; in octeon_prepare_soft_command() 718 ih2 = (struct octeon_instr_ih2 *)&sc->cmd.cmd2.ih2; in octeon_send_soft_command() 721 sc->cmd.cmd2.dptr = sc->dmadptr; in octeon_send_soft_command() 723 irh = (struct octeon_instr_irh *)&sc->cmd.cmd2.irh; in octeon_send_soft_command() 728 sc->cmd.cmd2.rptr = sc->dmarptr; in octeon_send_soft_command()
|
A D | octeon_nic.h | 130 ih2 = (struct octeon_instr_ih2 *)&cmd->cmd2.ih2; in octnet_prepare_pci_cmd_o2() 157 irh = (struct octeon_instr_irh *)&cmd->cmd2.irh; in octnet_prepare_pci_cmd_o2()
|
A D | octeon_iq.h | 258 struct octeon_instr2_64B cmd2; member
|
A D | lio_main.c | 2269 (&sc->cmd.cmd2.ih2))->dlengsz; in send_nic_timestamp_pkt() 2396 ndata.cmd.cmd2.dptr = dptr; in liquidio_xmit() 2472 ndata.cmd.cmd2.dptr = dptr; in liquidio_xmit() 2483 irh = (struct octeon_instr_irh *)&ndata.cmd.cmd2.irh; in liquidio_xmit() 2484 tx_info = (union tx_info *)&ndata.cmd.cmd2.ossp[0]; in liquidio_xmit()
|
/linux/include/linux/ |
A D | wait.h | 439 #define __wait_event_exclusive_cmd(wq_head, condition, cmd1, cmd2) \ argument 441 cmd1; schedule(); cmd2) 445 #define wait_event_exclusive_cmd(wq_head, condition, cmd1, cmd2) \ argument 449 __wait_event_exclusive_cmd(wq_head, condition, cmd1, cmd2); \ 452 #define __wait_event_cmd(wq_head, condition, cmd1, cmd2) \ argument 454 cmd1; schedule(); cmd2) 470 #define wait_event_cmd(wq_head, condition, cmd1, cmd2) \ argument 474 __wait_event_cmd(wq_head, condition, cmd1, cmd2); \
|
/linux/drivers/comedi/drivers/ |
A D | ni_labpc_common.c | 110 devpriv->cmd2 &= ~(CMD2_SWTRIG | CMD2_HWTRIG | CMD2_PRETRIG); in labpc_cancel() 111 devpriv->write_byte(dev, devpriv->cmd2, CMD2_REG); in labpc_cancel() 749 devpriv->cmd2 |= CMD2_TBSEL; in labpc_ai_cmd() 751 devpriv->cmd2 &= ~(CMD2_SWTRIG | CMD2_HWTRIG | CMD2_PRETRIG); in labpc_ai_cmd() 753 devpriv->cmd2 |= CMD2_HWTRIG; in labpc_ai_cmd() 755 devpriv->cmd2 |= CMD2_SWTRIG; in labpc_ai_cmd() 757 devpriv->cmd2 |= (CMD2_HWTRIG | CMD2_PRETRIG); in labpc_ai_cmd() 759 devpriv->write_byte(dev, devpriv->cmd2, CMD2_REG); in labpc_ai_cmd() 921 devpriv->cmd2 &= ~CMD2_LDAC(channel); in labpc_ao_insn_write() 922 devpriv->write_byte(dev, devpriv->cmd2, CMD2_REG); in labpc_ao_insn_write() [all …]
|
A D | ni_labpc.h | 31 unsigned int cmd2; member
|
/linux/drivers/input/touchscreen/ |
A D | wacom_i2c.c | 56 u8 cmd2[] = { WACOM_CMD_THROW0, WACOM_CMD_THROW1 }; in wacom_query_device() local 68 .len = sizeof(cmd2), in wacom_query_device() 69 .buf = cmd2, in wacom_query_device()
|
/linux/sound/usb/line6/ |
A D | toneport.c | 62 static int toneport_send_cmd(struct usb_device *usbdev, int cmd1, int cmd2); 125 static int toneport_send_cmd(struct usb_device *usbdev, int cmd1, int cmd2) in toneport_send_cmd() argument 131 cmd1, cmd2, NULL, 0, LINE6_TIMEOUT, in toneport_send_cmd()
|
/linux/drivers/net/wireless/intel/iwlwifi/ |
A D | iwl-trans.c | 207 u8 cmd2 = name->cmd_id; in iwl_hcmd_names_cmp() local 209 return (cmd1 - cmd2); in iwl_hcmd_names_cmp()
|
/linux/arch/s390/mm/ |
A D | extmem.c | 568 char cmd2[80]; in segment_save() local 589 sprintf(cmd2, "SAVESEG %s", name); in segment_save() 597 cpcmd(cmd2, NULL, 0, &response); in segment_save()
|
/linux/drivers/md/ |
A D | dm-cache-metadata.c | 813 struct dm_cache_metadata *cmd, *cmd2; in lookup_or_open() local 826 cmd2 = lookup(bdev); in lookup_or_open() 827 if (cmd2) { in lookup_or_open() 831 return cmd2; in lookup_or_open()
|
/linux/drivers/net/ethernet/intel/ixgb/ |
A D | ixgb_hw.h | 606 u8 cmd2; member
|
/linux/drivers/mmc/host/ |
A D | vub300.c | 1800 u8 cmd2 = 0xFF & (cmd->arg >> 8); in examine_cyclic_buffer() local 1806 cmd2 == rf->command_byte[2] && in examine_cyclic_buffer() 1828 cmd2 == r->command_byte[2] && in examine_cyclic_buffer()
|
/linux/arch/arm/boot/dts/ |
A D | motorola-mapphone-common.dtsi | 474 /* cmd2 0x4a100142 uart3_rts_sd.gpio_142 f28 */
|
/linux/drivers/video/fbdev/mmp/hw/ |
A D | mmp_ctrl.h | 1070 u32 cmd2; member
|