Home
last modified time | relevance | path

Searched defs:maj (Results 1 – 25 of 35) sorted by relevance

12

/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_prototype.h468 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 Dpcie.c24 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 Dhpi_version.h24 #define HPI_VERSION_CONSTRUCTOR(maj, min, r) ((maj << 16) + (min << 8) + r) argument
/linux/include/xen/interface/
H A Dxenpmu.h33 uint32_t maj; member
/linux/usr/
H A Dgen_init_cpio.c247 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 Dmath_efp.c895 u32 pvr, maj, min; in spe_mathemu_init() local
/linux/include/linux/soc/qcom/
H A Dsocinfo.h23 #define SOCINFO_VERSION(maj, min) ((((maj) & 0xffff) << 16)|((min) & 0xffff)) argument
/linux/drivers/block/aoe/
H A Daoedev.c451 aoedev_by_aoeaddr(ulong maj, int min, int do_alloc) in aoedev_by_aoeaddr()
/linux/drivers/scsi/aic94xx/
H A Daic94xx_sds.c401 u8 maj; /* 0 */ member
428 u8 maj; /* 0 */ member
512 u8 maj; /* 0 */ member
H A Daic94xx_hwi.h39 u8 maj; member
/linux/drivers/crypto/caam/
H A Ddpseci_cmd.h14 #define DPSECI_VER(maj, min) (((maj) << 16) | (min)) argument
/linux/security/
H A Ddevice_cgroup.c285 char maj[MAJMINLEN], min[MAJMINLEN], acc[ACCLEN]; in devcgroup_seq_show() local
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ucode.c1413 int maj, min, rev; in amdgpu_ucode_ip_version_decode() local
/linux/drivers/input/touchscreen/
H A Dstmfts.c177 u8 maj = event[4]; in stmfts_report_contact_event() local
/linux/kernel/power/
H A Dhibernate.c1298 unsigned maj, min, offset; resume_store() local
/linux/drivers/net/ethernet/cavium/liquidio/
H A Docteon_device.h293 u8 maj; member
299 #define OCT_FW_VER(maj, min, rev) \ argument
/linux/sound/core/
H A Dcompress_offload.c88 int maj = imajor(inode); in snd_compr_open() local
H A Drawmidi.c432 int maj = imajor(inode); in snd_rawmidi_open() local
/linux/arch/arc/include/asm/
H A Darcregs.h179 unsigned int pad:8, prod:8, maj:8, min:8; member
/linux/tools/perf/util/
H A Ddso.h198 u32 maj; member
/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera.h19 u16 maj; member
/linux/drivers/infiniband/hw/irdma/
H A Dmain.h146 u16 maj; member
/linux/drivers/media/i2c/
H A Dalvium-csi2.c389 u64 min, maj; in alvium_get_bcrm_vers() local
/linux/drivers/iommu/
H A Dexynos-iommu.c157 #define MAKE_MMU_VER(maj, min) ((((maj) & 0xF) << 7) | ((min) & 0x7F)) argument
/linux/drivers/crypto/ccp/
H A Dsev-dev.c137 static inline bool sev_version_greater_or_equal(u8 maj, u8 min) in sev_version_greater_or_equal()

12