vx855_gpio_resources   39 drivers/mfd/vx855.c static struct resource vx855_gpio_resources[] = {
vx855_gpio_resources   51 drivers/mfd/vx855.c 		.num_resources = ARRAY_SIZE(vx855_gpio_resources),
vx855_gpio_resources   52 drivers/mfd/vx855.c 		.resources = vx855_gpio_resources,
vx855_gpio_resources   84 drivers/mfd/vx855.c 	vx855_gpio_resources[0].start = gpio_io_offset + VX855_PMIO_R_GPI;
vx855_gpio_resources   85 drivers/mfd/vx855.c 	vx855_gpio_resources[0].end = vx855_gpio_resources[0].start + 3;
vx855_gpio_resources   86 drivers/mfd/vx855.c 	vx855_gpio_resources[1].start = gpio_io_offset + VX855_PMIO_R_GPO;
vx855_gpio_resources   87 drivers/mfd/vx855.c 	vx855_gpio_resources[1].end = vx855_gpio_resources[1].start + 3;