Home
last modified time | relevance | path

Searched refs:major_version (Results 1 - 25 of 124) sorted by relevance

12345

/kernel/linux/linux-5.10/drivers/misc/mei/
H A Dhbm.c266 req.host_version.major_version = HBM_MAJOR_VERSION; in mei_hbm_start_req()
1033 if (dev->version.major_version > HBM_MAJOR_VERSION_PGI) in mei_hbm_config_features()
1036 if (dev->version.major_version == HBM_MAJOR_VERSION_PGI && in mei_hbm_config_features()
1041 if (dev->version.major_version >= HBM_MAJOR_VERSION_DC) in mei_hbm_config_features()
1045 if (dev->version.major_version >= HBM_MAJOR_VERSION_IE) in mei_hbm_config_features()
1050 if (dev->version.major_version >= HBM_MAJOR_VERSION_DOT) in mei_hbm_config_features()
1055 if (dev->version.major_version >= HBM_MAJOR_VERSION_EV) in mei_hbm_config_features()
1060 if (dev->version.major_version >= HBM_MAJOR_VERSION_FA) in mei_hbm_config_features()
1065 if (dev->version.major_version >= HBM_MAJOR_VERSION_OS) in mei_hbm_config_features()
1070 if (dev->version.major_version > HBM_MAJOR_VERSION_D in mei_hbm_config_features()
[all...]
/kernel/linux/linux-6.6/drivers/misc/mei/
H A Dhbm.c266 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_D in mei_hbm_config_features()
[all...]
/kernel/linux/linux-5.10/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()
[all...]
/kernel/linux/linux-6.6/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()
[all...]
/kernel/linux/linux-5.10/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()
214 dev_dbg(&oct->pci_dev->dev, "%s: major_version=%d\n", __func__, 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 ! in __cvmx_bootmem_check_version()
[all...]
/kernel/linux/linux-6.6/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()
214 dev_dbg(&oct->pci_dev->dev, "%s: major_version=%d\n", __func__, 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 ! in __cvmx_bootmem_check_version()
[all...]
/kernel/linux/linux-5.10/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;
/kernel/linux/linux-6.6/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;
/kernel/linux/linux-6.6/drivers/nvmem/
H A Dqfprom.c399 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()
/kernel/linux/linux-5.10/include/linux/usb/
H A Drndis_host.h76 __le32 major_version; /* of rndis (1.0) */ member
87 __le32 major_version; /* of rndis (1.0) */ member
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/drivers/nvmem/
H A Dqfprom.c331 int major_version, minor_version; in qfprom_probe() local
346 major_version = (version & QFPROM_MAJOR_VERSION_MASK) >> in qfprom_probe()
351 if (major_version == 7 && minor_version == 8) in qfprom_probe()
/kernel/linux/linux-5.10/drivers/tty/ipwireless/
H A Dsetup_protocol.h87 unsigned char major_version; member
/kernel/linux/linux-6.6/drivers/tty/ipwireless/
H A Dsetup_protocol.h87 unsigned char major_version; member
/kernel/linux/linux-5.10/include/uapi/linux/raid/
H A Dmd_p.h140 __u32 major_version; /* 1 major version to which the set conforms */ member
232 __le32 major_version; /* 1 */ member
/kernel/linux/linux-6.6/include/uapi/linux/raid/
H A Dmd_p.h140 __u32 major_version; /* 1 major version to which the set conforms */ member
232 __le32 major_version; /* 1 */ member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/raid/
H A Dmd_p.h58 __u32 major_version; member
124 __le32 major_version; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/raid/
H A Dmd_p.h70 __u32 major_version; member
125 __le32 major_version; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/raid/
H A Dmd_p.h70 __u32 major_version; member
125 __le32 major_version; member
/kernel/linux/linux-5.10/fs/ocfs2/
H A Docfs1_fs_compat.h34 __u32 major_version; member
/kernel/linux/linux-6.6/fs/ocfs2/
H A Docfs1_fs_compat.h32 __u32 major_version; member
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A Dsmbios.c21 u8 major_version; member
/kernel/linux/linux-6.6/include/sound/sof/
H A Dext_manifest4.h75 uint16_t major_version; /* Firmware version */ member

Completed in 33 milliseconds

12345