ec_cmd            265 arch/x86/platform/olpc/olpc.c 	.ec_cmd = olpc_xo1_ec_cmd,
ec_cmd            276 arch/x86/platform/olpc/olpc.c 	.ec_cmd = olpc_xo1_ec_cmd,
ec_cmd             98 drivers/platform/olpc/olpc-ec.c 	desc->err = ec_driver->ec_cmd(desc->cmd, desc->inbuf, desc->inlen,
ec_cmd            136 drivers/platform/olpc/olpc-ec.c 	if (WARN_ON(!ec_driver->ec_cmd))
ec_cmd            266 drivers/platform/olpc/olpc-ec.c 	unsigned char ec_cmd[EC_MAX_CMD_ARGS];
ec_cmd            290 drivers/platform/olpc/olpc-ec.c 		ec_cmd[i] = ec_cmd_int[i];
ec_cmd            293 drivers/platform/olpc/olpc-ec.c 			ec_cmd[0], ec_cmd_bytes, ec_cmd + 1,
ec_cmd            296 drivers/platform/olpc/olpc-ec.c 	olpc_ec_cmd(ec_cmd[0], (ec_cmd_bytes == 0) ? NULL : &ec_cmd[1],
ec_cmd            648 drivers/platform/olpc/olpc-xo175-ec.c 	.ec_cmd = olpc_xo175_ec_cmd,
ec_cmd            602 drivers/target/target_core_xcopy.c 	struct se_cmd *ec_cmd,
ec_cmd            637 drivers/target/target_core_xcopy.c 		ec_cmd->scsi_status = xpt_cmd->se_cmd.scsi_status;
ec_cmd            649 drivers/target/target_core_xcopy.c 		ec_cmd->scsi_status = xpt_cmd->se_cmd.scsi_status;
ec_cmd            664 drivers/target/target_core_xcopy.c 	struct se_cmd *ec_cmd,
ec_cmd            700 drivers/target/target_core_xcopy.c 		ec_cmd->scsi_status = xpt_cmd->se_cmd.scsi_status;
ec_cmd            716 drivers/target/target_core_xcopy.c 		ec_cmd->scsi_status = xpt_cmd->se_cmd.scsi_status;
ec_cmd            728 drivers/target/target_core_xcopy.c 	struct se_cmd *ec_cmd = xop->xop_se_cmd;
ec_cmd            768 drivers/target/target_core_xcopy.c 		rc = target_xcopy_read_source(ec_cmd, xop, src_dev, src_lba, cur_nolb);
ec_cmd            779 drivers/target/target_core_xcopy.c 		rc = target_xcopy_write_destination(ec_cmd, xop, dst_dev,
ec_cmd            808 drivers/target/target_core_xcopy.c 	target_complete_cmd(ec_cmd, SAM_STAT_GOOD);
ec_cmd            819 drivers/target/target_core_xcopy.c 	if (ec_cmd->scsi_status == SAM_STAT_GOOD) {
ec_cmd            822 drivers/target/target_core_xcopy.c 		ec_cmd->scsi_status = SAM_STAT_CHECK_CONDITION;
ec_cmd            824 drivers/target/target_core_xcopy.c 	target_complete_cmd(ec_cmd, ec_cmd->scsi_status);
ec_cmd             39 include/linux/olpc-ec.h 	int (*ec_cmd)(u8, u8 *, size_t, u8 *, size_t, void *);