Lines Matching +full:resource +full:- +full:id
4 * Copyright (C) 2010 Texas Instruments Incorporated - https://www.ti.com/
20 #include <linux/platform_data/gpio-omap.h>
35 static struct resource omap7xx_mpu_gpio_resources[] = {
38 .end = OMAP1_MPUIO_VBASE + SZ_2K - 1,
67 .id = 0,
72 .resource = omap7xx_mpu_gpio_resources,
76 static struct resource omap7xx_gpio1_resources[] = {
79 .end = OMAP7XX_GPIO1_BASE + SZ_2K - 1,
106 .id = 1,
111 .resource = omap7xx_gpio1_resources,
115 static struct resource omap7xx_gpio2_resources[] = {
118 .end = OMAP7XX_GPIO2_BASE + SZ_2K - 1,
134 .id = 2,
139 .resource = omap7xx_gpio2_resources,
143 static struct resource omap7xx_gpio3_resources[] = {
146 .end = OMAP7XX_GPIO3_BASE + SZ_2K - 1,
162 .id = 3,
167 .resource = omap7xx_gpio3_resources,
171 static struct resource omap7xx_gpio4_resources[] = {
174 .end = OMAP7XX_GPIO4_BASE + SZ_2K - 1,
190 .id = 4,
195 .resource = omap7xx_gpio4_resources,
199 static struct resource omap7xx_gpio5_resources[] = {
202 .end = OMAP7XX_GPIO5_BASE + SZ_2K - 1,
218 .id = 5,
223 .resource = omap7xx_gpio5_resources,
227 static struct resource omap7xx_gpio6_resources[] = {
230 .end = OMAP7XX_GPIO6_BASE + SZ_2K - 1,
246 .id = 6,
251 .resource = omap7xx_gpio6_resources,
274 return -EINVAL; in omap7xx_gpio_init()