Home
last modified time | relevance | path

Searched refs:GPIO_MINOR_LAST (Results 1 – 4 of 4) sorted by relevance

/arch/cris/include/uapi/asm/
Detraxgpio.h48 #define GPIO_MINOR_LAST 3 macro
49 #define GPIO_MINOR_LAST_REAL GPIO_MINOR_LAST
61 #define GPIO_MINOR_LAST 6 macro
63 #define GPIO_MINOR_LAST 5 macro
65 #define GPIO_MINOR_LAST_REAL GPIO_MINOR_LAST
76 #define GPIO_MINOR_LAST 6 macro
78 #define GPIO_MINOR_LAST 4 macro
/arch/cris/arch-v32/drivers/mach-a3/
Dgpio.c112 #define NUM_PORTS (GPIO_MINOR_LAST+1)
386 (p > GPIO_MINOR_LAST && p < GPIO_MINOR_PWM0)) in gpio_open()
401 if (p <= GPIO_MINOR_LAST) { in gpio_open()
432 if (todel->minor <= GPIO_MINOR_LAST) { in gpio_release()
/arch/cris/arch-v32/drivers/mach-fs/
Dgpio.c110 #define NUM_PORTS (GPIO_MINOR_LAST+1)
425 if (p > GPIO_MINOR_LAST) in gpio_open()
/arch/cris/arch-v10/drivers/
Dgpio.c316 if (p > GPIO_MINOR_LAST) in gpio_open()