Home
last modified time | relevance | path

Searched refs:nr_gpio (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/spi/
Dspi-tle62x0.c32 unsigned int nr_gpio; member
48 if (st->nr_gpio == 16) { in tle62x0_write()
57 return spi_write(st->us, buff, (st->nr_gpio == 16) ? 3 : 2); in tle62x0_write()
66 .len = (st->nr_gpio * 2) / 8, in tle62x0_read()
117 for (ptr = 0; ptr < (st->nr_gpio * 2)/8; ptr += 1) { in tle62x0_status_show()
124 for (ptr = 0; ptr < st->nr_gpio; ptr++) { in tle62x0_status_show()
260 st->nr_gpio = pdata->gpio_count; in tle62x0_probe()
299 for (ptr = 0; ptr < st->nr_gpio; ptr++) in tle62x0_remove()
/linux-4.4.14/arch/arm/mach-w90x900/
Dgpio.c35 #define NUC900_GPIO_CHIP(name, base_gpio, nr_gpio) \ argument
44 .ngpio = nr_gpio, \
/linux-4.4.14/drivers/tty/serial/
Dsc16is7xx.c303 int nr_gpio; member
429 .nr_gpio = 0,
435 .nr_gpio = 8,
441 .nr_gpio = 8,
447 .nr_gpio = 8,
453 .nr_gpio = 8,
1180 if (devtype->nr_gpio) { in sc16is7xx_probe()
1190 s->gpio.ngpio = devtype->nr_gpio; in sc16is7xx_probe()
1244 if (devtype->nr_gpio) in sc16is7xx_probe()
1264 if (s->devtype->nr_gpio) in sc16is7xx_remove()