Home
last modified time | relevance | path

Searched defs:maj (Results 26 – 50 of 56) sorted by relevance

123

/openbmc/linux/kernel/power/
H A Dhibernate.c1179 unsigned maj, min, offset; in resume_store() local
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc.h281 #define MAKE_GUC_VER(maj, min, pat) (((maj) << 16) | ((min) << 8) | (pat)) argument
/openbmc/linux/drivers/input/touchscreen/
H A Dstmfts.c177 u8 maj = event[4]; in stmfts_report_contact_event() local
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/
H A Docteon_device.h293 u8 maj; member
299 #define OCT_FW_VER(maj, min, rev) \ argument
/openbmc/linux/drivers/crypto/ccp/
H A Dsev-dev.c83 static inline bool sev_version_greater_or_equal(u8 maj, u8 min) in sev_version_greater_or_equal()
/openbmc/qemu/target/arm/tcg/
H A Dcrypto_helper.c164 static uint32_t maj(uint32_t x, uint32_t y, uint32_t z) in maj() function
/openbmc/linux/tools/perf/util/
H A Ddso.h132 u32 maj; member
H A Dsynthetic-events.c295 u32 *maj, u32 *min, in read_proc_maps_line()
/openbmc/linux/drivers/scsi/aic94xx/
H A Daic94xx_hwi.h39 u8 maj; member
/openbmc/qemu/target/riscv/
H A Dvcrypto_helper.c498 #define maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) macro
/openbmc/linux/arch/arc/include/asm/
H A Darcregs.h182 unsigned int pad:8, prod:8, maj:8, min:8; member
/openbmc/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera.h19 u16 maj; member
/openbmc/linux/sound/core/
H A Drawmidi.c447 int maj = imajor(inode); in snd_rawmidi_open() local
/openbmc/linux/drivers/infiniband/hw/irdma/
H A Dmain.h143 u16 maj; member
/openbmc/linux/drivers/iommu/
H A Dexynos-iommu.c153 #define MAKE_MMU_VER(maj, min) ((((maj) & 0xF) << 7) | ((min) & 0x7F)) argument
/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/
H A Dimmap_ls102xa.h14 #define IS_SVR_REV(svr, maj, min) \ argument
/openbmc/linux/tools/lib/perf/include/perf/
H A Devent.h30 __u32 maj; member
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dptp.c455 u32 maj = (u32)ts.tv_sec; in efx_ptp_ns_to_s27() local
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dptp.c474 u32 maj = (u32)ts.tv_sec; in efx_ptp_ns_to_s27() local
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.c3756 s32 ixgbe_set_fw_drv_ver_generic(struct ixgbe_hw *hw, u8 maj, u8 min, in ixgbe_set_fw_drv_ver_generic()
H A Dixgbe_x550.c2772 static s32 ixgbe_set_fw_drv_ver_x550(struct ixgbe_hw *hw, u8 maj, u8 min, in ixgbe_set_fw_drv_ver_x550()
/openbmc/linux/net/rds/
H A Drds.h27 #define RDS_PROTOCOL(maj, min) (((maj) << 8) | min) argument
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_common.c5412 static bool ice_is_fw_api_min_ver(struct ice_hw *hw, u8 maj, u8 min, u8 patch) in ice_is_fw_api_min_ver()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h1047 #define IS_SVR_REV(svr, maj, min) \ argument
/openbmc/linux/tools/include/uapi/linux/
H A Dpkt_sched.h71 #define TC_H_MAKE(maj,min) (((maj)&TC_H_MAJ_MASK)|((min)&TC_H_MIN_MASK)) argument

123