Searched refs:major (Results 226 - 250 of 425) sorted by relevance

1234567891011>>

/drivers/tty/serial/
H A D68328serial.c26 #include <linux/major.h>
1171 serial_driver->major = TTY_MAJOR;
H A Ddz.c44 #include <linux/major.h>
920 .major = TTY_MAJOR,
H A Dip22zilog.c21 #include <linux/major.h>
1066 .major = TTY_MAJOR,
H A Dsb1250-duart.c35 #include <linux/major.h>
929 .major = TTY_MAJOR,
/drivers/video/fbdev/
H A Dhyperv_fb.c53 #define SYNTHVID_VERSION(major, minor) ((minor) << 16 | (major))
/drivers/staging/dgap/
H A Ddgap.c207 * File operations permitted on Control/Management major.
447 { CMAJOR, "major" },
1218 brd->serial_driver->major = 0;
1244 * again, separately so we don't get the LD confused about what major
1257 brd->print_driver->major = 0;
1291 dgap_boards_by_major[brd->serial_driver->major] = brd;
1292 brd->dgap_serial_major = brd->serial_driver->major;
1294 dgap_boards_by_major[brd->print_driver->major] = brd;
1295 brd->dgap_transparent_print_major = brd->print_driver->major;
1508 dgap_boards_by_major[brd->serial_driver->major]
1871 uint major; local
[all...]
/drivers/md/
H A Ddm.c46 static unsigned int major = 0; variable
296 _major = major;
2097 md->disk->major = _major;
3067 module_param(major, uint, 0);
3068 MODULE_PARM_DESC(major, "The major number of the device mapper");
/drivers/block/
H A Dcciss.c31 #include <linux/major.h>
156 /* Originally cciss driver only supports 8 major numbers */
1938 disk->major = h->major;
4948 unregister_blkdev(h->major, h->devname);
4957 * stealing all these major device numbers.
5035 * register with the major number, or get a dynamic major number
5040 h->major = COMPAQ_CISS_MAJOR + i;
5041 rc = register_blkdev(h->major,
[all...]
H A Dhd.c740 disk->major = HD_MAJOR;
H A Dnull_blk.c545 disk->major = null_major;
H A Dps3disk.c485 gendisk->major = ps3disk_major;
567 pr_info("%s:%u: registered block device major %d\n", __func__,
/drivers/net/ethernet/sfc/
H A Dptp.c198 * @major: Hardware timestamp, major
208 u32 major; member in struct:efx_ptp_timeset
679 timeset->major = MCDI_DWORD(data, PTP_OUT_SYNCHRONIZE_MAJOR);
792 mc_time = ptp->nic_to_kernel_time(ptp->timeset[last_good].major,
/drivers/block/aoe/
H A Daoeblk.c407 gd->major = AOE_MAJOR;
/drivers/cdrom/
H A Dgdrom.c749 gd.disk->major = gdrom_major;
785 pr_info("Registered with major number %d\n",
/drivers/char/
H A Dppdev.c68 #include <linux/major.h>
773 printk (KERN_WARNING CHRDEV ": unable to get major %d\n",
/drivers/gpu/drm/exynos/
H A Dexynos_drm_drv.c348 .major = DRIVER_MAJOR,
/drivers/gpu/drm/nouveau/core/subdev/bios/
H A Dinit.c418 if (!init->ramcfg || init->bios->version.major < 0x70)
1410 if (bios->version.major > 2) {
1459 if (bios->version.major > 2) {
1493 if (bios->version.major > 2) {
/drivers/gpu/drm/omapdrm/
H A Domap_drv.c659 .major = DRIVER_MAJOR,
/drivers/gpu/drm/tilcdc/
H A Dtilcdc_drv.c566 .major = 1,
/drivers/hid/
H A Dhidraw.c32 #include <linux/major.h>
594 pr_warn("can't get major number\n");
/drivers/ide/
H A Dide-floppy.c25 #include <linux/major.h>
H A Dide-io.c34 #include <linux/major.h>
/drivers/ipack/devices/
H A Dipoctal.c365 tty->major = 0;
/drivers/media/i2c/
H A Dsaa7191.c17 #include <linux/major.h>
/drivers/memstick/core/
H A Dms_block.c2343 static int major; variable
2350 pr_err("failed to register major (error %d)\n", rc);
2354 major = rc;
2357 unregister_blkdev(major, DRIVER_NAME);
2367 unregister_blkdev(major, DRIVER_NAME);

Completed in 965 milliseconds

1234567891011>>