Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/asihpi/
Dhpi_version.h23 #define HPI_VERSION_CONSTRUCTOR(maj, min, r) ((maj << 16) + (min << 8) + r) argument
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/
Dvxge-version.h23 #define VXGE_FW_VER(maj, min, bld) (((maj) << 16) + ((min) << 8) + (bld)) argument
Dvxge-main.c4156 u32 maj, min, bld, cmaj, cmin, cbld; in vxge_fw_upgrade() local
4224 u32 maj, min, bld; in vxge_probe_fw_update() local
/linux-4.4.14/arch/arm/mach-mv78xx0/
Dpcie.c27 u8 maj; member
226 static void __init add_pcie_port(int maj, int min, void __iomem *base) in add_pcie_port()
/linux-4.4.14/include/xen/interface/
Dxenpmu.h32 uint32_t maj; member
/linux-4.4.14/usr/
Dgen_init_cpio.c241 unsigned int maj, unsigned int min) in cpio_mknod()
280 unsigned int maj; in cpio_mknod_line() local
/linux-4.4.14/fs/hostfs/
Dhostfs.h61 unsigned int maj; member
/linux-4.4.14/arch/powerpc/kernel/
Dsetup-common.c217 unsigned short maj; in show_cpuinfo() local
/linux-4.4.14/drivers/block/aoe/
Daoedev.c433 aoedev_by_aoeaddr(ulong maj, int min, int do_alloc) in aoedev_by_aoeaddr()
/linux-4.4.14/arch/powerpc/math-emu/
Dmath_efp.c895 u32 pvr, maj, min; in spe_mathemu_init() local
/linux-4.4.14/init/
Ddo_mounts.c228 unsigned maj, min, offset; in name_to_dev_t() local
/linux-4.4.14/tools/perf/util/
Dmap.h43 u32 maj, min; /* only valid for MMAP2 record */ member
Devent.h27 u32 maj; member
/linux-4.4.14/drivers/scsi/aic94xx/
Daic94xx_sds.c419 u8 maj; /* 0 */ member
446 u8 maj; /* 0 */ member
530 u8 maj; /* 0 */ member
Daic94xx_hwi.h57 u8 maj; member
/linux-4.4.14/sound/core/
Dcompress_offload.c89 int maj = imajor(inode); in snd_compr_open() local
Drawmidi.c364 int maj = imajor(inode); in snd_rawmidi_open() local
/linux-4.4.14/security/
Ddevice_cgroup.c279 char maj[MAJMINLEN], min[MAJMINLEN], acc[ACCLEN]; in devcgroup_seq_show() local
/linux-4.4.14/drivers/block/
Dcpqarray.c47 #define SMART2_DRIVER_VERSION(maj,min,submin) ((maj<<16)|(min<<8)|(submin)) argument
Dcciss.c59 #define CCISS_DRIVER_VERSION(maj,min,submin) ((maj<<16)|(min<<8)|(submin)) argument
/linux-4.4.14/drivers/crypto/qat/qat_common/
Dqat_uclo.c127 int maj = hdr->maj_ver & 0xff; in qat_uclo_check_format() local
/linux-4.4.14/drivers/iommu/
Dexynos-iommu.c128 #define MAKE_MMU_VER(maj, min) ((((maj) & 0xF) << 7) | ((min) & 0x7F)) argument
/linux-4.4.14/drivers/gpu/drm/savage/
Dsavage_drv.h447 #define BCI_LINE_MISC(maj, ym, xp, yp, err) \ argument
/linux-4.4.14/drivers/net/ethernet/sfc/
Dptp.c435 u32 maj = (u32)ts.tv_sec; in efx_ptp_ns_to_s27() local
/linux-4.4.14/include/drm/
DdrmP.h236 #define DRM_IF_VERSION(maj, min) (maj << 16 | min) argument
/linux-4.4.14/net/rds/
Drds.h22 #define RDS_PROTOCOL(maj, min) (((maj) << 8) | min) argument
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_common.c3604 s32 ixgbe_set_fw_drv_ver_generic(struct ixgbe_hw *hw, u8 maj, u8 min, in ixgbe_set_fw_drv_ver_generic()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_edid.c39 #define version_greater(edid, maj, min) \ argument
/linux-4.4.14/include/uapi/linux/
Dpkt_sched.h70 #define TC_H_MAKE(maj,min) (((maj)&TC_H_MAJ_MASK)|((min)&TC_H_MIN_MASK)) argument
/linux-4.4.14/kernel/events/
Dcore.c5930 int maj, min; member
6013 int maj = 0, min = 0; in perf_event_mmap_event() local
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-pko-defs.h314 uint64_t maj:1; member
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dtg3.h2455 #define APE_HOST_DRIVER_ID_MAGIC(maj, min) \ argument