Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dsc16is7xx.c311 int nr_uart; member
422 .nr_uart = 1,
428 .nr_uart = 1,
434 .nr_uart = 2,
440 .nr_uart = 1,
446 .nr_uart = 2,
813 for (i = 0; i < s->devtype->nr_uart; ++i) in sc16is7xx_irq()
1431 if (irda_port[i] < s->devtype->nr_uart) in sc16is7xx_setup_mctrl_ports()
1493 for (i = 0; i < devtype->nr_uart; i++) in sc16is7xx_probe()
1511 s = devm_kzalloc(dev, struct_size(s, p, devtype->nr_uart), GFP_KERNE in sc16is7xx_probe()
[all...]