/linux-5.19.10/drivers/platform/chrome/ |
D | cros_ec_sysfs.c | 100 msg->command = EC_CMD_REBOOT_EC + ec->cmd_offset; in reboot_store() 129 msg->command = EC_CMD_GET_VERSION + ec->cmd_offset; in version_show() 151 msg->command = EC_CMD_GET_BUILD_INFO + ec->cmd_offset; in version_show() 165 msg->command = EC_CMD_GET_CHIP_INFO + ec->cmd_offset; in version_show() 187 msg->command = EC_CMD_GET_BOARD_VERSION + ec->cmd_offset; in version_show() 221 msg->command = EC_CMD_FLASH_INFO + ec->cmd_offset; in flashinfo_show() 255 msg->command = EC_CMD_MOTION_SENSE_CMD + ec->cmd_offset; in kb_wake_angle_show() 292 msg->command = EC_CMD_MOTION_SENSE_CMD + ec->cmd_offset; in kb_wake_angle_store()
|
D | cros_ec.c | 27 .cmd_offset = EC_CMD_PASSTHRU_OFFSET(CROS_EC_DEV_EC_INDEX), 32 .cmd_offset = EC_CMD_PASSTHRU_OFFSET(CROS_EC_DEV_PD_INDEX),
|
D | cros_ec_debugfs.c | 67 .command = EC_CMD_CONSOLE_SNAPSHOT + ec->cmd_offset, in cros_ec_console_log_work() 329 msg->command = EC_CMD_GET_CMD_VERSIONS + ec->cmd_offset; in ec_read_version_supported() 372 debug_info->read_msg->command = EC_CMD_CONSOLE_READ + ec->cmd_offset; in cros_ec_create_console_log()
|
D | cros_ec_chardev.c | 67 msg->command = EC_CMD_GET_VERSION + ec->cmd_offset; in ec_get_version() 303 s_cmd->command += ec->cmd_offset; in cros_ec_chardev_ioctl_xcmd()
|
D | cros_ec_proto.c | 855 ret = cros_ec_command(ec->ec_dev, 0, EC_CMD_GET_FEATURES + ec->cmd_offset, in cros_ec_check_features() 896 msg->command = EC_CMD_MOTION_SENSE_CMD + ec->cmd_offset; in cros_ec_get_sensor_count() 916 if (sensor_count < 0 && ec->cmd_offset == 0 && ec_dev->cmd_readmem) { in cros_ec_get_sensor_count()
|
D | cros_ec_sensorhub.c | 138 msg->command = EC_CMD_MOTION_SENSE_CMD + ec->cmd_offset; in cros_ec_sensorhub_probe()
|
D | cros_usbpd_logger.c | 70 msg->command = ec_dev->cmd_offset + EC_CMD_PD_GET_LOG_ENTRY; in ec_get_log_entry()
|
D | cros_ec_lightbar.c | 98 msg->command = EC_CMD_LIGHTBAR_CMD + ec->cmd_offset; in alloc_lightbar_cmd_msg()
|
/linux-5.19.10/drivers/gpu/drm/sti/ |
D | sti_hqvdp.c | 567 int cmd, cmd_offset, infoxp70; in hqvdp_dbg_show() local 612 cmd_offset = sti_hqvdp_get_curr_cmd(hqvdp); in hqvdp_dbg_show() 613 if (cmd_offset == -1) { in hqvdp_dbg_show() 616 virt = hqvdp->hqvdp_cmd + cmd_offset; in hqvdp_dbg_show() 624 cmd_offset = sti_hqvdp_get_next_cmd(hqvdp); in hqvdp_dbg_show() 625 if (cmd_offset == -1) { in hqvdp_dbg_show() 628 virt = hqvdp->hqvdp_cmd + cmd_offset; in hqvdp_dbg_show() 1128 int cmd_offset; in sti_hqvdp_atomic_update() local 1159 cmd_offset = sti_hqvdp_get_free_cmd(hqvdp); in sti_hqvdp_atomic_update() 1160 if (cmd_offset == -1) { in sti_hqvdp_atomic_update() [all …]
|
/linux-5.19.10/include/linux/platform_data/ |
D | cros_ec_proto.h | 185 u16 cmd_offset; member 204 u16 cmd_offset; member
|
/linux-5.19.10/drivers/mtd/nand/raw/ingenic/ |
D | ingenic_nand_drv.c | 33 unsigned long cmd_offset; member 269 cs->base + nfc->soc_info->cmd_offset); in ingenic_nand_exec_instr() 539 .cmd_offset = 0x00008000, 546 .cmd_offset = 0x00008000, 553 .cmd_offset = 0x00400000,
|
/linux-5.19.10/drivers/mfd/ |
D | cros_ec_dev.c | 152 ec->cmd_offset = ec_platform->cmd_offset; in ec_device_probe()
|
/linux-5.19.10/drivers/iio/common/cros_ec_sensors/ |
D | cros_ec_sensors_core.c | 39 u16 cmd_offset, u16 cmd, u32 *mask) in cros_ec_get_host_cmd_version_mask() argument 50 .command = EC_CMD_GET_CMD_VERSIONS + cmd_offset, in cros_ec_get_host_cmd_version_mask() 273 ec->cmd_offset, in cros_ec_sensors_core_init() 281 state->msg->command = EC_CMD_MOTION_SENSE_CMD + ec->cmd_offset; in cros_ec_sensors_core_init()
|
/linux-5.19.10/drivers/ata/ |
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-5.19.10/drivers/net/ethernet/brocade/bna/ |
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-5.19.10/drivers/media/platform/renesas/vsp1/ |
D | vsp1_dl.c | 460 size_t cmd_offset = i * cmd_size; in vsp1_dl_cmd_pool_create() local 463 cmd_offset; in vsp1_dl_cmd_pool_create() 473 cmd->cmds = pool->mem + cmd_offset; in vsp1_dl_cmd_pool_create() 474 cmd->cmd_dma = pool->dma + cmd_offset; in vsp1_dl_cmd_pool_create()
|
/linux-5.19.10/drivers/platform/x86/ |
D | ibm_rtl.c | 51 u8 cmd_offset; member
|
/linux-5.19.10/drivers/acpi/nfit/ |
D | nfit.h | 303 u64 cmd_offset; member
|
/linux-5.19.10/drivers/power/supply/ |
D | cros_peripheral_charger.c | 71 msg->command = ec_dev->cmd_offset + command; in cros_pchg_ec_command()
|
D | cros_usbpd-charger.c | 112 msg->command = ec_dev->cmd_offset + command; in cros_usbpd_charger_ec_command()
|
/linux-5.19.10/drivers/net/ethernet/broadcom/bnx2x/ |
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()
|
D | bnx2x_init.h | 86 u32 cmd_offset:24; member
|
D | bnx2x_main.c | 473 u32 cmd_offset; in bnx2x_post_dmae() local 476 cmd_offset = (DMAE_REG_CMD_MEM + sizeof(struct dmae_command) * idx); in bnx2x_post_dmae() 478 REG_WR(bp, cmd_offset + i*4, *(((u32 *)dmae) + i)); in bnx2x_post_dmae()
|
/linux-5.19.10/arch/arm64/kvm/vgic/ |
D | vgic-its.c | 1651 u32 cmd_offset; in vgic_mmio_uaccess_write_its_creadr() local 1661 cmd_offset = ITS_CMD_OFFSET(val); in vgic_mmio_uaccess_write_its_creadr() 1662 if (cmd_offset >= ITS_CMD_BUFFER_SIZE(its->cbaser)) { in vgic_mmio_uaccess_write_its_creadr() 1667 its->creadr = cmd_offset; in vgic_mmio_uaccess_write_its_creadr()
|
/linux-5.19.10/drivers/input/touchscreen/ |
D | atmel_mxt_ts.c | 1202 static int mxt_t6_command(struct mxt_data *data, u16 cmd_offset, in mxt_t6_command() argument 1210 reg = data->T6_address + cmd_offset; in mxt_t6_command()
|