| /drivers/misc/mei/ |
| A D | hbm.c | 268 req.host_version.major_version = HBM_MAJOR_VERSION; in mei_hbm_start_req() 1160 if (dev->version.major_version > HBM_MAJOR_VERSION_PGI) in mei_hbm_config_features() 1168 if (dev->version.major_version >= HBM_MAJOR_VERSION_DC) in mei_hbm_config_features() 1172 if (dev->version.major_version >= HBM_MAJOR_VERSION_IE) in mei_hbm_config_features() 1182 if (dev->version.major_version >= HBM_MAJOR_VERSION_EV) in mei_hbm_config_features() 1187 if (dev->version.major_version >= HBM_MAJOR_VERSION_FA) in mei_hbm_config_features() 1240 (dev->version.major_version == HBM_MAJOR_VERSION && in mei_hbm_version_is_supported() 1293 version_res->me_max_version.major_version, in mei_hbm_dispatch() 1297 dev->version.major_version = HBM_MAJOR_VERSION; in mei_hbm_dispatch() 1300 dev->version.major_version = in mei_hbm_dispatch() [all …]
|
| A D | hw.h | 447 u8 major_version; member
|
| /drivers/net/ethernet/cavium/liquidio/ |
| A D | octeon_console.c | 81 u32 major_version; member 122 u32 major_version; member 198 u32 major_version; in __cvmx_bootmem_check_version() local 205 major_version = (u32)__cvmx_bootmem_desc_get( in __cvmx_bootmem_check_version() 207 offsetof(struct cvmx_bootmem_desc, major_version), in __cvmx_bootmem_check_version() 208 sizeof_field(struct cvmx_bootmem_desc, major_version)); in __cvmx_bootmem_check_version() 215 major_version); in __cvmx_bootmem_check_version() 216 if ((major_version > 3) || in __cvmx_bootmem_check_version() 217 (exact_match && major_version != exact_match)) { in __cvmx_bootmem_check_version() 219 major_version, minor_version, in __cvmx_bootmem_check_version()
|
| /drivers/md/dm-vdo/ |
| A D | encodings.h | 29 u32 major_version; member 38 __le32 major_version; member 706 return ((version_a.major_version == version_b.major_version) && in vdo_are_same_version() 724 return ((expected_version.major_version == actual_version.major_version) && in vdo_is_upgradable_version() 744 .major_version = __cpu_to_le32(version.major_version), in vdo_pack_version_number() 759 .major_version = __le32_to_cpu(version.major_version), in vdo_unpack_version_number()
|
| A D | encodings.c | 33 .major_version = 5, 46 .major_version = 4, 61 .major_version = 4, 68 .major_version = 2, 77 .major_version = 7, 86 .major_version = 2, 95 .major_version = 3, 113 .major_version = 41, 118 .major_version = 67, 125 .major_version = 12, [all …]
|
| /drivers/char/tpm/ |
| A D | tpm_crb_ffa.c | 115 u16 major_version; member 363 rc = tpm_crb_ffa_get_interface_version(&tpm_crb_ffa->major_version, in tpm_crb_ffa_probe() 370 dev_info(&ffa_dev->dev, "ABI version %u.%u\n", tpm_crb_ffa->major_version, in tpm_crb_ffa_probe() 373 if (tpm_crb_ffa->major_version != CRB_FFA_VERSION_MAJOR || in tpm_crb_ffa_probe()
|
| /drivers/firmware/efi/libstub/ |
| A D | smbios.c | 22 u8 major_version; member 31 u8 major_version; member
|
| /drivers/nvmem/ |
| A D | qfprom.c | 414 int major_version, minor_version; in qfprom_probe() local 427 major_version = (version & QFPROM_MAJOR_VERSION_MASK) >> in qfprom_probe() 432 if (major_version == 7 && minor_version == 8) in qfprom_probe() 434 else if (major_version == 7 && minor_version == 15) in qfprom_probe()
|
| /drivers/gpu/drm/nouveau/ |
| A D | nouveau_bios.c | 69 if (bios->major_version < 5) /* pre BIT */ in clkcmptable() 77 if (bios->major_version < 5) { in clkcmptable() 332 if (bios->major_version < 5 && bios->data[0x48] & 0x4) in get_fp_strap() 1027 if (bios->major_version >= 0x60) /* g80+ */ in parse_bit_structure() 2027 legacy->major_version = bios->version.major; in NVInitVBIOS() 2052 if (bios->major_version < 5) /* BMP only */ in nouveau_run_vbios_init() 2101 if (!bios->major_version) /* we don't run version 0 bios */ in nouveau_bios_init() 2119 if (bios->major_version < 5) in nouveau_bios_init() 2123 if (bios->is_mobile || bios->major_version >= 5) in nouveau_bios_init()
|
| A D | nouveau_bios.h | 98 uint8_t major_version; member
|
| /drivers/md/ |
| A D | md.c | 1279 if (sb->major_version != 0 || in super_90_load() 1379 mddev->major_version = 0; in super_90_validate() 1518 sb->major_version = mddev->major_version; in super_90_sync() 1883 mddev->major_version = 1; in super_1_validate() 2575 mddev->major_version = 0; in export_array() 4796 mddev->major_version = 0; in metadata_store() 4810 mddev->major_version = 0; in metadata_store() 6817 info.major_version = mddev->major_version; in get_array_info() 7345 info->major_version); in md_set_array_info() 7348 mddev->major_version = info->major_version; in md_set_array_info() [all …]
|
| /drivers/tty/ipwireless/ |
| A D | setup_protocol.h | 87 unsigned char major_version; member
|
| /drivers/char/agp/ |
| A D | sis-agp.c | 82 agp_bridge->major_version, agp_bridge->minor_version); in sis_delayed_enable() 169 if ((agp_bridge->major_version == 3 && agp_bridge->minor_version >= 5 in sis_get_driver()
|
| A D | generic.c | 794 if (bridge->major_version != 0) in get_agp_version() 798 bridge->major_version = (ncapid >> AGP_MAJOR_VERSION_SHIFT) & 0xf; in get_agp_version() 811 agp_bridge->major_version, agp_bridge->minor_version); in agp_generic_enable() 824 if (bridge->major_version >= 3) { in agp_generic_enable()
|
| A D | agp.h | 148 char major_version; member
|
| A D | via-agp.c | 473 if (bridge->major_version >= 3) in agp_via_probe()
|
| /drivers/usb/serial/ |
| A D | io_ti.c | 82 u8 major_version; member 835 firmware_rec->Ver_Major = fw_hdr->major_version; in build_i2c_fw_hdr() 858 firmware_rec->Ver_Major = fw_hdr->major_version; in build_i2c_fw_hdr() 1025 serial->fw_version = (fw_hdr->major_version << 8) + in download_fw() 1155 download_new_ver = (fw_hdr->major_version << 8) + in do_download_mode() 1161 fw_hdr->major_version, fw_hdr->minor_version); in do_download_mode() 1172 fw_hdr->major_version, in do_download_mode() 1482 fw_hdr->major_version, fw_hdr->minor_version); in do_boot_mode()
|
| /drivers/hid/intel-ish-hid/ishtp/ |
| A D | hbm.h | 106 uint8_t major_version; member
|
| A D | hbm.c | 137 start_req.host_version.major_version = HBM_MAJOR_VERSION; in ishtp_hbm_start_req() 578 dev->version.major_version = HBM_MAJOR_VERSION; in ishtp_hbm_dispatch()
|
| /drivers/firmware/arm_scmi/ |
| A D | protocols.h | 57 __le16 major_version; member
|
| /drivers/input/rmi4/ |
| A D | rmi_f34.h | 164 u8 major_version; member
|
| /drivers/pci/hotplug/ |
| A D | cpqphp.h | 78 u8 major_version; member 96 MAJOR_VERSION = offsetof(struct smbios_entry_point, major_version),
|
| /drivers/scsi/ |
| A D | myrb.c | 1043 if (enquiry2->fw.major_version == 0) { in myrb_get_hba_config() 1044 enquiry2->fw.major_version = cb->enquiry->fw_major_version; in myrb_get_hba_config() 1051 enquiry2->fw.major_version, in myrb_get_hba_config() 1055 if (!((enquiry2->fw.major_version == 5 && in myrb_get_hba_config() 1057 (enquiry2->fw.major_version == 4 && in myrb_get_hba_config() 1059 (enquiry2->fw.major_version == 3 && in myrb_get_hba_config() 1061 (enquiry2->fw.major_version == 2 && in myrb_get_hba_config()
|
| /drivers/net/wireless/admtek/ |
| A D | adm8211.h | 496 u8 major_version; /* 0x02 */ member
|
| /drivers/hid/ |
| A D | hid-hyperv.c | 62 u16 major_version; member
|