Searched refs:ec_cmd (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/platform/olpc/ |
D | olpc-ec.c | 86 desc->err = ec_driver->ec_cmd(desc->cmd, desc->inbuf, desc->inlen, in olpc_ec_worker() 121 if (WARN_ON(!ec_driver || !ec_driver->ec_cmd)) in olpc_ec_cmd() 169 unsigned char ec_cmd[EC_MAX_CMD_ARGS]; in ec_dbgfs_cmd_write() local 193 ec_cmd[i] = ec_cmd_int[i]; in ec_dbgfs_cmd_write() 196 ec_cmd[0], ec_cmd_bytes, ec_cmd + 1, in ec_dbgfs_cmd_write() 199 olpc_ec_cmd(ec_cmd[0], (ec_cmd_bytes == 0) ? NULL : &ec_cmd[1], in ec_dbgfs_cmd_write()
|
/linux-4.4.14/drivers/target/ |
D | target_core_xcopy.c | 476 struct se_cmd *ec_cmd = xop->xop_se_cmd; in target_xcopy_setup_pt_port() local 488 pt_cmd->se_lun = ec_cmd->se_lun; in target_xcopy_setup_pt_port() 489 pt_cmd->se_dev = ec_cmd->se_dev; in target_xcopy_setup_pt_port() 493 pt_cmd->se_lun = ec_cmd->se_lun; in target_xcopy_setup_pt_port() 507 pt_cmd->se_lun = ec_cmd->se_lun; in target_xcopy_setup_pt_port() 508 pt_cmd->se_dev = ec_cmd->se_dev; in target_xcopy_setup_pt_port() 512 pt_cmd->se_lun = ec_cmd->se_lun; in target_xcopy_setup_pt_port() 621 struct se_cmd *ec_cmd, in target_xcopy_read_source() argument 681 struct se_cmd *ec_cmd, in target_xcopy_write_destination() argument 744 struct se_cmd *ec_cmd = xop->xop_se_cmd; in target_xcopy_do_work() local [all …]
|
/linux-4.4.14/include/linux/ |
D | olpc-ec.h | 25 int (*ec_cmd)(u8, u8 *, size_t, u8 *, size_t, void *); member
|
/linux-4.4.14/arch/x86/platform/olpc/ |
D | olpc.c | 367 .ec_cmd = olpc_xo1_ec_cmd, 372 .ec_cmd = olpc_xo1_ec_cmd,
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | divacapi.h | 321 word ec_cmd; member
|
D | message.c | 12721 plci->ec_cmd, plci->ec_idi_options, plci->ec_tail_length)); in ec_command() 12732 PUT_WORD(&result[1], plci->ec_cmd); in ec_command() 12738 switch (plci->ec_cmd) in ec_command() 12872 plci->ec_cmd = GET_WORD(ec_parms[0].info); in ec_request() 12892 switch (plci->ec_cmd) in ec_request() 12923 UnMapId(Id), (char *)(FILE_), __LINE__, plci->ec_cmd)); in ec_request() 12964 plci->ec_cmd = GET_WORD(ec_parms[0].info); in ec_request() 12967 PUT_WORD(&result[1], plci->ec_cmd); in ec_request() 12987 switch (plci->ec_cmd) in ec_request() 13003 UnMapId(Id), (char *)(FILE_), __LINE__, plci->ec_cmd)); in ec_request()
|