| /linux-6.15/arch/arm/mach-mv78xx0/ |
| H A D | pcie.c | 24 u8 maj; member 78 "PCIe %d.%d MEM", pp->maj, pp->min); in mv78xx0_pcie_preinit() 89 mvebu_mbus_add_window_by_id(MV78XX0_MBUS_PCIE_MEM_TARGET(pp->maj, pp->min), in mv78xx0_pcie_preinit() 90 MV78XX0_MBUS_PCIE_MEM_ATTR(pp->maj, pp->min), in mv78xx0_pcie_preinit() 92 mvebu_mbus_add_window_remap_by_id(MV78XX0_MBUS_PCIE_IO_TARGET(pp->maj, pp->min), in mv78xx0_pcie_preinit() 93 MV78XX0_MBUS_PCIE_IO_ATTR(pp->maj, pp->min), in mv78xx0_pcie_preinit() 226 return IRQ_MV78XX0_PCIE_00 + (pp->maj << 2) + pp->min; in mv78xx0_pcie_map_irq() 237 static void __init add_pcie_port(int maj, int min, void __iomem *base) in add_pcie_port() argument 239 printk(KERN_INFO "MV78xx0 PCIe port %d.%d: ", maj, min); in add_pcie_port() 246 pp->maj = maj; in add_pcie_port()
|
| H A D | common.h | 27 int maj, int min); 29 int maj, int min);
|
| /linux-6.15/Documentation/arch/s390/ |
| H A D | config3270.sh | 52 while read devno maj min;do 54 fsmaj=$maj 59 elif [ $maj = CONSOLE ]; then 65 echo mknod $D/$TTY$devno c $maj $min >>$SCR
|
| /linux-6.15/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_prototype.h | 467 static inline bool i40e_is_aq_api_ver_ge(struct i40e_hw *hw, u16 maj, u16 min) in i40e_is_aq_api_ver_ge() argument 469 return (hw->aq.api_maj_ver > maj || in i40e_is_aq_api_ver_ge() 470 (hw->aq.api_maj_ver == maj && hw->aq.api_min_ver >= min)); in i40e_is_aq_api_ver_ge() 483 return !i40e_is_aq_api_ver_ge(hw, maj, min); in i40e_is_aq_api_ver_lt() 494 static inline bool i40e_is_fw_ver_ge(struct i40e_hw *hw, u16 maj, u16 min) in i40e_is_fw_ver_ge() argument 496 return (hw->aq.fw_maj_ver > maj || in i40e_is_fw_ver_ge() 497 (hw->aq.fw_maj_ver == maj && hw->aq.fw_min_ver >= min)); in i40e_is_fw_ver_ge() 508 static inline bool i40e_is_fw_ver_lt(struct i40e_hw *hw, u16 maj, u16 min) in i40e_is_fw_ver_lt() argument 510 return !i40e_is_fw_ver_ge(hw, maj, min); in i40e_is_fw_ver_lt() 521 static inline bool i40e_is_fw_ver_eq(struct i40e_hw *hw, u16 maj, u16 min) in i40e_is_fw_ver_eq() argument [all …]
|
| /linux-6.15/block/ |
| H A D | early-lookup.c | 199 unsigned maj, min, offset; in devt_from_devnum() local 202 if (sscanf(name, "%u:%u%c", &maj, &min, &dummy) == 2 || in devt_from_devnum() 203 sscanf(name, "%u:%u:%u:%c", &maj, &min, &offset, &dummy) == 3) { in devt_from_devnum() 204 *devt = MKDEV(maj, min); in devt_from_devnum() 205 if (maj != MAJOR(*devt) || min != MINOR(*devt)) in devt_from_devnum()
|
| /linux-6.15/sound/pci/asihpi/ |
| H A D | hpi_version.h | 24 #define HPI_VERSION_CONSTRUCTOR(maj, min, r) ((maj << 16) + (min << 8) + r) argument
|
| /linux-6.15/usr/ |
| H A D | gen_initramfs.sh | 110 local maj=`field 5 ${dev}` 112 maj=${maj%,} 116 str="${ftype} ${name} ${str} ${dev} ${maj} ${min}"
|
| H A D | gen_init_cpio.c | 247 unsigned int maj, unsigned int min) in cpio_mknod() argument 270 maj, /* rmajor */ in cpio_mknod() 286 unsigned int maj; in cpio_mknod_line() local 291 name, &mode, &uid, &gid, &dev_type, &maj, &min)) { in cpio_mknod_line() 295 rc = cpio_mknod(name, mode, uid, gid, dev_type, maj, min); in cpio_mknod_line()
|
| /linux-6.15/tools/testing/selftests/filesystems/overlayfs/ |
| H A D | dev_in_maps.c | 33 uint32_t maj, min; in get_file_dev_and_inode() local 37 &start, &end, &maj, &min, &ino) != 5) in get_file_dev_and_inode() 40 stx->stx_dev_major = maj; in get_file_dev_and_inode()
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | setup-common.c | 226 unsigned short maj; in show_cpuinfo() local 234 maj = (pvr >> 8) & 0xFF; in show_cpuinfo() 290 maj = ((pvr >> 8) & 0xF); in show_cpuinfo() 294 maj = PVR_MAJ(pvr); in show_cpuinfo() 301 maj = ((pvr >> 8) & 0xFF) - 1; in show_cpuinfo() 306 maj = (pvr >> 8) & 0x0F; in show_cpuinfo() 310 maj = (pvr >> 8) & 0xFF; in show_cpuinfo() 317 maj, min, PVR_VER(pvr), PVR_REV(pvr)); in show_cpuinfo()
|
| /linux-6.15/include/linux/soc/qcom/ |
| H A D | socinfo.h | 23 #define SOCINFO_VERSION(maj, min) ((((maj) & 0xffff) << 16)|((min) & 0xffff)) argument
|
| /linux-6.15/include/uapi/linux/ |
| H A D | psci.h | 117 #define PSCI_VERSION(maj, min) \ argument 118 ((((maj) << PSCI_VERSION_MAJOR_SHIFT) & PSCI_VERSION_MAJOR_MASK) | \
|
| /linux-6.15/drivers/scsi/aic94xx/ |
| H A D | aic94xx_sds.c | 241 asd_ha->hw_prof.bios.maj, in asd_get_bios_chim() 401 u8 maj; /* 0 */ member 428 u8 maj; /* 0 */ member 512 u8 maj; /* 0 */ member 674 if (ms->maj != 0) { in asd_validate_ms() 676 ms->maj); in asd_validate_ms() 771 dflt_phy_param.maj = 0; in asd_ms_get_phy_params() 788 if (phy_param->maj != 0) { in asd_ms_get_phy_params() 790 phy_param->maj); in asd_ms_get_phy_params() 837 if (cm->maj != 0) { in asd_ms_get_connector_map() [all …]
|
| /linux-6.15/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-6.15/fs/unicode/ |
| H A D | utf8-core.c | 227 unsigned int maj, min, rev; in utf8_parse_version() local 236 if (match_int(&args[0], &maj) || match_int(&args[1], &min) || in utf8_parse_version() 240 return UNICODE_AGE(maj, min, rev); in utf8_parse_version()
|
| /linux-6.15/tools/testing/selftests/net/mptcp/ |
| H A D | mptcp_lib.sh | 211 local v maj min 219 maj=${v%.*} 222 if [ "${maj}" -gt "${exp_maj}" ] || 223 { [ "${maj}" -eq "${exp_maj}" ] && [ "${min}" -ge "${exp_min}" ]; }; then
|
| /linux-6.15/drivers/crypto/caam/ |
| H A D | dpseci_cmd.h | 14 #define DPSECI_VER(maj, min) (((maj) << 16) | (min)) argument
|
| /linux-6.15/security/ |
| H A D | device_cgroup.c | 285 char maj[MAJMINLEN], min[MAJMINLEN], acc[ACCLEN]; in devcgroup_seq_show() local 296 set_majmin(maj, ~0); in devcgroup_seq_show() 299 maj, min, acc); in devcgroup_seq_show() 303 set_majmin(maj, ex->major); in devcgroup_seq_show() 306 maj, min, acc); in devcgroup_seq_show()
|
| /linux-6.15/drivers/block/aoe/ |
| H A D | aoedev.c | 440 aoedev_by_aoeaddr(ulong maj, int min, int do_alloc) in aoedev_by_aoeaddr() argument 450 if (d->aoemajor == maj && d->aoeminor == min) { in aoedev_by_aoeaddr() 461 if (d || !do_alloc || minor_get(&sysminor, maj, min) < 0) in aoedev_by_aoeaddr() 487 d->aoemajor = maj; in aoedev_by_aoeaddr()
|
| /linux-6.15/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_x550.h | 11 int ixgbe_set_fw_drv_ver_x550(struct ixgbe_hw *hw, u8 maj, u8 min,
|
| /linux-6.15/include/xen/interface/ |
| H A D | xenpmu.h | 33 uint32_t maj; member
|
| /linux-6.15/drivers/xen/ |
| H A D | sys-hypervisor.c | 489 xp.version.maj = XENPMU_VER_MAJ; in pmu_mode_store() 505 xp.version.maj = XENPMU_VER_MAJ; in pmu_mode_show() 533 xp.version.maj = XENPMU_VER_MAJ; in pmu_features_store() 547 xp.version.maj = XENPMU_VER_MAJ; in pmu_features_show()
|
| /linux-6.15/kernel/power/ |
| H A D | hibernate.c | 1250 unsigned maj, min, offset; in resume_store() local 1254 if (sscanf(name, "%u:%u%c", &maj, &min, &dummy) == 2 || in resume_store() 1255 sscanf(name, "%u:%u:%u:%c", &maj, &min, &offset, in resume_store() 1257 dev = MKDEV(maj, min); in resume_store() 1258 if (maj != MAJOR(dev) || min != MINOR(dev)) in resume_store()
|
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_internal.h | 36 #define DRM_IF_VERSION(maj, min) (maj << 16 | min) argument
|
| /linux-6.15/arch/arc/include/asm/ |
| H A D | arcregs.h | 182 unsigned int pad:8, prod:8, maj:8, min:8; member 184 unsigned int min:8, maj:8, prod:8, pad:8;
|