/linux-3.4.99/drivers/char/ |
D | scx200_gpio.c | 101 rc = alloc_chrdev_region(&devid, 0, MAX_PINS, "scx200_gpio"); in scx200_gpio_init()
|
D | pc8736x_gpio.c | 309 rc = alloc_chrdev_region(&devid, 0, PC8736X_GPIO_CT, DEVNAME); in pc8736x_gpio_init()
|
D | bsr.c | 313 result = alloc_chrdev_region(&bsr_dev, 0, BSR_MAX_DEVS, "bsr"); in bsr_init()
|
D | tile-srom.c | 423 result = alloc_chrdev_region(&dev, 0, srom_devs, "srom"); in srom_init()
|
D | snsc.c | 389 if (alloc_chrdev_region(&first_dev, 0, num_cnodes, in scdrv_init()
|
D | msm_smd_pkt.c | 365 r = alloc_chrdev_region(&smd_pkt_number, 0, in smd_pkt_init()
|
/linux-3.4.99/arch/sh/boards/mach-landisk/ |
D | gio.c | 142 if ((error = alloc_chrdev_region(&dev, 0, DEVCOUNT, "gio")) < 0) { in gio_init()
|
/linux-3.4.99/fs/ |
D | char_dev.c | 232 int alloc_chrdev_region(dev_t *dev, unsigned baseminor, unsigned count, in alloc_chrdev_region() function 568 EXPORT_SYMBOL(alloc_chrdev_region);
|
/linux-3.4.99/drivers/media/ |
D | media-devnode.c | 291 ret = alloc_chrdev_region(&media_dev_t, 0, MEDIA_NUM_DEVICES, in media_devnode_init()
|
/linux-3.4.99/drivers/ptp/ |
D | ptp_clock.c | 325 err = alloc_chrdev_region(&ptp_devt, 0, PTP_MAX_CLOCKS, "ptp"); in ptp_init()
|
/linux-3.4.99/drivers/hid/ |
D | hid-roccat.c | 422 retval = alloc_chrdev_region(&dev_id, ROCCAT_FIRST_MINOR, in roccat_init()
|
D | hidraw.c | 545 result = alloc_chrdev_region(&dev_id, HIDRAW_FIRST_MINOR, in hidraw_init()
|
/linux-3.4.99/drivers/pps/ |
D | pps.c | 417 err = alloc_chrdev_region(&pps_devt, 0, PPS_MAX_SOURCES, "pps"); in pps_init()
|
/linux-3.4.99/drivers/s390/char/ |
D | tape_char.c | 497 if (alloc_chrdev_region(&dev, 0, 256, "tape") != 0) in tapechar_init()
|
D | vmlogrdr.c | 869 rc = alloc_chrdev_region(&dev, 0, MAXMINOR, "vmlogrdr"); in vmlogrdr_init()
|
D | vmur.c | 1040 rc = alloc_chrdev_region(&dev, 0, NUM_MINORS, "vmur"); in ur_init()
|
/linux-3.4.99/drivers/staging/tidspbridge/rmgr/ |
D | drv_interface.c | 493 err = alloc_chrdev_region(&dev, 0, 1, "DspBridge"); in omap34_xx_bridge_probe()
|
/linux-3.4.99/drivers/rtc/ |
D | rtc-dev.c | 519 err = alloc_chrdev_region(&rtc_devt, 0, RTC_DEV_MAX, "rtc"); in rtc_dev_init()
|
/linux-3.4.99/fs/fuse/ |
D | cuse.c | 337 rc = alloc_chrdev_region(&devt, MINOR(devt), 1, devinfo.name); in cuse_process_init_reply()
|
/linux-3.4.99/drivers/staging/ozwpan/ |
D | ozcdev.c | 354 err = alloc_chrdev_region(&g_cdev.devnum, 0, 1, "ozwpan"); in oz_cdev_register()
|
/linux-3.4.99/drivers/misc/ |
D | phantom.c | 526 retval = alloc_chrdev_region(&dev, 0, PHANTOM_MAX_MINORS, "phantom"); in phantom_init()
|
/linux-3.4.99/drivers/usb/gadget/ |
D | f_hid.c | 641 status = alloc_chrdev_region(&dev, 0, count, "hidg"); in ghid_setup()
|
/linux-3.4.99/arch/tile/kernel/ |
D | hardwall.c | 827 rc = alloc_chrdev_region(&dev, 0, 1, "hardwall"); in dev_hardwall_init()
|
/linux-3.4.99/drivers/hsi/clients/ |
D | hsi_char.c | 706 ret = alloc_chrdev_region(&hsc_dev, hsc_baseminor, in hsc_probe()
|
/linux-3.4.99/drivers/staging/iio/ |
D | industrialio-core.c | 128 ret = alloc_chrdev_region(&iio_devt, 0, IIO_DEV_MAX, "iio"); in iio_init()
|