Home
last modified time | relevance | path

Searched refs:major_version (Results 1 – 25 of 42) sorted by relevance

12

/linux/drivers/misc/mei/
H A Dhbm.c268 req.host_version.major_version = HBM_MAJOR_VERSION; in mei_hbm_start_req()
1155 if (dev->version.major_version > HBM_MAJOR_VERSION_PGI) in mei_hbm_config_features()
1158 if (dev->version.major_version == HBM_MAJOR_VERSION_PGI && in mei_hbm_config_features()
1163 if (dev->version.major_version >= HBM_MAJOR_VERSION_DC) in mei_hbm_config_features()
1167 if (dev->version.major_version >= HBM_MAJOR_VERSION_IE) in mei_hbm_config_features()
1172 if (dev->version.major_version >= HBM_MAJOR_VERSION_DOT) in mei_hbm_config_features()
1177 if (dev->version.major_version >= HBM_MAJOR_VERSION_EV) in mei_hbm_config_features()
1182 if (dev->version.major_version >= HBM_MAJOR_VERSION_FA) in mei_hbm_config_features()
1187 if (dev->version.major_version >= HBM_MAJOR_VERSION_OS) in mei_hbm_config_features()
1192 if (dev->version.major_version > HBM_MAJOR_VERSION_DR || in mei_hbm_config_features()
[all …]
/linux/arch/mips/cavium-octeon/executive/
H A Dcvmx-bootmem.c238 if (cvmx_bootmem_desc->major_version > 3) { in cvmx_bootmem_phy_alloc()
241 (int)cvmx_bootmem_desc->major_version, in cvmx_bootmem_phy_alloc()
440 if (cvmx_bootmem_desc->major_version > 3) { in __cvmx_bootmem_phy_free()
443 (int)cvmx_bootmem_desc->major_version, in __cvmx_bootmem_phy_free()
591 if (cvmx_bootmem_desc->major_version == 3) { in cvmx_bootmem_phy_named_block_find()
608 (int)cvmx_bootmem_desc->major_version, in cvmx_bootmem_phy_named_block_find()
673 if (cvmx_bootmem_desc->major_version != 3) { in cvmx_bootmem_phy_named_block_free()
676 (int)cvmx_bootmem_desc->major_version, in cvmx_bootmem_phy_named_block_free()
736 if (cvmx_bootmem_desc->major_version != 3) { in cvmx_bootmem_phy_named_block_alloc()
739 (int)cvmx_bootmem_desc->major_version, in cvmx_bootmem_phy_named_block_alloc()
/linux/drivers/net/ethernet/cavium/liquidio/
H A Docteon_console.c81 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()
/linux/drivers/firmware/efi/libstub/
H A Dsmbios.c22 u8 major_version; member
31 u8 major_version; member
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-bootmem.h106 uint32_t major_version; member
130 uint32_t major_version;
H A Dcvmx-bootinfo.h59 uint32_t major_version; member
143 uint32_t major_version;
/linux/drivers/nvmem/
H A Dqfprom.c413 int major_version, minor_version; in qfprom_probe() local
426 major_version = (version & QFPROM_MAJOR_VERSION_MASK) >> in qfprom_probe()
431 if (major_version == 7 && minor_version == 8) in qfprom_probe()
433 else if (major_version == 7 && minor_version == 15) in qfprom_probe()
/linux/drivers/virt/coco/tdx-host/
H A Dtdx-host.c40 ret = sysfs_emit(buf, TDX_VERSION_FMT "\n", ver->major_version, in version_show()
68 return sysfs_emit(buf, TDX_VERSION_FMT "\n", info.major_version, in seamldr_version_show()
/linux/include/linux/usb/
H A Drndis_host.h62 __le32 major_version; /* of rndis (1.0) */ member
73 __le32 major_version; /* of rndis (1.0) */ member
/linux/fs/ocfs2/
H A Docfs1_fs_compat.h32 __u32 major_version; member
/linux/include/sound/sof/
H A Dext_manifest4.h75 uint16_t major_version; /* Firmware version */ member
/linux/include/uapi/linux/raid/
H A Dmd_u.h25 * and major_version/minor_version accordingly
77 int major_version; member
/linux/drivers/md/
H A Dmd.c1388 if (sb->major_version != 0 || in super_90_load()
1392 sb->major_version, sb->minor_version, rdev->bdev); in super_90_load()
1491 mddev->major_version = 0; in super_90_validate()
1630 sb->major_version = mddev->major_version; in super_90_sync()
1845 sb->major_version != cpu_to_le32(1) || in super_1_load()
2006 mddev->major_version = 1; in super_1_validate()
2503 BUG_ON(mddev->major_version >= ARRAY_SIZE(super_types)); in sync_super()
2505 super_types[mddev->major_version].sync_super(mddev, rdev); in sync_super()
2700 mddev->major_version = 0; in export_array()
2995 super_types[mddev->major_version]. in add_bound_rdev()
[all …]
/linux/sound/soc/sof/
H A Dipc4-loader.c78 fw_header->name, fw_header->major_version, fw_header->minor_version, in sof_ipc4_fw_parse_ext_man()
85 sdev->fw_version.major = fw_header->major_version; in sof_ipc4_fw_parse_ext_man()
405 fw_header->major_version, fw_header->minor_version, in sof_ipc4_find_module_by_uuid()
/linux/drivers/char/agp/
H A Dsis-agp.c82 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()
H A Dgeneric.c794 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()
H A Dagp.h148 char major_version; member
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.h98 uint8_t major_version; member
/linux/arch/mips/cavium-octeon/
H A Dsetup.c129 bootmem_desc->major_version = CVMX_BOOTMEM_DESC_MAJ_VER; in kexec_bootmem_init()
681 if ((octeon_bootinfo->major_version > 1) || in prom_init()
682 (octeon_bootinfo->major_version == 1 && in prom_init()
/linux/drivers/hid/intel-ish-hid/ishtp/
H A Dhbm.h106 uint8_t major_version; member
H A Dhbm.c136 start_req.host_version.major_version = HBM_MAJOR_VERSION; in ishtp_hbm_start_req()
577 dev->version.major_version = HBM_MAJOR_VERSION; in ishtp_hbm_dispatch()
/linux/drivers/usb/serial/
H A Dio_ti.c80 u8 major_version; member
839 firmware_rec->Ver_Major = fw_hdr->major_version; in build_i2c_fw_hdr()
867 firmware_rec->Ver_Major = fw_hdr->major_version; in build_i2c_fw_hdr()
1034 serial->fw_version = (fw_hdr->major_version << 8) + in download_fw()
1163 download_new_ver = (fw_hdr->major_version << 8) + in do_download_mode()
1169 fw_hdr->major_version, fw_hdr->minor_version); in do_download_mode()
1180 fw_hdr->major_version, in do_download_mode()
1496 fw_hdr->major_version, fw_hdr->minor_version); in do_boot_mode()
/linux/drivers/input/rmi4/
H A Drmi_f34.h164 u8 major_version; member
/linux/drivers/pci/hotplug/
H A Dcpqphp.h78 u8 major_version; member
96 MAJOR_VERSION = offsetof(struct smbios_entry_point, major_version),
/linux/drivers/scsi/
H A Dmyrb.c1043 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()

12