nr_gpio            29 drivers/spi/spi-tle62x0.c 	unsigned int		nr_gpio;
nr_gpio            45 drivers/spi/spi-tle62x0.c 	if (st->nr_gpio == 16) {
nr_gpio            54 drivers/spi/spi-tle62x0.c 	return spi_write(st->us, buff, (st->nr_gpio == 16) ? 3 : 2);
nr_gpio            63 drivers/spi/spi-tle62x0.c 		.len		= (st->nr_gpio * 2) / 8,
nr_gpio           114 drivers/spi/spi-tle62x0.c 	for (ptr = 0; ptr < (st->nr_gpio * 2)/8; ptr += 1) {
nr_gpio           121 drivers/spi/spi-tle62x0.c 	for (ptr = 0; ptr < st->nr_gpio; ptr++) {
nr_gpio           257 drivers/spi/spi-tle62x0.c 	st->nr_gpio = pdata->gpio_count;
nr_gpio           296 drivers/spi/spi-tle62x0.c 	for (ptr = 0; ptr < st->nr_gpio; ptr++)
nr_gpio           299 drivers/tty/serial/sc16is7xx.c 	int	nr_gpio;
nr_gpio           433 drivers/tty/serial/sc16is7xx.c 	.nr_gpio	= 0,
nr_gpio           439 drivers/tty/serial/sc16is7xx.c 	.nr_gpio	= 8,
nr_gpio           445 drivers/tty/serial/sc16is7xx.c 	.nr_gpio	= 8,
nr_gpio           451 drivers/tty/serial/sc16is7xx.c 	.nr_gpio	= 8,
nr_gpio           457 drivers/tty/serial/sc16is7xx.c 	.nr_gpio	= 8,
nr_gpio          1234 drivers/tty/serial/sc16is7xx.c 	if (devtype->nr_gpio) {
nr_gpio          1244 drivers/tty/serial/sc16is7xx.c 		s->gpio.ngpio		 = devtype->nr_gpio;
nr_gpio          1318 drivers/tty/serial/sc16is7xx.c 	if (devtype->nr_gpio)
nr_gpio          1338 drivers/tty/serial/sc16is7xx.c 	if (s->devtype->nr_gpio)