| /linux/drivers/platform/chrome/ |
| H A D | cros_ec_chardev.c | 41 u16 cmd_offset; member 64 msg->command = EC_CMD_GET_VERSION + priv->cmd_offset; in ec_get_version() 170 priv->cmd_offset = ec->cmd_offset; in cros_ec_chardev_open() 301 s_cmd->command += priv->cmd_offset; in cros_ec_chardev_ioctl_xcmd()
|
| H A D | cros_ec_debugfs.c | 75 .command = EC_CMD_CONSOLE_SNAPSHOT + ec->cmd_offset, in cros_ec_console_log_work() 325 msg->command = EC_CMD_GET_CMD_VERSIONS + ec->cmd_offset; in ec_read_version_supported() 368 debug_info->read_msg->command = EC_CMD_CONSOLE_READ + ec->cmd_offset; in cros_ec_create_console_log()
|
| H A D | cros_ec_sensorhub.c | 154 msg->command = EC_CMD_MOTION_SENSE_CMD + ec->cmd_offset; in cros_ec_sensorhub_probe()
|
| H A D | cros_ec_proto_test.c | 2393 ec.cmd_offset = 0; in cros_ec_proto_test_check_features_not_cached() 2446 ec.cmd_offset = 0; in cros_ec_proto_test_get_sensor_count_normal() 2491 ec.cmd_offset = 0; in cros_ec_proto_test_get_sensor_count_xfer_error() 2539 ec.cmd_offset = 0; in cros_ec_proto_test_get_sensor_count_legacy()
|
| /linux/drivers/mfd/ |
| H A D | cros_ec_dev.c | 201 ec->cmd_offset = ec_platform->cmd_offset; in ec_device_probe()
|
| /linux/drivers/ata/ |
| H A D | pata_pdc2027x.c | 684 static const unsigned long cmd_offset[] = { 0x17c0, 0x15c0 }; in pdc2027x_init_one() local 719 pdc_ata_setup_port(&ap->ioaddr, mmio_base + cmd_offset[i]); in pdc2027x_init_one() 723 ata_port_pbar_desc(ap, PDC_MMIO_BAR, cmd_offset[i], "cmd"); in pdc2027x_init_one()
|
| /linux/drivers/media/platform/renesas/vsp1/ |
| H A D | vsp1_dl.c | 467 size_t cmd_offset = i * cmd_size; in vsp1_dl_cmd_pool_create() local 470 cmd_offset; in vsp1_dl_cmd_pool_create() 480 cmd->cmds = pool->mem + cmd_offset; in vsp1_dl_cmd_pool_create() 481 cmd->cmd_dma = pool->dma + cmd_offset; in vsp1_dl_cmd_pool_create()
|
| /linux/drivers/net/ethernet/brocade/bna/ |
| H A D | bfi_enet.h | 370 u16 cmd_offset; /*!< offset to invalid parameter */ member 389 u16 cmd_offset; /*!< offset to invalid parameter */ member 595 u16 cmd_offset; member
|
| /linux/drivers/soundwire/ |
| H A D | amd_manager.c | 198 int cmd_offset) in amd_sdw_ctl_word_prep() argument 206 addr = msg->addr + cmd_offset; in amd_sdw_ctl_word_prep() 211 data = msg->buf[cmd_offset]; in amd_sdw_ctl_word_prep() 357 int cmd_offset) in _amd_sdw_xfer_msg() argument 362 amd_sdw_ctl_word_prep(&lower_data, &upper_data, msg, cmd_offset); in _amd_sdw_xfer_msg() 364 return amd_sdw_fill_msg_resp(amd_manager, msg, response, cmd_offset); in _amd_sdw_xfer_msg()
|
| /linux/drivers/acpi/nfit/ |
| H A D | nfit.h | 303 u64 cmd_offset; member
|
| /linux/drivers/platform/x86/ |
| H A D | ibm_rtl.c | 52 u8 cmd_offset; member
|
| /linux/drivers/power/supply/ |
| H A D | cros_peripheral_charger.c | 72 msg->command = ec_dev->cmd_offset + command; in cros_pchg_ec_command()
|
| H A D | cros_usbpd-charger.c | 102 msg->command = ec_dev->cmd_offset + command; in cros_usbpd_charger_ec_command()
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_init_ops.h | 293 op_idx += op->if_mode.cmd_offset; in bnx2x_init_block() 301 op_idx += op->if_mode.cmd_offset; in bnx2x_init_block()
|
| H A D | bnx2x_init.h | 86 u32 cmd_offset:24; member
|
| H A D | bnx2x_main.c | 475 u32 cmd_offset; in bnx2x_post_dmae() local 478 cmd_offset = (DMAE_REG_CMD_MEM + sizeof(struct dmae_command) * idx); in bnx2x_post_dmae() 480 REG_WR(bp, cmd_offset + i*4, *(((u32 *)dmae) + i)); in bnx2x_post_dmae()
|
| /linux/arch/arm64/kvm/vgic/ |
| H A D | vgic-its.c | 1596 u32 cmd_offset; in vgic_mmio_uaccess_write_its_creadr() local 1606 cmd_offset = ITS_CMD_OFFSET(val); in vgic_mmio_uaccess_write_its_creadr() 1607 if (cmd_offset >= ITS_CMD_BUFFER_SIZE(its->cbaser)) { in vgic_mmio_uaccess_write_its_creadr() 1612 its->creadr = cmd_offset; in vgic_mmio_uaccess_write_its_creadr()
|