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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dcs5535_gpio.c53 #define CS5535_GPIO_COUNT 32 macro
226 retval = register_chrdev_region(dev_id, CS5535_GPIO_COUNT,
229 retval = alloc_chrdev_region(&dev_id, 0, CS5535_GPIO_COUNT,
243 cdev_add(&cs5535_gpio_cdev, dev_id, CS5535_GPIO_COUNT);
253 unregister_chrdev_region(dev_id, CS5535_GPIO_COUNT);

Completed in 93 milliseconds