Searched refs:major (Results 26 - 50 of 941) sorted by relevance

1234567891011>>

/linux-master/include/uapi/linux/raid/
H A Dmd_u.h16 * Different major versions are not compatible.
64 /* 63 partitions with the alternate major number (mdp) */
68 int major; member in struct:mdu_version_s
117 int major; member in struct:mdu_disk_info_s
128 int major; member in struct:mdu_start_info_s
/linux-master/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser_types_internal.h33 uint32_t major; member in struct:atom_data_revision
H A Dbios_parser_types_internal2.h35 uint32_t major; member in struct:atom_data_revision
/linux-master/drivers/s390/char/
H A Dtape_class.h16 #include <linux/major.h>
38 * The intended major/minor number. The major number may be 0 to
39 * get a dynamic major number.
/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_seq.h23 /* numeric major version */
24 u32 major; member in struct:sequencer_file_header
/linux-master/drivers/staging/media/atomisp/pci/
H A Dcss_trace.h26 /* one tracer item: major, minor and counter. The counter value can be used for GP data */
28 u8 major; member in struct:trace_item_t
195 CMD_SET_ONE_MAJOR = 1, /* mask in one major. 2nd byte in the command is the major code */
196 CMD_UNSET_ONE_MAJOR = 2, /* mask out one major. 2nd byte in the command is the major code */
197 CMD_SET_ALL_MAJORS = 3, /* set the major print mask. the full mask is in the data DWORD */
238 * the last 2 MSB bits of the major field will indicates the format
266 #define PACK_TRACEPOINT(tid, major, minor, value) \
267 (FIELD_TID_PACK(tid) | FIELD_MAJOR_PACK(major) | FIELD_MINOR_PAC
[all...]
/linux-master/arch/mips/fw/arc/
H A Darc_con.c11 #include <linux/major.h>
/linux-master/drivers/net/wireless/silabs/wfx/
H A Dmain.h38 bool wfx_api_older_than(struct wfx_dev *wdev, int major, int minor);
/linux-master/include/uapi/linux/mmc/
H A Dioctl.h6 #include <linux/major.h>
/linux-master/sound/soc/intel/avs/
H A Dsysfs.c17 return sysfs_emit(buf, "%d.%d.%d.%d\n", fw_version->major, fw_version->minor,
/linux-master/include/linux/
H A Ddevice_cgroup.h15 int devcgroup_check_permission(short type, u32 major, u32 minor,
60 static inline int devcgroup_check_permission(short type, u32 major, u32 minor, argument
/linux-master/drivers/mtd/
H A Dmtdblock_ro.c13 #include <linux/major.h>
66 .major = MTD_BLOCK_MAJOR,
/linux-master/drivers/gpu/drm/msm/dsi/
H A Ddsi_cfg.h62 u32 major; member in struct:msm_dsi_cfg_handler
68 const struct msm_dsi_cfg_handler *msm_dsi_cfg_get(u32 major, u32 minor);
/linux-master/drivers/soc/fsl/qbman/
H A Dbman_ccsr.c89 static void bm_get_version(u16 *id, u8 *major, u8 *minor) argument
93 *major = (v >> 8) & 0xff;
204 u8 major, minor; local
218 bm_get_version(&id, &major, &minor);
219 if (major == 1 && minor == 0) {
222 } else if (major == 2 && minor == 0) {
225 } else if (major == 2 && minor == 1) {
230 id, major, minor);
/linux-master/drivers/char/
H A Dpc8736x_gpio.c32 static int major; /* default to dynamic major */ variable
33 module_param(major, int, 0);
34 MODULE_PARM_DESC(major, "Major device number");
306 if (major) {
307 devid = MKDEV(major, 0);
311 major = MAJOR(devid);
318 if (!major) {
319 major = rc;
320 dev_dbg(&pdev->dev, "got dynamic major
[all...]
/linux-master/arch/sparc/kernel/
H A Dviohs.c48 static int send_version(struct vio_driver_state *vio, u16 major, u16 minor) argument
56 pkt.major = major;
61 major, minor, vio->dev_class);
75 vio->ver_table[0].major,
240 u16 major)
247 if (v->major <= major) {
262 pkt->major, pkt->minor, pkt->dev_class);
270 vap = find_by_major(vio, pkt->major);
239 find_by_major(struct vio_driver_state *vio, u16 major) argument
[all...]
/linux-master/tools/lib/bpf/
H A Dlibbpf_probes.c34 __u32 major, minor, patch; local
45 ret = fscanf(f, "%*s %*s %u.%u.%u\n", &major, &minor, &patch);
50 return KERNEL_VERSION(major, minor, patch);
65 __u32 major, minor, patch; local
74 if (sscanf(p, "Debian %u.%u.%u", &major, &minor, &patch) != 3)
77 return KERNEL_VERSION(major, minor, patch);
82 __u32 major, minor, patch, version; local
97 if (sscanf(info.release, "%u.%u.%u", &major, &minor, &patch) != 3)
100 return KERNEL_VERSION(major, minor, patch);
/linux-master/sound/core/
H A Dsound.c21 static int major = CONFIG_SND_MAJOR; variable
30 module_param(major, int, 0444);
31 MODULE_PARM_DESC(major, "Major # for sound driver.");
277 device->devt = MKDEV(major, minor);
391 snd_major = major;
393 if (register_chrdev(major, "alsa", &snd_fops)) {
394 pr_err("ALSA core: unable to register native major device number %d\n", major);
398 unregister_chrdev(major, "alsa");
417 unregister_chrdev(major, "als
[all...]
/linux-master/drivers/staging/greybus/Documentation/firmware/
H A Dfirmware.c54 printf("Interface Firmware tag (%s), major (%d), minor (%d)\n",
55 intf_fw_info.firmware_tag, intf_fw_info.major,
63 intf_load.major = 0;
83 printf("Interface Firmware (%s) Load done: major: %d, minor: %d, status: %d\n",
84 firmware_tag, intf_load.major, intf_load.minor,
115 printf("Backend Firmware tag (%s), major (%d), minor (%d), status (%d)\n",
116 backend_fw_info.firmware_tag, backend_fw_info.major,
/linux-master/tools/testing/selftests/exec/
H A Dnon-regular.c49 int major, minor, mode; /* for mknod() */ local
102 dev = makedev(variant->major, variant->minor);
117 .major = 7,
128 .major = 1,
/linux-master/drivers/gpu/drm/logicvc/
H A Dlogicvc_drm.h43 unsigned int major; member in struct:logicvc_drm_caps
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dbios.h18 u8 major; member in struct:nvkm_bios::__anon148
/linux-master/drivers/platform/x86/amd/pmc/
H A Dpmc.h32 u8 major; member in struct:amd_pmc_dev
/linux-master/drivers/ufs/host/
H A Dufs-qcom.h140 u8 *major, u16 *minor, u16 *step)
144 *major = FIELD_GET(UFS_HW_VER_MAJOR_MASK, ver);
171 /* Host controller hardware version: major.minor.step */
175 u8 major; member in struct:ufs_hw_version
223 if (host->hw_ver.major <= 0x02)
139 ufs_qcom_get_controller_revision(struct ufs_hba *hba, u8 *major, u16 *minor, u16 *step) argument
/linux-master/init/
H A Ddo_mounts.h9 #include <linux/major.h>

Completed in 325 milliseconds

1234567891011>>