Home
last modified time | relevance | path

Searched refs:gpiopin (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/cris/include/uapi/asm/
Detraxgpio.h226 unsigned int gpiopin; /* The pin number based on the opened device */ member
/linux-4.1.27/arch/blackfin/kernel/
Dbfin_gpio.c287 u16 pin, gpiopin, pfunc; in portmux_group_check() local
293 gpiopin = gpio_bank(ident) * GPIO_BANKSIZE + pin; in portmux_group_check()
294 if (gpiopin == ident) in portmux_group_check()
296 if (!is_reserved(peri, gpiopin, 1)) in portmux_group_check()
303 ident, function, gpiopin, pfunc); in portmux_group_check()