Searched refs:major (Results 476 - 500 of 944) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/scsi/esas2r/
H A Desas2r_init.c1174 u32 major; local
1183 major = LOBYTE(fw_release);
1185 a->fw_version += (major << 16) + (minor << 24);
/linux-master/arch/parisc/math-emu/
H A Dfpudispatch.c65 * the following are the extra bits for the 0E major op
101 * extract the major opcode from the instruction
239 u_int class, subop, major; local
247 major = get_major(ir);
257 switch (major) {
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_init.c1006 u32 major, minor, sub; local
1024 &major, &minor, &sub);
1028 return major + (minor << 8) + (sub << 16);
/linux-master/drivers/parisc/
H A Dlba_pci.c1518 int major, minor; local
1521 major = func_class >> 4, minor = func_class & 0xf;
1527 IS_MERCURY(dev) ? "Mercury" : "Quicksilver", major,
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Duvd_v6_0.c1673 .major = 6,
1682 .major = 6,
1691 .major = 6,
/linux-master/drivers/isdn/capi/
H A Dcapi.c17 #include <linux/major.h>
57 module_param_named(major, capi_major, uint, 0);
1282 drv->major = 0;
1394 printk(KERN_ERR "capi20: unable to get major %d\n", capi_major);
1423 printk(KERN_NOTICE "CAPI 2.0 started up with major %d%s\n",
/linux-master/drivers/spi/
H A Dspi-geni-qcom.c652 unsigned int proto, major, minor, ver; local
683 major = GENI_SE_VERSION_MAJOR(ver);
686 if (major == 1 && minor == 0)
/linux-master/include/linux/
H A Dnfs_xdr.h26 uint64_t major; member in struct:nfs_fsid
35 return a->major == b->major && a->minor == b->minor;
H A DmISDNif.h291 unsigned char major; member in struct:mISDNversion
/linux-master/drivers/firmware/arm_ffa/
H A Ddriver.c128 u16 major = FFA_MAJOR_VERSION(version), minor = FFA_MINOR_VERSION(version); local
132 if ((major < drv_major) || (major == drv_major && minor <= drv_minor))
/linux-master/drivers/tee/optee/
H A Dsmc_abi.c1274 pr_info("revision %lu.%lu (%08lx)", res.result.major,
1277 pr_info("revision %lu.%lu", res.result.major, res.result.minor);
1289 if (res.result.major == OPTEE_MSG_REVISION_MAJOR &&
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dpci.c1308 void ath12k_pci_read_hw_version(struct ath12k_base *ab, u32 *major, u32 *minor) argument
1313 *major = FIELD_GET(TCSR_SOC_HW_VERSION_MAJOR_MASK,
1319 "pci tcsr_soc_hw_version major %d minor %d\n",
1320 *major, *minor);
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dnic.h165 * @major: Major rev. ('A', 'B' ...)
174 int major; member in struct:falcon_board
H A Dqt202x_phy.c248 if (board->major == 0 && board->minor < 2) {
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Docteon_device.h228 u64 major; member in struct:octeon_board_info
/linux-master/include/pcmcia/
H A Dcistpl.h124 u_char major; member in struct:cistpl_vers_1_t
/linux-master/drivers/crypto/caam/
H A Ddpseci.c365 *major_ver = le16_to_cpu(rsp_params->major);
/linux-master/drivers/input/serio/
H A Dserio_raw.c15 #include <linux/major.h>
/linux-master/drivers/char/mwave/
H A Dmwavedd.c53 #include <linux/major.h>
/linux-master/security/tomoyo/
H A Dgc.c192 tomoyo_put_number_union(&entry->major);
/linux-master/tools/testing/selftests/filesystems/binderfs/
H A Dbinderfs_test.c108 TH_LOG("Allocated new binder device with major %d, minor %d, and name %s",
109 device.major, device.minor, device.name);
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpni-cmd.h539 __le16 major; member in struct:dpni_rsp_get_api_version
/linux-master/arch/powerpc/platforms/chrp/
H A Dsetup.c21 #include <linux/major.h>
/linux-master/fs/coda/
H A Dpsdev.c19 #include <linux/major.h>
360 pr_err("%s: unable to get major %d\n",
/linux-master/drivers/gpu/drm/gma500/
H A Dpsb_drv.c514 .major = DRIVER_MAJOR,

Completed in 466 milliseconds

<<11121314151617181920>>