/linux-4.4.14/drivers/platform/chrome/ |
D | cros_ec_sysfs.c | 116 msg->command = EC_CMD_REBOOT_EC + ec->cmd_offset; in store_ec_reboot() 152 msg->command = EC_CMD_GET_VERSION + ec->cmd_offset; in show_ec_version() 180 msg->command = EC_CMD_GET_BUILD_INFO + ec->cmd_offset; in show_ec_version() 196 msg->command = EC_CMD_GET_CHIP_INFO + ec->cmd_offset; in show_ec_version() 220 msg->command = EC_CMD_GET_BOARD_VERSION + ec->cmd_offset; in show_ec_version() 257 msg->command = EC_CMD_FLASH_INFO + ec->cmd_offset; in show_ec_flashinfo()
|
D | cros_ec_dev.c | 60 msg->command = EC_CMD_GET_VERSION + ec->cmd_offset; in ec_get_version() 150 s_cmd->command += ec->cmd_offset; in ec_device_ioctl_xcmd() 234 ec->cmd_offset = ec_platform->cmd_offset; in ec_device_probe()
|
D | cros_ec_lightbar.c | 108 msg->command = EC_CMD_LIGHTBAR_CMD + ec->cmd_offset; in alloc_lightbar_cmd_msg()
|
/linux-4.4.14/include/linux/mfd/ |
D | cros_ec.h | 149 u16 cmd_offset; member 166 u16 cmd_offset; member
|
/linux-4.4.14/drivers/mfd/ |
D | cros_ec.c | 32 .cmd_offset = EC_CMD_PASSTHRU_OFFSET(CROS_EC_DEV_EC_INDEX), 37 .cmd_offset = EC_CMD_PASSTHRU_OFFSET(CROS_EC_DEV_PD_INDEX),
|
/linux-4.4.14/drivers/platform/goldfish/ |
D | goldfish_pipe.c | 275 const int cmd_offset = is_write ? 0 in goldfish_pipe_read_write() local 328 if (access_with_param(dev, CMD_WRITE_BUFFER + cmd_offset, in goldfish_pipe_read_write() 336 writel(CMD_WRITE_BUFFER + cmd_offset, in goldfish_pipe_read_write() 373 goldfish_cmd(pipe, CMD_WAKE_ON_WRITE + cmd_offset); in goldfish_pipe_read_write()
|
/linux-4.4.14/drivers/gpu/drm/sti/ |
D | sti_hqvdp.c | 801 int cmd_offset; in sti_hqvdp_atomic_update() local 811 cmd_offset = sti_hqvdp_get_free_cmd(hqvdp); in sti_hqvdp_atomic_update() 812 if (cmd_offset == -1) { in sti_hqvdp_atomic_update() 816 cmd = hqvdp->hqvdp_cmd + cmd_offset; in sti_hqvdp_atomic_update() 922 writel(hqvdp->hqvdp_cmd_paddr + cmd_offset, in sti_hqvdp_atomic_update() 932 __func__, hqvdp->hqvdp_cmd_paddr + cmd_offset); in sti_hqvdp_atomic_update()
|
/linux-4.4.14/drivers/ata/ |
D | pata_pdc2027x.c | 707 static const unsigned long cmd_offset[] = { 0x17c0, 0x15c0 }; in pdc2027x_init_one() local 746 pdc_ata_setup_port(&ap->ioaddr, mmio_base + cmd_offset[i]); in pdc2027x_init_one() 750 ata_port_pbar_desc(ap, PDC_MMIO_BAR, cmd_offset[i], "cmd"); in pdc2027x_init_one()
|
/linux-4.4.14/drivers/net/ethernet/brocade/bna/ |
D | bfi_enet.h | 378 u16 cmd_offset; /*!< offset to invalid parameter */ member 397 u16 cmd_offset; /*!< offset to invalid parameter */ member 603 u16 cmd_offset; member
|
/linux-4.4.14/drivers/acpi/ |
D | nfit.h | 145 u64 cmd_offset; member
|
D | nfit.c | 1100 offset = nfit_blk->cmd_offset + mmio->size * bw; in write_blk_ctl() 1396 nfit_blk->cmd_offset = nfit_mem->dcr->command_offset; in acpi_nfit_blk_region_enable() 1439 if ((u32) nfit_blk->cmd_offset % mmio->line_size in acpi_nfit_blk_region_enable()
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
D | ni65.c | 180 short cmd_offset; member 191 .cmd_offset = 0x0, 202 .cmd_offset = 0x10, 213 .cmd_offset = 0x10, 457 p->cmdr_addr = ioaddr + cards[i].cmd_offset; in ni65_probe1()
|
/linux-4.4.14/drivers/platform/x86/ |
D | ibm_rtl.c | 65 u8 cmd_offset; member
|
/linux-4.4.14/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 | 459 u32 cmd_offset; in bnx2x_post_dmae() local 462 cmd_offset = (DMAE_REG_CMD_MEM + sizeof(struct dmae_command) * idx); in bnx2x_post_dmae() 464 REG_WR(bp, cmd_offset + i*4, *(((u32 *)dmae) + i)); in bnx2x_post_dmae()
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | atmel_mxt_ts.c | 1063 static int mxt_t6_command(struct mxt_data *data, u16 cmd_offset, in mxt_t6_command() argument 1071 reg = data->T6_address + cmd_offset; in mxt_t6_command()
|