Searched refs:major (Results 101 - 125 of 425) sorted by relevance

1234567891011>>

/drivers/gpu/drm/
H A Ddrm_ioctl.c392 if (sv->drm_dd_major != dev->driver->major ||
403 sv->drm_dd_major = dev->driver->major;
458 version->version_major = dev->driver->major;
/drivers/gpu/drm/nouveau/core/subdev/bios/
H A Dbase.c495 bios->version.major = nv_ro08(bios, bit_i.offset + 3);
502 bios->version.major = nv_ro08(bios, bios->bmp_offset + 13);
509 bios->version.major, bios->version.chip,
/drivers/net/wireless/ath/ath9k/
H A Dmci.c373 u8 major, minor, update_scheme = 0; local
388 major = *(rx_payload + MCI_GPM_COEX_B_MAJOR_VERSION);
390 ar9003_mci_set_bt_version(ah, major, minor);
H A Dar9003_mci.h259 void ar9003_mci_set_bt_version(struct ath_hw *ah, u8 major, u8 minor);
/drivers/staging/dgnc/
H A Ddgnc_tty.c204 brd->SerialDriver.major = 0;
244 * again, separately so we don't get the LD confused about what major
252 brd->PrintDriver.major = brd->SerialDriver.major;
290 dgnc_BoardsByMajor[brd->SerialDriver.major] = brd;
291 brd->dgnc_Serial_Major = brd->SerialDriver.major;
292 brd->dgnc_TransparentPrint_Major = brd->PrintDriver.major;
419 dgnc_BoardsByMajor[brd->SerialDriver.major] = NULL;
430 dgnc_BoardsByMajor[brd->PrintDriver.major] = NULL;
1158 uint major local
[all...]
/drivers/tty/serial/
H A Dsn_console.c71 /* To use dynamic numbers only and not use the assigned major and minor,
79 /* The major/minor we are using, ignored for USE_DYNAMIC_MINOR */
769 .major = 0, /* major/minor set at registration time per USE_DYNAMIC_MINOR */
802 sal_console_uart.major = MISC_MAJOR;
805 sal_console_uart.major = DEVICE_MAJOR;
H A Dsunhv.c11 #include <linux/major.h>
395 .major = TTY_MAJOR,
/drivers/scsi/aic94xx/
H A Daic94xx_sds.c48 u8 major; /* 0 */ member in struct:asd_ocm_dir
111 u8 major; /* 1 */ member in struct:asd_bios_chim_struct
161 if (dir->major != 0) {
162 asd_printk("unsupported major version of ocm dir:0x%x\n",
163 dir->major);
247 if (bc_struct->major != 1) {
248 asd_printk("BIOS_CHIM unsupported major version:0x%x\n",
249 bc_struct->major);
691 asd_printk("unsupported manuf. sector. major version:%x\n",
803 asd_printk("unsupported manuf. phy param major versio
[all...]
/drivers/char/pcmcia/
H A Dcm4000_cs.c69 static int major; /* major number we get from the kernel */ variable
1833 device_create(cmm_class, NULL, MKDEV(major, i), NULL, "cmm%d", i);
1857 device_destroy(cmm_class, MKDEV(major, devno));
1897 major = register_chrdev(0, DEVICE_NAME, &cm4000_fops);
1898 if (major < 0) {
1900 ": could not get major number\n");
1902 return major;
1907 unregister_chrdev(major, DEVICE_NAME);
1918 unregister_chrdev(major, DEVICE_NAM
[all...]
/drivers/crypto/qce/
H A Dcommon.c430 void qce_get_version(struct qce_device *qce, u32 *major, u32 *minor, u32 *step) argument
435 *major = (val & CORE_MAJOR_REV_MASK) >> CORE_MAJOR_REV_SHIFT;
/drivers/media/platform/coda/
H A Dcoda_regs.h420 #define CODA_FIRMWARE_VERNUM(product, major, minor, release) \
421 ((product) << 16 | ((major) << 12) | \
/drivers/scsi/osd/
H A Dosd_uld.c51 #include <linux/major.h>
458 disk->major = SCSI_OSD_MAJOR;
564 OSD_ERR("Unable to register major %d for osd ULD => %d\n",
/drivers/block/
H A Dcciss.h71 int major; member in struct:ctlr_info
/drivers/block/mtip32xx/
H A Dmtip32xx.h460 int major; /* Major device number. */ member in struct:driver_data
/drivers/char/agp/
H A Dbackend.c50 .major = AGPGART_VERSION_MAJOR,
/drivers/char/
H A Ddcc_tty.c283 g_dcc_tty_driver->major = 0; // auto assign
H A Dmisc.c42 #include <linux/major.h>
130 request_module("char-major-%d-%d", MISC_MAJOR, minor);
287 printk("unable to get major %d for misc devices\n", MISC_MAJOR);
/drivers/gpu/drm/nouveau/core/subdev/clock/
H A Dpllnv04.c57 if (bios->version.major < 0x60) {
/drivers/gpu/drm/qxl/
H A Dqxl_drv.c267 .major = 0,
/drivers/gpu/drm/rcar-du/
H A Drcar_du_drv.c277 .major = 1,
/drivers/gpu/drm/sti/
H A Dsti_drm_drv.c133 .major = DRIVER_MAJOR,
/drivers/hwmon/
H A Dibmaem.c217 u8 major; member in struct:aem_find_instance_resp
688 data->ver_major = fi_resp->major;
771 if (fi_resp.major != 2) {
774 fi_resp.major);
/drivers/i2c/busses/
H A Di2c-omap.c1104 u16 minor, major; local
1169 major = OMAP_I2C_REV_SCHEME_0_MAJOR(dev->rev);
1178 major = OMAP_I2C_REV_SCHEME_1_MAJOR(rev);
1250 major, minor, dev->speed);
/drivers/isdn/icn/
H A Dicn.h40 #include <linux/major.h>
/drivers/media/v4l2-core/
H A Dv4l2-device.c251 sd->entity.info.v4l.major = VIDEO_MAJOR;

Completed in 1957 milliseconds

1234567891011>>