Searched refs:ec_cmd (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/target/ |
D | target_core_xcopy.c | 522 struct se_cmd *ec_cmd = xop->xop_se_cmd; in target_xcopy_setup_pt_port() local 534 pt_cmd->se_lun = ec_cmd->se_lun; in target_xcopy_setup_pt_port() 535 pt_cmd->se_dev = ec_cmd->se_dev; in target_xcopy_setup_pt_port() 539 pt_cmd->se_lun = ec_cmd->se_lun; in target_xcopy_setup_pt_port() 553 pt_cmd->se_lun = ec_cmd->se_lun; in target_xcopy_setup_pt_port() 554 pt_cmd->se_dev = ec_cmd->se_dev; in target_xcopy_setup_pt_port() 558 pt_cmd->se_lun = ec_cmd->se_lun; in target_xcopy_setup_pt_port() 667 struct se_cmd *ec_cmd, in target_xcopy_read_source() argument 702 ec_cmd->scsi_status = xpt_cmd->se_cmd.scsi_status; in target_xcopy_read_source() 714 ec_cmd->scsi_status = xpt_cmd->se_cmd.scsi_status; in target_xcopy_read_source() [all …]
|
/Linux-v4.19/drivers/platform/olpc/ |
D | olpc-ec.c | 88 desc->err = ec_driver->ec_cmd(desc->cmd, desc->inbuf, desc->inlen, in olpc_ec_worker() 123 if (WARN_ON(!ec_driver || !ec_driver->ec_cmd)) in olpc_ec_cmd() 171 unsigned char ec_cmd[EC_MAX_CMD_ARGS]; in ec_dbgfs_cmd_write() local 195 ec_cmd[i] = ec_cmd_int[i]; in ec_dbgfs_cmd_write() 198 ec_cmd[0], ec_cmd_bytes, ec_cmd + 1, in ec_dbgfs_cmd_write() 201 olpc_ec_cmd(ec_cmd[0], (ec_cmd_bytes == 0) ? NULL : &ec_cmd[1], in ec_dbgfs_cmd_write()
|
/Linux-v4.19/include/linux/ |
D | olpc-ec.h | 26 int (*ec_cmd)(u8, u8 *, size_t, u8 *, size_t, void *); member
|
/Linux-v4.19/arch/x86/platform/olpc/ |
D | olpc.c | 365 .ec_cmd = olpc_xo1_ec_cmd, 370 .ec_cmd = olpc_xo1_ec_cmd,
|
/Linux-v4.19/drivers/isdn/hardware/eicon/ |
D | divacapi.h | 311 word ec_cmd; member
|
D | message.c | 12592 plci->ec_cmd, plci->ec_idi_options, plci->ec_tail_length)); in ec_command() 12603 PUT_WORD(&result[1], plci->ec_cmd); in ec_command() 12609 switch (plci->ec_cmd) in ec_command() 12747 plci->ec_cmd = GET_WORD(ec_parms[0].info); in ec_request() 12767 switch (plci->ec_cmd) in ec_request() 12798 UnMapId(Id), (char *)(FILE_), __LINE__, plci->ec_cmd)); in ec_request() 12839 plci->ec_cmd = GET_WORD(ec_parms[0].info); in ec_request() 12842 PUT_WORD(&result[1], plci->ec_cmd); in ec_request() 12862 switch (plci->ec_cmd) in ec_request() 12878 UnMapId(Id), (char *)(FILE_), __LINE__, plci->ec_cmd)); in ec_request()
|