Searched refs:version_id (Results 1 - 19 of 19) sorted by relevance

/linux-master/sound/soc/intel/boards/
H A Dsof_sdw.c671 .version_id = 3,
687 .version_id = 2,
703 .version_id = 3,
726 .version_id = 3,
740 .version_id = 3,
756 .version_id = 3,
817 .version_id = 3,
832 .version_id = 3,
847 .version_id = 2,
862 .version_id
[all...]
H A Dsof_sdw_common.h87 const int version_id; member in struct:sof_sdw_codec_info
/linux-master/drivers/extcon/
H A Dextcon-ptn5150.c183 unsigned int reg_data, vendor_id, version_id; local
193 version_id = FIELD_GET(PTN5150_REG_DEVICE_ID_VERSION, reg_data);
195 version_id, vendor_id);
H A Dextcon-rt8973a.c502 unsigned int data, vendor_id, version_id; local
505 /* To test I2C, Print version_id and vendor_id of RT8973A */
515 version_id = ((data & RT8973A_REG_DEVICE_ID_VERSION_MASK) >>
519 version_id, vendor_id);
H A Dextcon-sm5502.c644 unsigned int reg_data, vendor_id, version_id; local
647 /* To test I2C, Print version_id and vendor_id of SM5502 */
657 version_id = ((reg_data & SM5502_REG_DEVICE_ID_VERSION_MASK) >>
661 version_id, vendor_id);
/linux-master/arch/s390/include/uapi/asm/
H A Dvtoc.h193 __u16 version_id; /* Version identifier */ member in struct:vtoc_cms_label
/linux-master/include/linux/mtd/
H A Donenand.h90 unsigned int version_id; member in struct:onenand_chip
/linux-master/drivers/pinctrl/
H A Dpinctrl-rockchip.h218 * @version_id: controller version register
235 u32 version_id; member in struct:rockchip_gpio_regs
/linux-master/drivers/md/dm-vdo/indexer/
H A Dindex-layout.c138 s32 version_id; member in struct:index_state_version
143 .version_id = 301,
559 encode_u32_le(buffer, &offset, INDEX_STATE_VERSION_301.version_id);
1445 decode_s32_le(buffer, &offset, &file_version.version_id);
1448 (file_version.version_id != INDEX_STATE_VERSION_301.version_id)) {
1452 file_version.version_id);
/linux-master/arch/x86/include/asm/
H A Dperf_event.h151 unsigned int version_id:8; member in struct:cpuid10_eax::__anon25
/linux-master/arch/x86/events/zhaoxin/
H A Dcore.c525 version = eax.split.version_id;
/linux-master/drivers/gpio/
H A Dgpio-rockchip.c62 .version_id = 0x78,
662 id = readl(bank->reg_base + gpio_regs_v2.version_id);
/linux-master/drivers/mtd/nand/onenand/
H A Donenand_omap2.c527 freq = omap2_onenand_get_freq(c->onenand.version_id);
H A Donenand_base.c3258 process = this->version_id >> ONENAND_VERSION_PROCESS_SHIFT;
3283 if ((this->version_id & 0xf) == 0xe)
3719 this->version_id = ver_id;
/linux-master/arch/x86/kvm/vmx/
H A Dpmu_intel.c479 pmu->version = eax.split.version_id;
/linux-master/drivers/input/touchscreen/
H A Dcyttsp5.c192 __le16 version_id; member in struct:cyttsp5_hid_desc
/linux-master/arch/x86/kvm/
H A Dcpuid.c1021 eax.split.version_id = kvm_pmu_cap.version;
/linux-master/drivers/usb/host/
H A Dxhci-tegra.c177 __le32 version_id; member in struct:tegra_xusb_fw_header
/linux-master/arch/x86/events/intel/
H A Dcore.c6189 version = eax.split.version_id;

Completed in 220 milliseconds