MAX_PINS           55 drivers/char/scx200_gpio.c 	if (m >= MAX_PINS)
MAX_PINS          100 drivers/char/scx200_gpio.c 		rc = register_chrdev_region(devid, MAX_PINS, "scx200_gpio");
MAX_PINS          102 drivers/char/scx200_gpio.c 		rc = alloc_chrdev_region(&devid, 0, MAX_PINS, "scx200_gpio");
MAX_PINS          111 drivers/char/scx200_gpio.c 	cdev_add(&scx200_gpio_cdev, devid, MAX_PINS);
MAX_PINS          128 drivers/char/scx200_gpio.c 	unregister_chrdev_region(MKDEV(major, 0), MAX_PINS);
MAX_PINS          233 sound/pci/lola/lola.h 	struct lola_pin pins[MAX_PINS];