/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_prototype.h | 468 static inline bool i40e_is_aq_api_ver_ge(struct i40e_hw *hw, u16 maj, u16 min) in i40e_is_aq_api_ver_ge() 482 static inline bool i40e_is_aq_api_ver_lt(struct i40e_hw *hw, u16 maj, u16 min) in i40e_is_aq_api_ver_lt() 495 static inline bool i40e_is_fw_ver_ge(struct i40e_hw *hw, u16 maj, u16 min) in i40e_is_fw_ver_ge() 509 static inline bool i40e_is_fw_ver_lt(struct i40e_hw *hw, u16 maj, u16 min) in i40e_is_fw_ver_lt() 522 static inline bool i40e_is_fw_ver_eq(struct i40e_hw *hw, u16 maj, u16 min) in i40e_is_fw_ver_eq()
|
/linux/arch/arm/mach-mv78xx0/ |
H A D | pcie.c | 24 u8 maj; member 237 static void __init add_pcie_port(int maj, int min, void __iomem *base) in add_pcie_port()
|
/linux/sound/pci/asihpi/ |
H A D | hpi_version.h | 24 #define HPI_VERSION_CONSTRUCTOR(maj, min, r) ((maj << 16) + (min << 8) + r) argument
|
/linux/include/xen/interface/ |
H A D | xenpmu.h | 33 uint32_t maj; member
|
/linux/usr/ |
H A D | gen_init_cpio.c | 247 cpio_mknod(const char * name,unsigned int mode,uid_t uid,gid_t gid,char dev_type,unsigned int maj,unsigned int min) cpio_mknod() argument 286 unsigned int maj; cpio_mknod_line() local
|
/linux/arch/powerpc/math-emu/ |
H A D | math_efp.c | 895 u32 pvr, maj, min; in spe_mathemu_init() local
|
/linux/include/linux/soc/qcom/ |
H A D | socinfo.h | 23 #define SOCINFO_VERSION(maj, min) ((((maj) & 0xffff) << 16)|((min) & 0xffff)) argument
|
/linux/drivers/block/aoe/ |
H A D | aoedev.c | 451 aoedev_by_aoeaddr(ulong maj, int min, int do_alloc) in aoedev_by_aoeaddr()
|
/linux/drivers/scsi/aic94xx/ |
H A D | aic94xx_sds.c | 401 u8 maj; /* 0 */ member 428 u8 maj; /* 0 */ member 512 u8 maj; /* 0 */ member
|
H A D | aic94xx_hwi.h | 39 u8 maj; member
|
/linux/drivers/crypto/caam/ |
H A D | dpseci_cmd.h | 14 #define DPSECI_VER(maj, min) (((maj) << 16) | (min)) argument
|
/linux/security/ |
H A D | device_cgroup.c | 285 char maj[MAJMINLEN], min[MAJMINLEN], acc[ACCLEN]; in devcgroup_seq_show() local
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ucode.c | 1413 int maj, min, rev; in amdgpu_ucode_ip_version_decode() local
|
/linux/drivers/input/touchscreen/ |
H A D | stmfts.c | 177 u8 maj = event[4]; in stmfts_report_contact_event() local
|
/linux/kernel/power/ |
H A D | hibernate.c | 1298 unsigned maj, min, offset; resume_store() local
|
/linux/drivers/net/ethernet/cavium/liquidio/ |
H A D | octeon_device.h | 293 u8 maj; member 299 #define OCT_FW_VER(maj, min, rev) \ argument
|
/linux/sound/core/ |
H A D | compress_offload.c | 88 int maj = imajor(inode); in snd_compr_open() local
|
H A D | rawmidi.c | 432 int maj = imajor(inode); in snd_rawmidi_open() local
|
/linux/arch/arc/include/asm/ |
H A D | arcregs.h | 179 unsigned int pad:8, prod:8, maj:8, min:8; member
|
/linux/tools/perf/util/ |
H A D | dso.h | 198 u32 maj; member
|
/linux/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera.h | 19 u16 maj; member
|
/linux/drivers/infiniband/hw/irdma/ |
H A D | main.h | 146 u16 maj; member
|
/linux/drivers/media/i2c/ |
H A D | alvium-csi2.c | 389 u64 min, maj; in alvium_get_bcrm_vers() local
|
/linux/drivers/iommu/ |
H A D | exynos-iommu.c | 157 #define MAKE_MMU_VER(maj, min) ((((maj) & 0xF) << 7) | ((min) & 0x7F)) argument
|
/linux/drivers/crypto/ccp/ |
H A D | sev-dev.c | 137 static inline bool sev_version_greater_or_equal(u8 maj, u8 min) in sev_version_greater_or_equal()
|