Home
last modified time | relevance | path

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

12

/linux-6.6.21/sound/pci/asihpi/
Dhpi_version.h24 #define HPI_VERSION_CONSTRUCTOR(maj, min, r) ((maj << 16) + (min << 8) + r) argument
/linux-6.6.21/arch/arm/mach-mv78xx0/
Dpcie.c24 u8 maj; member
237 static void __init add_pcie_port(int maj, int min, void __iomem *base) in add_pcie_port()
/linux-6.6.21/drivers/gpu/drm/
Ddrm_internal.h32 #define DRM_IF_VERSION(maj, min) (maj << 16 | min) argument
/linux-6.6.21/include/xen/interface/
Dxenpmu.h33 uint32_t maj; member
/linux-6.6.21/usr/
Dgen_init_cpio.c246 unsigned int maj, unsigned int min) in cpio_mknod()
285 unsigned int maj; in cpio_mknod_line() local
/linux-6.6.21/block/
Dearly-lookup.c199 unsigned maj, min, offset; in devt_from_devnum() local
/linux-6.6.21/fs/hostfs/
Dhostfs.h66 unsigned int maj; member
/linux-6.6.21/include/uapi/linux/
Dpsci.h112 #define PSCI_VERSION(maj, min) \ argument
/linux-6.6.21/drivers/block/aoe/
Daoedev.c439 aoedev_by_aoeaddr(ulong maj, int min, int do_alloc) in aoedev_by_aoeaddr()
/linux-6.6.21/arch/powerpc/math-emu/
Dmath_efp.c895 u32 pvr, maj, min; in spe_mathemu_init() local
/linux-6.6.21/drivers/scsi/aic94xx/
Daic94xx_sds.c401 u8 maj; /* 0 */ member
428 u8 maj; /* 0 */ member
512 u8 maj; /* 0 */ member
Daic94xx_hwi.h39 u8 maj; member
/linux-6.6.21/arch/powerpc/kernel/
Dsetup-common.c240 unsigned short maj; in show_cpuinfo() local
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ucode.c1273 int maj, min, rev; in amdgpu_ucode_ip_version_decode() local
/linux-6.6.21/drivers/crypto/intel/qat/qat_common/
Dqat_uclo.c84 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
1818 int maj = mof_hdr->maj_ver & 0xff; in qat_uclo_check_mof_format() local
/linux-6.6.21/drivers/soc/qcom/
Dsocinfo.c30 #define SOCINFO_VERSION(maj, min) ((((maj) & 0xffff) << 16)|((min) & 0xffff)) argument
/linux-6.6.21/security/
Ddevice_cgroup.c285 char maj[MAJMINLEN], min[MAJMINLEN], acc[ACCLEN]; in devcgroup_seq_show() local
/linux-6.6.21/drivers/crypto/caam/
Ddpseci_cmd.h14 #define DPSECI_VER(maj, min) (((maj) << 16) | (min)) argument
/linux-6.6.21/kernel/power/
Dhibernate.c1179 unsigned maj, min, offset; in resume_store() local
/linux-6.6.21/sound/core/
Dcompress_offload.c81 int maj = imajor(inode); in snd_compr_open() local
/linux-6.6.21/drivers/gpu/drm/i915/gt/uc/
Dintel_guc.h281 #define MAKE_GUC_VER(maj, min, pat) (((maj) << 16) | ((min) << 8) | (pat)) argument
/linux-6.6.21/drivers/input/touchscreen/
Dstmfts.c177 u8 maj = event[4]; in stmfts_report_contact_event() local
/linux-6.6.21/drivers/net/ethernet/cavium/liquidio/
Docteon_device.h293 u8 maj; member
299 #define OCT_FW_VER(maj, min, rev) \ argument
/linux-6.6.21/drivers/crypto/ccp/
Dsev-dev.c83 static inline bool sev_version_greater_or_equal(u8 maj, u8 min) in sev_version_greater_or_equal()
/linux-6.6.21/tools/perf/util/
Ddso.h132 u32 maj; member

12