Searched refs:major (Results 76 - 100 of 941) sorted by relevance

1234567891011>>

/linux-master/arch/mips/include/asm/mach-ath25/
H A Dath25_platform.h20 u16 major; /* Board major number */ member in struct:ath25_boarddata
/linux-master/include/linux/
H A Dagp_backend.h41 u16 major; member in struct:agp_version
H A Dmiscdevice.h4 #include <linux/major.h>
109 MODULE_ALIAS("char-major-" __stringify(MISC_MAJOR) \
/linux-master/drivers/mtd/lpddr/
H A Dqinfo_probe.c49 int major, minor; local
53 major = qinfo_array[i].major & ((1 << bankwidth) - 1);
55 return minor | (major << bankwidth);
/linux-master/arch/powerpc/include/asm/
H A Dvdso_datapage.h29 * If the major version changes we are incompatible.
52 __u32 major; /* Major number 0x10 */ member in struct:vdso_arch_data::__anon18
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpmac-cmd.h78 __le16 major; member in struct:dpmac_rsp_get_api_version
/linux-master/include/uapi/linux/
H A Dagpgart.h57 __u16 major; member in struct:agp_version
H A Dmedia.h164 __u32 major; member in struct:media_entity_desc::__anon321::__anon322
192 __u32 major; member in struct:media_entity_desc::__anon321::__anon324
196 __u32 major; member in struct:media_entity_desc::__anon321::__anon325
308 __u32 major; member in struct:media_v2_intf_devnode
/linux-master/sound/soc/intel/catpt/
H A Dsysfs.c30 return sysfs_emit(buf, "%d.%d.%d.%d\n", version.type, version.major,
/linux-master/drivers/soc/qcom/
H A Drpmh-internal.h88 u32 major; member in struct:rsc_ver
/linux-master/arch/powerpc/platforms/83xx/
H A Dmpc834x_itx.c17 #include <linux/major.h>
/linux-master/arch/powerpc/platforms/ps3/
H A Dsetup.c47 int ps3_compare_firmware_version(u16 major, u16 minor, u16 rev) argument
52 x.major = major;
229 "%u.%u.%u", ps3_firmware_version.major,
/linux-master/drivers/block/aoe/
H A Daoechr.c92 int major, minor, n; local
104 n = sscanf(buf, "e%d.%d", &major, &minor);
109 d = aoedev_by_aoeaddr(major, minor, 0);
114 aoecmd_cfg(major, minor);
/linux-master/include/linux/mtd/
H A Dblktrans.h42 int major; member in struct:mtd_blktrans_ops
H A Dqinfo.h32 * @major - major number of qinfo record
33 * @major - minor number of qinfo record
38 uint8_t major; member in struct:qinfo_query_info
/linux-master/arch/m68k/atari/
H A Datasound.c21 #include <linux/major.h>
/linux-master/drivers/gpu/drm/amd/amdxcp/
H A Damdgpu_xcp_drv.c42 .major = 1,
/linux-master/drivers/crypto/qce/
H A Dcore.c157 u32 major, minor, step; local
159 qce_get_version(qce, &major, &minor, &step);
165 if (major != QCE_MAJOR_VERSION5 || minor == 0)
186 major, minor, step);
/linux-master/drivers/mfd/
H A Dqcom-spmi-pmic.c193 ret = regmap_read(map, PMIC_REV4, &pmic->major);
204 * In early versions of PM8941 and PM8226, the major revision number
206 * Increment the major revision number here if the chip is an early
210 pmic->major < PMIC_REV4_V2)
211 pmic->major++;
217 pmic->subtype, pmic->name, pmic->major, pmic->minor);
/linux-master/include/soc/qcom/
H A Dqcom-spmi-pmic.h64 unsigned int major; member in struct:qcom_spmi_pmic
/linux-master/drivers/block/xen-blkback/
H A Dxenbus.c25 unsigned major; member in struct:backend_info
439 VBD_SHOW(physical_device, "%x:%x\n", be->major, be->minor);
481 unsigned major, unsigned minor, int readonly,
492 vbd->pdevice = MKDEV(major, minor);
533 if (be->major || be->minor)
625 * the device's physical major and minor numbers. Switch to InitWait.
702 unsigned major; local
714 &major, &minor);
728 if (be->major | be->minor) {
729 if (be->major !
480 xen_vbd_create(struct xen_blkif *blkif, blkif_vdev_t handle, unsigned major, unsigned minor, int readonly, int cdrom) argument
[all...]
/linux-master/tools/testing/selftests/
H A Dkselftest.h404 unsigned int major, minor;
407 if (uname(&info) || sscanf(info.release, "%u.%u.", &major, &minor) != 2)
410 return major > min_major || (major == min_major && minor >= min_minor);
/linux-master/drivers/staging/greybus/
H A Dbootrom.c382 request.major = GB_BOOTROM_VERSION_MAJOR;
396 if (response.major > request.major) {
398 "unsupported major protocol version (%u > %u)\n",
399 response.major, request.major);
403 bootrom->protocol_major = response.major;
406 dev_dbg(&bundle->dev, "%s - %u.%u\n", __func__, response.major,
/linux-master/drivers/input/rmi4/
H A Drmi_2d_sensor.c72 int wide, major, minor; local
90 major = max(obj->wx, obj->wy);
94 major = max(1, major);
102 input_event(sensor->input, EV_ABS, ABS_MT_TOUCH_MAJOR, major);
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_ctl_drv.c35 unsigned int major; member in struct:adf_ctl_drv_info
44 device_destroy(adf_ctl_drv.drv_class, MKDEV(adf_ctl_drv.major, 0));
47 unregister_chrdev_region(MKDEV(adf_ctl_drv.major, 0), 1);
65 adf_ctl_drv.major = MAJOR(dev_id);
73 MKDEV(adf_ctl_drv.major, 0),

Completed in 227 milliseconds

1234567891011>>