Searched refs:alloc_chrdev_region (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dscx200_gpio.c100 rc = alloc_chrdev_region(&devid, 0, MAX_PINS, "scx200_gpio");
H A Dcs5535_gpio.c223 retval = alloc_chrdev_region(&dev_id, 0, CS5535_GPIO_COUNT,
H A Dpc8736x_gpio.c303 rc = alloc_chrdev_region(&devid, 0, PC8736X_GPIO_CT, DEVNAME);
H A Dsnsc.c384 if (alloc_chrdev_region(&first_dev, 0, num_cnodes,
H A Dtty_io.c3720 error = alloc_chrdev_region(&dev, driver->minor_start, driver->num,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/boards/landisk/
H A Dgio.c139 if ((error = alloc_chrdev_region(&dev, 0, DEVCOUNT, "gio")) < 0) {
141 "gio: Couldn't alloc_chrdev_region, error=%d\n",
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dchar_dev.c223 * alloc_chrdev_region() - register a range of char device numbers
233 int alloc_chrdev_region(dev_t *dev, unsigned baseminor, unsigned count, function
555 EXPORT_SYMBOL(alloc_chrdev_region); variable
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/core/
H A Dendpoint.c165 error = alloc_chrdev_region(&dev, 0, MAX_ENDPOINT_MINORS,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/char/
H A Dtape_char.c477 if (alloc_chrdev_region(&dev, 0, 256, "tape") != 0)
H A Dvmlogrdr.c852 rc = alloc_chrdev_region(&dev, 0, MAXMINOR, "vmlogrdr");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/misc/
H A Dphantom.c437 retval = alloc_chrdev_region(&dev, 0, PHANTOM_MAX_MINORS, "phantom");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/rtc/
H A Drtc-dev.c460 err = alloc_chrdev_region(&rtc_devt, 0, RTC_DEV_MAX, "rtc");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dbuild.c274 err = alloc_chrdev_region(&dev, 0, ubi->vtbl_slots + 1, ubi->ubi_name);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/mon/
H A Dmon_bin.c1138 rc = alloc_chrdev_region(&mon_bin_dev0, 0, MON_BIN_MAX_MINOR, "usbmon");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dfs.h1552 extern int alloc_chrdev_region(dev_t *, unsigned, unsigned, const char *);

Completed in 194 milliseconds