Home
last modified time | relevance | path

Searched refs:cmd_offset (Results 1 – 21 of 21) sorted by relevance

/Linux-v4.19/drivers/platform/chrome/
Dcros_ec_sysfs.c113 msg->command = EC_CMD_REBOOT_EC + ec->cmd_offset; in reboot_store()
142 msg->command = EC_CMD_GET_VERSION + ec->cmd_offset; in version_show()
164 msg->command = EC_CMD_GET_BUILD_INFO + ec->cmd_offset; in version_show()
180 msg->command = EC_CMD_GET_CHIP_INFO + ec->cmd_offset; in version_show()
204 msg->command = EC_CMD_GET_BOARD_VERSION + ec->cmd_offset; in version_show()
240 msg->command = EC_CMD_FLASH_INFO + ec->cmd_offset; in flashinfo_show()
274 msg->command = EC_CMD_MOTION_SENSE_CMD + ec->cmd_offset; in kb_wake_angle_show()
311 msg->command = EC_CMD_MOTION_SENSE_CMD + ec->cmd_offset; in kb_wake_angle_store()
Dcros_ec_debugfs.c75 .command = EC_CMD_CONSOLE_SNAPSHOT + ec->cmd_offset, in cros_ec_console_log_work()
295 msg->command = EC_CMD_GET_CMD_VERSIONS + ec->cmd_offset; in ec_read_version_supported()
338 debug_info->read_msg->command = EC_CMD_CONSOLE_READ + ec->cmd_offset; in cros_ec_create_console_log()
Dcros_ec_lightbar.c113 msg->command = EC_CMD_LIGHTBAR_CMD + ec->cmd_offset; in alloc_lightbar_cmd_msg()
/Linux-v4.19/drivers/gpu/drm/sti/
Dsti_hqvdp.c561 int cmd, cmd_offset, infoxp70; in hqvdp_dbg_show() local
606 cmd_offset = sti_hqvdp_get_curr_cmd(hqvdp); in hqvdp_dbg_show()
607 if (cmd_offset == -1) { in hqvdp_dbg_show()
610 virt = hqvdp->hqvdp_cmd + cmd_offset; in hqvdp_dbg_show()
618 cmd_offset = sti_hqvdp_get_next_cmd(hqvdp); in hqvdp_dbg_show()
619 if (cmd_offset == -1) { in hqvdp_dbg_show()
622 virt = hqvdp->hqvdp_cmd + cmd_offset; in hqvdp_dbg_show()
1117 int cmd_offset; in sti_hqvdp_atomic_update() local
1148 cmd_offset = sti_hqvdp_get_free_cmd(hqvdp); in sti_hqvdp_atomic_update()
1149 if (cmd_offset == -1) { in sti_hqvdp_atomic_update()
[all …]
/Linux-v4.19/drivers/mfd/
Dcros_ec_dev.c65 msg->command = EC_CMD_GET_VERSION + ec->cmd_offset; in ec_get_version()
108 msg->command = EC_CMD_GET_FEATURES + ec->cmd_offset; in cros_ec_check_features()
200 s_cmd->command += ec->cmd_offset; in ec_device_ioctl_xcmd()
286 msg->command = EC_CMD_MOTION_SENSE_CMD + ec->cmd_offset; in cros_ec_sensors_register()
406 ec->cmd_offset = ec_platform->cmd_offset; in ec_device_probe()
Dcros_ec.c34 .cmd_offset = EC_CMD_PASSTHRU_OFFSET(CROS_EC_DEV_EC_INDEX),
39 .cmd_offset = EC_CMD_PASSTHRU_OFFSET(CROS_EC_DEV_PD_INDEX),
/Linux-v4.19/include/linux/mfd/
Dcros_ec.h173 u16 cmd_offset; member
196 u16 cmd_offset; member
/Linux-v4.19/drivers/ata/
Dpata_pdc2027x.c705 static const unsigned long cmd_offset[] = { 0x17c0, 0x15c0 }; in pdc2027x_init_one() local
744 pdc_ata_setup_port(&ap->ioaddr, mmio_base + cmd_offset[i]); in pdc2027x_init_one()
748 ata_port_pbar_desc(ap, PDC_MMIO_BAR, cmd_offset[i], "cmd"); in pdc2027x_init_one()
/Linux-v4.19/drivers/net/ethernet/brocade/bna/
Dbfi_enet.h378 u16 cmd_offset; /*!< offset to invalid parameter */ member
397 u16 cmd_offset; /*!< offset to invalid parameter */ member
603 u16 cmd_offset; member
/Linux-v4.19/drivers/media/platform/vsp1/
Dvsp1_dl.c458 size_t cmd_offset = i * cmd_size; in vsp1_dl_cmd_pool_create() local
461 cmd_offset; in vsp1_dl_cmd_pool_create()
471 cmd->cmds = pool->mem + cmd_offset; in vsp1_dl_cmd_pool_create()
472 cmd->cmd_dma = pool->dma + cmd_offset; in vsp1_dl_cmd_pool_create()
/Linux-v4.19/drivers/net/ethernet/amd/
Dni65.c180 short cmd_offset; member
191 .cmd_offset = 0x0,
202 .cmd_offset = 0x10,
213 .cmd_offset = 0x10,
456 p->cmdr_addr = ioaddr + cards[i].cmd_offset; in ni65_probe1()
/Linux-v4.19/drivers/acpi/nfit/
Dnfit.h249 u64 cmd_offset; member
Dcore.c2232 offset = nfit_blk->cmd_offset + mmio->size * bw; in write_blk_ctl()
2405 nfit_blk->cmd_offset = nfit_mem->dcr->command_offset; in acpi_nfit_blk_region_enable()
2440 if ((u32) nfit_blk->cmd_offset % mmio->line_size in acpi_nfit_blk_region_enable()
/Linux-v4.19/drivers/platform/x86/
Dibm_rtl.c65 u8 cmd_offset; member
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_init_ops.h293 op_idx += op->if_mode.cmd_offset; in bnx2x_init_block()
301 op_idx += op->if_mode.cmd_offset; in bnx2x_init_block()
Dbnx2x_init.h86 u32 cmd_offset:24; member
Dbnx2x_main.c458 u32 cmd_offset; in bnx2x_post_dmae() local
461 cmd_offset = (DMAE_REG_CMD_MEM + sizeof(struct dmae_command) * idx); in bnx2x_post_dmae()
463 REG_WR(bp, cmd_offset + i*4, *(((u32 *)dmae) + i)); in bnx2x_post_dmae()
/Linux-v4.19/drivers/iio/common/cros_ec_sensors/
Dcros_ec_sensors_core.c61 state->msg->command = EC_CMD_MOTION_SENSE_CMD + ec->cmd_offset; in cros_ec_sensors_core_init()
/Linux-v4.19/drivers/power/supply/
Dcros_usbpd-charger.c89 msg->command = ec_dev->cmd_offset + command; in cros_usbpd_charger_ec_command()
/Linux-v4.19/virt/kvm/arm/vgic/
Dvgic-its.c1448 u32 cmd_offset; in vgic_mmio_uaccess_write_its_creadr() local
1458 cmd_offset = ITS_CMD_OFFSET(val); in vgic_mmio_uaccess_write_its_creadr()
1459 if (cmd_offset >= ITS_CMD_BUFFER_SIZE(its->cbaser)) { in vgic_mmio_uaccess_write_its_creadr()
1464 its->creadr = cmd_offset; in vgic_mmio_uaccess_write_its_creadr()
/Linux-v4.19/drivers/input/touchscreen/
Datmel_mxt_ts.c1172 static int mxt_t6_command(struct mxt_data *data, u16 cmd_offset, in mxt_t6_command() argument
1180 reg = data->T6_address + cmd_offset; in mxt_t6_command()