/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_prototype.h | 507 static inline bool i40e_is_aq_api_ver_ge(struct i40e_hw *hw, u16 maj, u16 min) in i40e_is_aq_api_ver_ge() 521 static inline bool i40e_is_aq_api_ver_lt(struct i40e_hw *hw, u16 maj, u16 min) in i40e_is_aq_api_ver_lt() 534 static inline bool i40e_is_fw_ver_ge(struct i40e_hw *hw, u16 maj, u16 min) in i40e_is_fw_ver_ge() 548 static inline bool i40e_is_fw_ver_lt(struct i40e_hw *hw, u16 maj, u16 min) in i40e_is_fw_ver_lt() 561 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/drivers/gpu/drm/xe/ |
H A D | xe_guc.h | 19 #define MAKE_GUC_VER(maj, min, pat) (((maj) << 16) | ((min) << 8) | (pat)) argument
|
/linux/include/xen/interface/ |
H A D | xenpmu.h | 33 uint32_t maj; member
|
/linux/drivers/gpu/drm/ |
H A D | drm_internal.h | 36 #define DRM_IF_VERSION(maj, min) (maj << 16 | min) argument
|
/linux/usr/ |
H A D | gen_init_cpio.c | 247 unsigned int maj, unsigned int min) in cpio_mknod() 286 unsigned int maj; in cpio_mknod_line() local
|
/linux/tools/testing/selftests/filesystems/overlayfs/ |
H A D | dev_in_maps.c | 58 uint32_t maj, min; get_file_dev_and_inode() local
|
/linux/fs/hostfs/ |
H A D | hostfs.h | 67 unsigned int maj; member
|
/linux/include/uapi/linux/ |
H A D | psci.h | 112 PSCI_VERSION(maj,min) global() argument
|
/linux/arch/powerpc/math-emu/ |
H A D | math_efp.c | 895 u32 pvr, maj, min; in spe_mathemu_init() local
|
/linux/drivers/block/aoe/ |
H A D | aoedev.c | 439 aoedev_by_aoeaddr(ulong maj, int min, int do_alloc) in aoedev_by_aoeaddr()
|
/linux/include/linux/soc/qcom/ |
H A D | socinfo.h | 23 #define SOCINFO_VERSION(maj, min) ((((maj) & 0xffff) << 16)|((min) & 0xffff)) argument
|
/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/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_catalog.c | 302 #define SSPP_SCALER_VER(maj, min) (((maj) << 16) | (min)) argument
|
/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | qat_uclo.c | 84 int maj = hdr->maj_ver & 0xff; in qat_uclo_check_uof_format() local 101 int maj = suof_hdr->maj_ver & 0xff; in qat_uclo_check_suof_format() local 1819 int maj = mof_hdr->maj_ver & 0xff; in qat_uclo_check_mof_format() local
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ucode.c | 1388 int maj, min, rev; in amdgpu_ucode_ip_version_decode() local
|
/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/kernel/power/ |
H A D | hibernate.c | 1241 unsigned maj, min, offset; resume_store() local
|
/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc.h | 325 #define MAKE_GUC_VER(maj, min, pat) (((maj) << 16) | ((min) << 8) | (pat)) argument
|
/linux/drivers/input/touchscreen/ |
H A D | stmfts.c | 177 u8 maj = event[4]; in stmfts_report_contact_event() 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
|