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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/leds/
H A Dleds-alix2.c21 #define CS5535_GPIO_SIZE 256 macro
190 if (!request_region(gpio_base, CS5535_GPIO_SIZE, KBUILD_MODNAME)) {
231 release_region(gpio_base, CS5535_GPIO_SIZE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dcs5535_gpio.c56 #define CS5535_GPIO_SIZE 256 macro
219 if (!request_region(gpio_base, CS5535_GPIO_SIZE, NAME)) {
235 release_region(gpio_base, CS5535_GPIO_SIZE);
254 release_region(gpio_base, CS5535_GPIO_SIZE);

Completed in 122 milliseconds