/Linux-v6.6/drivers/misc/mei/ |
D | hbm.c | 266 req.host_version.major_version = HBM_MAJOR_VERSION; in mei_hbm_start_req() 1158 if (dev->version.major_version > HBM_MAJOR_VERSION_PGI) in mei_hbm_config_features() 1161 if (dev->version.major_version == HBM_MAJOR_VERSION_PGI && in mei_hbm_config_features() 1166 if (dev->version.major_version >= HBM_MAJOR_VERSION_DC) in mei_hbm_config_features() 1170 if (dev->version.major_version >= HBM_MAJOR_VERSION_IE) in mei_hbm_config_features() 1175 if (dev->version.major_version >= HBM_MAJOR_VERSION_DOT) in mei_hbm_config_features() 1180 if (dev->version.major_version >= HBM_MAJOR_VERSION_EV) in mei_hbm_config_features() 1185 if (dev->version.major_version >= HBM_MAJOR_VERSION_FA) in mei_hbm_config_features() 1190 if (dev->version.major_version >= HBM_MAJOR_VERSION_OS) in mei_hbm_config_features() 1195 if (dev->version.major_version > HBM_MAJOR_VERSION_DR || in mei_hbm_config_features() [all …]
|
/Linux-v6.6/arch/mips/cavium-octeon/executive/ |
D | cvmx-bootmem.c | 238 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-v6.6/drivers/net/ethernet/cavium/liquidio/ |
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()
|
/Linux-v6.6/arch/mips/include/asm/octeon/ |
D | cvmx-bootmem.h | 106 uint32_t major_version; member 130 uint32_t major_version;
|
D | cvmx-bootinfo.h | 59 uint32_t major_version; member 143 uint32_t major_version;
|
/Linux-v6.6/drivers/nvmem/ |
D | qfprom.c | 399 int major_version, minor_version; in qfprom_probe() local 412 major_version = (version & QFPROM_MAJOR_VERSION_MASK) >> in qfprom_probe() 417 if (major_version == 7 && minor_version == 8) in qfprom_probe() 419 else if (major_version == 7 && minor_version == 15) in qfprom_probe()
|
/Linux-v6.6/include/linux/usb/ |
D | rndis_host.h | 62 __le32 major_version; /* of rndis (1.0) */ member 73 __le32 major_version; /* of rndis (1.0) */ member
|
/Linux-v6.6/drivers/tty/ipwireless/ |
D | setup_protocol.h | 87 unsigned char major_version; member
|
/Linux-v6.6/drivers/firmware/efi/libstub/ |
D | smbios.c | 21 u8 major_version; member
|
/Linux-v6.6/include/uapi/linux/raid/ |
D | md_p.h | 140 __u32 major_version; /* 1 major version to which the set conforms */ member 232 __le32 major_version; /* 1 */ member
|
D | md_u.h | 81 int major_version; member
|
/Linux-v6.6/fs/ocfs2/ |
D | ocfs1_fs_compat.h | 32 __u32 major_version; member
|
/Linux-v6.6/include/sound/sof/ |
D | ext_manifest4.h | 75 uint16_t major_version; /* Firmware version */ member
|
/Linux-v6.6/drivers/gpu/drm/nouveau/ |
D | nouveau_bios.c | 71 if (bios->major_version < 5) /* pre BIT */ in clkcmptable() 79 if (bios->major_version < 5) { in clkcmptable() 334 if (bios->major_version < 5 && bios->data[0x48] & 0x4) in get_fp_strap() 1029 if (bios->major_version >= 0x60) /* g80+ */ in parse_bit_structure() 2029 legacy->major_version = bios->version.major; in NVInitVBIOS() 2054 if (bios->major_version < 5) /* BMP only */ in nouveau_run_vbios_init() 2100 if (!bios->major_version) /* we don't run version 0 bios */ in nouveau_bios_init() 2118 if (bios->major_version < 5) in nouveau_bios_init() 2122 if (bios->is_mobile || bios->major_version >= 5) in nouveau_bios_init()
|
D | nouveau_bios.h | 97 uint8_t major_version; member
|
/Linux-v6.6/drivers/md/ |
D | md.c | 1173 if (sb->major_version != 0 || in super_90_load() 1177 sb->major_version, sb->minor_version, rdev->bdev); in super_90_load() 1266 mddev->major_version = 0; in super_90_validate() 1408 sb->major_version = mddev->major_version; in super_90_sync() 1623 sb->major_version != cpu_to_le32(1) || in super_1_load() 1777 mddev->major_version = 1; in super_1_validate() 2234 BUG_ON(mddev->major_version >= ARRAY_SIZE(super_types)); in sync_super() 2236 super_types[mddev->major_version].sync_super(mddev, rdev); in sync_super() 2499 mddev->major_version = 0; in export_array() 2796 super_types[mddev->major_version]. in add_bound_rdev() [all …]
|
/Linux-v6.6/drivers/char/agp/ |
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()
|
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()
|
D | agp.h | 149 char major_version; member
|
/Linux-v6.6/arch/mips/cavium-octeon/ |
D | setup.c | 129 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-v6.6/drivers/firmware/arm_scmi/ |
D | protocols.h | 52 __le16 major_version; member
|
/Linux-v6.6/sound/soc/sof/ |
D | ipc4-loader.c | 78 fw_header->name, fw_header->major_version, fw_header->minor_version, in sof_ipc4_fw_parse_ext_man() 322 fw_header->major_version, fw_header->minor_version, in sof_ipc4_validate_firmware()
|
/Linux-v6.6/drivers/usb/serial/ |
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()
|
/Linux-v6.6/drivers/hid/intel-ish-hid/ishtp/ |
D | hbm.h | 106 uint8_t major_version; member
|
/Linux-v6.6/drivers/input/rmi4/ |
D | rmi_f34.h | 164 u8 major_version; member
|