Searched refs:port_gpio_base (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/linux/platform_data/ |
D | pinctrl-adi2.h | 31 unsigned int port_gpio_base; member
|
/linux-4.4.14/arch/blackfin/mach-bf548/boards/ |
D | ezkit.c | 1201 .port_gpio_base = GPIO_PA0, /* Optional */ 1233 .port_gpio_base = GPIO_PB0, 1265 .port_gpio_base = GPIO_PC0, 1297 .port_gpio_base = GPIO_PD0, 1329 .port_gpio_base = GPIO_PE0, 1361 .port_gpio_base = GPIO_PF0, 1393 .port_gpio_base = GPIO_PG0, 1423 .port_gpio_base = GPIO_PH0, 1453 .port_gpio_base = GPIO_PI0, 1483 .port_gpio_base = GPIO_PJ0,
|
/linux-4.4.14/drivers/pinctrl/ |
D | pinctrl-adi2.c | 990 if (pdata->port_gpio_base > 0) in adi_gpio_probe() 991 port->chip.base = pdata->port_gpio_base; in adi_gpio_probe()
|