Searched refs:ec_cmd (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/platform/olpc/
H A Dolpc-ec.c97 desc->err = ec_driver->ec_cmd(desc->cmd, desc->inbuf, desc->inlen,
135 if (WARN_ON(!ec_driver->ec_cmd))
265 unsigned char ec_cmd[EC_MAX_CMD_ARGS]; local
289 ec_cmd[i] = ec_cmd_int[i];
292 ec_cmd[0], ec_cmd_bytes, ec_cmd + 1,
295 olpc_ec_cmd(ec_cmd[0], (ec_cmd_bytes == 0) ? NULL : &ec_cmd[1],
H A Dolpc-xo175-ec.c59 * (from http://dev.laptop.org/git/users/rsmith/ec-1.75/tree/ec_cmd.h)
648 .ec_cmd = olpc_xo175_ec_cmd,
/linux-master/include/linux/
H A Dolpc-ec.h39 int (*ec_cmd)(u8, u8 *, size_t, u8 *, size_t, void *); member in struct:olpc_ec_driver
/linux-master/drivers/target/
H A Dtarget_core_xcopy.c571 struct se_cmd *ec_cmd,
600 ec_cmd->scsi_status = se_cmd->scsi_status;
609 ec_cmd->scsi_status = se_cmd->scsi_status;
616 struct se_cmd *ec_cmd,
645 ec_cmd->scsi_status = se_cmd->scsi_status;
651 ec_cmd->scsi_status = se_cmd->scsi_status;
660 struct se_cmd *ec_cmd = xop->xop_se_cmd; local
729 rc = target_xcopy_read_source(ec_cmd, xop, src_dev, src_lba, cur_bytes);
740 rc = target_xcopy_write_destination(ec_cmd, xop, dst_dev,
763 target_complete_cmd(ec_cmd, SAM_STAT_GOO
570 target_xcopy_read_source( struct se_cmd *ec_cmd, struct xcopy_op *xop, struct se_device *src_dev, sector_t src_lba, u32 src_bytes) argument
615 target_xcopy_write_destination( struct se_cmd *ec_cmd, struct xcopy_op *xop, struct se_device *dst_dev, sector_t dst_lba, u32 dst_bytes) argument
[all...]
/linux-master/arch/x86/platform/olpc/
H A Dolpc.c265 .ec_cmd = olpc_xo1_ec_cmd,
276 .ec_cmd = olpc_xo1_ec_cmd,

Completed in 124 milliseconds