Searched refs:version_id (Results 1 – 13 of 13) sorted by relevance
| /drivers/extcon/ |
| A D | extcon-ptn5150.c | 183 unsigned int reg_data, vendor_id, version_id; in ptn5150_init_dev_type() local 193 version_id = FIELD_GET(PTN5150_REG_DEVICE_ID_VERSION, reg_data); in ptn5150_init_dev_type() 195 version_id, vendor_id); in ptn5150_init_dev_type()
|
| A D | extcon-rt8973a.c | 502 unsigned int data, vendor_id, version_id; in rt8973a_init_dev_type() local 515 version_id = ((data & RT8973A_REG_DEVICE_ID_VERSION_MASK) >> in rt8973a_init_dev_type() 519 version_id, vendor_id); in rt8973a_init_dev_type()
|
| A D | extcon-sm5502.c | 644 unsigned int reg_data, vendor_id, version_id; in sm5502_init_dev_type() local 657 version_id = ((reg_data & SM5502_REG_DEVICE_ID_VERSION_MASK) >> in sm5502_init_dev_type() 661 version_id, vendor_id); in sm5502_init_dev_type()
|
| /drivers/md/dm-vdo/indexer/ |
| A D | index-layout.c | 139 s32 version_id; member 144 .version_id = 301, 534 encode_u32_le(buffer, &offset, INDEX_STATE_VERSION_301.version_id); in write_index_save_header() 1420 decode_s32_le(buffer, &offset, &file_version.version_id); in read_index_save_data() 1423 (file_version.version_id != INDEX_STATE_VERSION_301.version_id)) { in read_index_save_data() 1427 file_version.version_id); in read_index_save_data()
|
| /drivers/hid/intel-thc-hid/intel-quicki2c/ |
| A D | quicki2c-hid.c | 118 hid->version = le16_to_cpu(qcdev->dev_desc.version_id); in quicki2c_hid_probe()
|
| /drivers/hid/intel-thc-hid/intel-quickspi/ |
| A D | quickspi-hid.c | 117 hid->version = le16_to_cpu(qsdev->dev_desc.version_id); in quickspi_hid_probe()
|
| /drivers/pinctrl/ |
| A D | pinctrl-rockchip.h | 239 u32 version_id; member
|
| /drivers/gpio/ |
| A D | gpio-rockchip.c | 69 .version_id = 0x78, 671 id = readl(bank->reg_base + gpio_regs_v2.version_id); in rockchip_get_bank_data()
|
| /drivers/mtd/nand/onenand/ |
| A D | onenand_omap2.c | 527 freq = omap2_onenand_get_freq(c->onenand.version_id); in omap2_onenand_probe()
|
| A D | onenand_base.c | 3259 process = this->version_id >> ONENAND_VERSION_PROCESS_SHIFT; in onenand_check_features() 3284 if ((this->version_id & 0xf) == 0xe) in onenand_check_features() 3720 this->version_id = ver_id; in onenand_probe()
|
| /drivers/hid/ |
| A D | hid-goodix-spi.c | 89 __le16 version_id; member
|
| /drivers/input/touchscreen/ |
| A D | cyttsp5.c | 192 __le16 version_id; member
|
| /drivers/usb/host/ |
| A D | xhci-tegra.c | 178 __le32 version_id; member
|
Completed in 43 milliseconds