Searched defs:ec_cmd (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | olpc-ec.h | 39 int (*ec_cmd)(u8, u8 *, size_t, u8 *, size_t, void *); member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | olpc-ec.h | 39 int (*ec_cmd)(u8, u8 *, size_t, u8 *, size_t, void *); member
|
/kernel/linux/linux-5.10/drivers/platform/olpc/ |
H A D | olpc-ec.c | 266 unsigned char ec_cmd[EC_MAX_CMD_ARGS]; in ec_dbgfs_cmd_write() local
|
/kernel/linux/linux-6.6/drivers/platform/olpc/ |
H A D | olpc-ec.c | 265 unsigned char ec_cmd[EC_MAX_CMD_ARGS]; in ec_dbgfs_cmd_write() local
|
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_xcopy.c | 684 struct se_cmd *ec_cmd = xop->xop_se_cmd; in target_xcopy_do_work() local 594 target_xcopy_read_source( struct se_cmd *ec_cmd, struct xcopy_op *xop, struct se_device *src_dev, sector_t src_lba, u32 src_sectors) target_xcopy_read_source() argument 639 target_xcopy_write_destination( struct se_cmd *ec_cmd, struct xcopy_op *xop, struct se_device *dst_dev, sector_t dst_lba, u32 dst_sectors) target_xcopy_write_destination() argument [all...] |
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_xcopy.c | 659 struct se_cmd *ec_cmd = xop->xop_se_cmd; in target_xcopy_do_work() local 569 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) target_xcopy_read_source() argument 614 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) target_xcopy_write_destination() argument [all...] |
Completed in 4 milliseconds