Home
last modified time | relevance | path

Searched refs:cmd1 (Results 1 - 25 of 57) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cotable.c253 } *cmd1; in vmw_cotable_scrub() local
262 submit_size = sizeof(*cmd1); in vmw_cotable_scrub()
266 cmd1 = VMW_FIFO_RESERVE(dev_priv, submit_size); in vmw_cotable_scrub()
267 if (!cmd1) in vmw_cotable_scrub()
272 cmd0 = (void *) cmd1; in vmw_cotable_scrub()
277 cmd1 = (void *) &cmd0[1]; in vmw_cotable_scrub()
280 cmd1->header.id = SVGA_3D_CMD_DX_SET_COTABLE; in vmw_cotable_scrub()
281 cmd1->header.size = sizeof(cmd1->body); in vmw_cotable_scrub()
282 cmd1 in vmw_cotable_scrub()
[all...]
H A Dvmwgfx_context.c379 } *cmd1; in vmw_gb_context_unbind() local
393 submit_size = sizeof(*cmd2) + (readback ? sizeof(*cmd1) : 0); in vmw_gb_context_unbind()
403 cmd1 = (void *) cmd; in vmw_gb_context_unbind()
404 cmd1->header.id = SVGA_3D_CMD_READBACK_GB_CONTEXT; in vmw_gb_context_unbind()
405 cmd1->header.size = sizeof(cmd1->body); in vmw_gb_context_unbind()
406 cmd1->body.cid = res->id; in vmw_gb_context_unbind()
407 cmd2 = (void *) (&cmd1[1]); in vmw_gb_context_unbind()
588 } *cmd1; in vmw_dx_context_unbind() local
609 submit_size = sizeof(*cmd2) + (readback ? sizeof(*cmd1) in vmw_dx_context_unbind()
[all...]
H A Dvmwgfx_surface.c1210 } *cmd1; in vmw_gb_surface_bind() local
1220 submit_size = sizeof(*cmd1) + (res->backup_dirty ? sizeof(*cmd2) : 0); in vmw_gb_surface_bind()
1222 cmd1 = VMW_FIFO_RESERVE(dev_priv, submit_size); in vmw_gb_surface_bind()
1223 if (unlikely(!cmd1)) in vmw_gb_surface_bind()
1226 cmd1->header.id = SVGA_3D_CMD_BIND_GB_SURFACE; in vmw_gb_surface_bind()
1227 cmd1->header.size = sizeof(cmd1->body); in vmw_gb_surface_bind()
1228 cmd1->body.sid = res->id; in vmw_gb_surface_bind()
1229 cmd1->body.mobid = bo->mem.start; in vmw_gb_surface_bind()
1231 cmd2 = (void *) &cmd1[ in vmw_gb_surface_bind()
1259 } *cmd1; vmw_gb_surface_unbind() local
1893 } *cmd1; vmw_surface_dirty_sync() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cotable.c269 } *cmd1; in vmw_cotable_scrub() local
278 submit_size = sizeof(*cmd1); in vmw_cotable_scrub()
282 cmd1 = VMW_CMD_RESERVE(dev_priv, submit_size); in vmw_cotable_scrub()
283 if (!cmd1) in vmw_cotable_scrub()
288 cmd0 = (void *) cmd1; in vmw_cotable_scrub()
293 cmd1 = (void *) &cmd0[1]; in vmw_cotable_scrub()
296 cmd1->header.id = SVGA_3D_CMD_DX_SET_COTABLE; in vmw_cotable_scrub()
297 cmd1->header.size = sizeof(cmd1->body); in vmw_cotable_scrub()
298 cmd1 in vmw_cotable_scrub()
[all...]
H A Dvmwgfx_context.c381 } *cmd1; in vmw_gb_context_unbind() local
395 submit_size = sizeof(*cmd2) + (readback ? sizeof(*cmd1) : 0); in vmw_gb_context_unbind()
405 cmd1 = (void *) cmd; in vmw_gb_context_unbind()
406 cmd1->header.id = SVGA_3D_CMD_READBACK_GB_CONTEXT; in vmw_gb_context_unbind()
407 cmd1->header.size = sizeof(cmd1->body); in vmw_gb_context_unbind()
408 cmd1->body.cid = res->id; in vmw_gb_context_unbind()
409 cmd2 = (void *) (&cmd1[1]); in vmw_gb_context_unbind()
590 } *cmd1; in vmw_dx_context_unbind() local
611 submit_size = sizeof(*cmd2) + (readback ? sizeof(*cmd1) in vmw_dx_context_unbind()
[all...]
H A Dvmwgfx_surface.c1177 } *cmd1; in vmw_gb_surface_bind() local
1187 submit_size = sizeof(*cmd1) + (res->guest_memory_dirty ? sizeof(*cmd2) : 0); in vmw_gb_surface_bind()
1189 cmd1 = VMW_CMD_RESERVE(dev_priv, submit_size); in vmw_gb_surface_bind()
1190 if (unlikely(!cmd1)) in vmw_gb_surface_bind()
1193 cmd1->header.id = SVGA_3D_CMD_BIND_GB_SURFACE; in vmw_gb_surface_bind()
1194 cmd1->header.size = sizeof(cmd1->body); in vmw_gb_surface_bind()
1195 cmd1->body.sid = res->id; in vmw_gb_surface_bind()
1196 cmd1->body.mobid = bo->resource->start; in vmw_gb_surface_bind()
1198 cmd2 = (void *) &cmd1[ in vmw_gb_surface_bind()
1226 } *cmd1; vmw_gb_surface_unbind() local
1839 } *cmd1; vmw_surface_dirty_sync() local
[all...]
/kernel/linux/linux-5.10/drivers/nfc/st21nfca/
H A Ddep.c63 u8 cmd1; member
75 u8 cmd1; member
88 u8 cmd1; member
97 u8 cmd1; member
104 u8 cmd1; member
161 atr_res->cmd1 = ST21NFCA_NFCIP1_ATR_RES; in st21nfca_tm_send_atr_res()
250 psl_res->cmd1 = ST21NFCA_NFCIP1_PSL_RES; in st21nfca_tm_send_psl_res()
374 u8 cmd0, cmd1; in st21nfca_tm_event_send_data() local
380 cmd1 = skb->data[2]; in st21nfca_tm_event_send_data()
381 switch (cmd1) { in st21nfca_tm_event_send_data()
[all...]
/kernel/linux/linux-6.6/drivers/nfc/st21nfca/
H A Ddep.c63 u8 cmd1; member
75 u8 cmd1; member
88 u8 cmd1; member
97 u8 cmd1; member
104 u8 cmd1; member
161 atr_res->cmd1 = ST21NFCA_NFCIP1_ATR_RES; in st21nfca_tm_send_atr_res()
241 psl_res->cmd1 = ST21NFCA_NFCIP1_PSL_RES; in st21nfca_tm_send_psl_res()
351 u8 cmd0, cmd1; in st21nfca_tm_event_send_data() local
357 cmd1 = skb->data[2]; in st21nfca_tm_event_send_data()
358 switch (cmd1) { in st21nfca_tm_event_send_data()
[all...]
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/
H A Dcvmx-cmd-queue.h419 * @cmd1: Command
427 uint64_t cmd1, in cvmx_cmd_queue_write2()
460 ptr[0] = cmd1; in cvmx_cmd_queue_write2()
486 *ptr++ = cmd1; in cvmx_cmd_queue_write2()
518 * @cmd1: Command
527 uint64_t cmd1, in cvmx_cmd_queue_write3()
561 ptr[0] = cmd1; in cvmx_cmd_queue_write3()
588 *ptr++ = cmd1; in cvmx_cmd_queue_write3()
424 cvmx_cmd_queue_write2(cvmx_cmd_queue_id_t queue_id, int use_locking, uint64_t cmd1, uint64_t cmd2) cvmx_cmd_queue_write2() argument
524 cvmx_cmd_queue_write3(cvmx_cmd_queue_id_t queue_id, int use_locking, uint64_t cmd1, uint64_t cmd2, uint64_t cmd3) cvmx_cmd_queue_write3() argument
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/
H A Dcvmx-cmd-queue.h419 * @cmd1: Command
427 uint64_t cmd1, in cvmx_cmd_queue_write2()
460 ptr[0] = cmd1; in cvmx_cmd_queue_write2()
486 *ptr++ = cmd1; in cvmx_cmd_queue_write2()
518 * @cmd1: Command
527 uint64_t cmd1, in cvmx_cmd_queue_write3()
561 ptr[0] = cmd1; in cvmx_cmd_queue_write3()
588 *ptr++ = cmd1; in cvmx_cmd_queue_write3()
424 cvmx_cmd_queue_write2(cvmx_cmd_queue_id_t queue_id, int use_locking, uint64_t cmd1, uint64_t cmd2) cvmx_cmd_queue_write2() argument
524 cvmx_cmd_queue_write3(cvmx_cmd_queue_id_t queue_id, int use_locking, uint64_t cmd1, uint64_t cmd2, uint64_t cmd3) cvmx_cmd_queue_write3() argument
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dvf610_nfc.c327 u32 cmd1, u32 cmd2, u32 trfr_sz) in vf610_nfc_run()
336 vf610_nfc_write(nfc, NFC_FLASH_CMD1, cmd1); in vf610_nfc_run()
340 "col 0x%04x, row 0x%08x, cmd1 0x%08x, cmd2 0x%08x, len %d\n", in vf610_nfc_run()
341 col, row, cmd1, cmd2, trfr_sz); in vf610_nfc_run()
363 u32 col = 0, row = 0, cmd1 = 0, cmd2 = 0, code = 0; in vf610_nfc_cmd() local
418 cmd1 |= instr->ctx.cmd.opcode << CMD_BYTE2_SHIFT; in vf610_nfc_cmd()
443 vf610_nfc_run(nfc, col, row, cmd1, cmd2, trfr_sz); in vf610_nfc_cmd()
554 u32 row = 0, cmd1 = 0, cmd2 = 0, code = 0; in vf610_nfc_read_page() local
564 cmd1 |= NAND_CMD_READSTART << CMD_BYTE2_SHIFT; in vf610_nfc_read_page()
570 vf610_nfc_run(nfc, 0, row, cmd1, cmd in vf610_nfc_read_page()
326 vf610_nfc_run(struct vf610_nfc *nfc, u32 col, u32 row, u32 cmd1, u32 cmd2, u32 trfr_sz) vf610_nfc_run() argument
602 u32 row = 0, cmd1 = 0, cmd2 = 0, code = 0; vf610_nfc_write_page() local
[all...]
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dvf610_nfc.c327 u32 cmd1, u32 cmd2, u32 trfr_sz) in vf610_nfc_run()
336 vf610_nfc_write(nfc, NFC_FLASH_CMD1, cmd1); in vf610_nfc_run()
340 "col 0x%04x, row 0x%08x, cmd1 0x%08x, cmd2 0x%08x, len %d\n", in vf610_nfc_run()
341 col, row, cmd1, cmd2, trfr_sz); in vf610_nfc_run()
363 u32 col = 0, row = 0, cmd1 = 0, cmd2 = 0, code = 0; in vf610_nfc_cmd() local
418 cmd1 |= instr->ctx.cmd.opcode << CMD_BYTE2_SHIFT; in vf610_nfc_cmd()
443 vf610_nfc_run(nfc, col, row, cmd1, cmd2, trfr_sz); in vf610_nfc_cmd()
554 u32 row = 0, cmd1 = 0, cmd2 = 0, code = 0; in vf610_nfc_read_page() local
564 cmd1 |= NAND_CMD_READSTART << CMD_BYTE2_SHIFT; in vf610_nfc_read_page()
570 vf610_nfc_run(nfc, 0, row, cmd1, cmd in vf610_nfc_read_page()
326 vf610_nfc_run(struct vf610_nfc *nfc, u32 col, u32 row, u32 cmd1, u32 cmd2, u32 trfr_sz) vf610_nfc_run() argument
602 u32 row = 0, cmd1 = 0, cmd2 = 0, code = 0; vf610_nfc_write_page() local
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dwait.h429 #define __wait_event_exclusive_cmd(wq_head, condition, cmd1, cmd2) \
431 cmd1; schedule(); cmd2)
435 #define wait_event_exclusive_cmd(wq_head, condition, cmd1, cmd2) \
439 __wait_event_exclusive_cmd(wq_head, condition, cmd1, cmd2); \
442 #define __wait_event_cmd(wq_head, condition, cmd1, cmd2) \
444 cmd1; schedule(); cmd2)
450 * @cmd1: the command will be executed before sleep
460 #define wait_event_cmd(wq_head, condition, cmd1, cmd2) \
464 __wait_event_cmd(wq_head, condition, cmd1, cmd2); \
/kernel/linux/linux-6.6/include/linux/
H A Dwait.h442 #define __wait_event_exclusive_cmd(wq_head, condition, cmd1, cmd2) \
444 cmd1; schedule(); cmd2)
448 #define wait_event_exclusive_cmd(wq_head, condition, cmd1, cmd2) \
452 __wait_event_exclusive_cmd(wq_head, condition, cmd1, cmd2); \
455 #define __wait_event_cmd(wq_head, condition, cmd1, cmd2) \
457 cmd1; schedule(); cmd2)
463 * @cmd1: the command will be executed before sleep
473 #define wait_event_cmd(wq_head, condition, cmd1, cmd2) \
477 __wait_event_cmd(wq_head, condition, cmd1, cmd2); \
/kernel/linux/linux-6.6/drivers/net/ethernet/sunplus/
H A Dspl2sw_int.c42 cmd = desc->cmd1; in spl2sw_rx_poll()
106 desc->cmd1 = RXD_OWN; in spl2sw_rx_poll()
117 if (queue == 1 && !(h_desc->cmd1 & RXD_OWN)) in spl2sw_rx_poll()
154 cmd = comm->tx_desc[tx_done_pos].cmd1; in spl2sw_tx_poll()
H A Dspl2sw_desc.c28 rx_desc[j].cmd1 = RXD_OWN; in spl2sw_rx_descs_flush()
41 comm->tx_desc[i].cmd1 = 0; in spl2sw_tx_descs_clean()
73 rx_desc[j].cmd1 = 0; in spl2sw_rx_descs_clean()
158 rx_desc[j].cmd1 = RXD_OWN; in spl2sw_rx_descs_init()
H A Dspl2sw_driver.c75 u32 cmd1; in spl2sw_ethernet_start_xmit() local
110 cmd1 = TXD_OWN | TXD_SOP | TXD_EOP | (mac->to_vlan << 12) | in spl2sw_ethernet_start_xmit()
120 txdesc->cmd1 = cmd1; in spl2sw_ethernet_start_xmit()
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dmxs-mmc.c254 u32 ctrl0, cmd0, cmd1; in mxs_mmc_bc() local
258 cmd1 = cmd->arg; in mxs_mmc_bc()
267 ssp->ssp_pio_words[2] = cmd1; in mxs_mmc_bc()
289 u32 ctrl0, cmd0, cmd1; in mxs_mmc_ac() local
300 cmd1 = cmd->arg; in mxs_mmc_ac()
312 ssp->ssp_pio_words[2] = cmd1; in mxs_mmc_ac()
361 u32 ctrl0, cmd0, cmd1, val; in mxs_mmc_adtc() local
416 cmd1 = cmd->arg; in mxs_mmc_adtc()
433 ssp->ssp_pio_words[2] = cmd1; in mxs_mmc_adtc()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dmxs-mmc.c253 u32 ctrl0, cmd0, cmd1; in mxs_mmc_bc() local
257 cmd1 = cmd->arg; in mxs_mmc_bc()
266 ssp->ssp_pio_words[2] = cmd1; in mxs_mmc_bc()
288 u32 ctrl0, cmd0, cmd1; in mxs_mmc_ac() local
299 cmd1 = cmd->arg; in mxs_mmc_ac()
311 ssp->ssp_pio_words[2] = cmd1; in mxs_mmc_ac()
360 u32 ctrl0, cmd0, cmd1, val; in mxs_mmc_adtc() local
415 cmd1 = cmd->arg; in mxs_mmc_adtc()
432 ssp->ssp_pio_words[2] = cmd1; in mxs_mmc_adtc()
/kernel/linux/linux-5.10/arch/s390/mm/
H A Dextmem.c569 char cmd1[160]; in segment_save() local
584 sprintf(cmd1, "DEFSEG %s", name); in segment_save()
586 sprintf(cmd1+strlen(cmd1), " %lX-%lX %s", in segment_save()
593 cpcmd(cmd1, NULL, 0, &response); in segment_save()
/kernel/linux/linux-6.6/arch/s390/mm/
H A Dextmem.c569 char cmd1[160]; in segment_save() local
584 sprintf(cmd1, "DEFSEG %s", name); in segment_save()
586 sprintf(cmd1+strlen(cmd1), " %lX-%lX %s", in segment_save()
593 cpcmd(cmd1, NULL, 0, &response); in segment_save()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dwacom_i2c.c44 u8 cmd1[] = { WACOM_CMD_QUERY0, WACOM_CMD_QUERY1, in wacom_query_device() local
52 .len = sizeof(cmd1), in wacom_query_device()
53 .buf = cmd1, in wacom_query_device()
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
H A Dni_labpc.h30 unsigned int cmd1; member
/kernel/linux/linux-6.6/drivers/comedi/drivers/
H A Dni_labpc.h30 unsigned int cmd1; member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.c229 u8 cmd1 = *(u8 *)key; in iwl_hcmd_names_cmp() local
232 return (cmd1 - cmd2); in iwl_hcmd_names_cmp()

Completed in 22 milliseconds

123