Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/jsm/
Djsm_driver.c95 brd->maxports = 2; in jsm_probe_one()
104 brd->maxports = 4; in jsm_probe_one()
112 brd->maxports = 8; in jsm_probe_one()
116 brd->maxports = 1; in jsm_probe_one()
294 for (i = 0; i < brd->maxports; i++) { in jsm_remove_one()
Djsm_tty.c388 brd->nasync = brd->maxports; in jsm_tty_init()
454 brd->nasync = brd->maxports; in jsm_uart_port_init()
503 brd->nasync = brd->maxports; in jsm_remove_uart_port()
Djsm.h142 u32 maxports; /* MAX ports this board can handle */ member
Djsm_neo.c727 if (port >= brd->maxports) in neo_parse_isr()
843 if (port >= brd->maxports) in neo_parse_lsr()
/linux-4.4.14/drivers/staging/dgnc/
Ddgnc_driver.c91 uint maxports; member
397 brd->maxports = dgnc_Ids[id].maxports; in dgnc_found_board()
Ddgnc_driver.h167 uint maxports; /* MAX ports this board can handle */ member
Ddgnc_tty.c189 brd->SerialDriver.num = brd->maxports; in dgnc_tty_register()
202 brd->SerialDriver.ttys = kcalloc(brd->maxports, in dgnc_tty_register()
209 brd->SerialDriver.termios = kcalloc(brd->maxports, in dgnc_tty_register()
244 brd->PrintDriver.num = brd->maxports; in dgnc_tty_register()
258 brd->PrintDriver.ttys = kcalloc(brd->maxports, in dgnc_tty_register()
264 brd->PrintDriver.termios = kcalloc(brd->maxports, in dgnc_tty_register()
316 brd->nasync = brd->maxports; in dgnc_tty_init()
Ddgnc_neo.c380 if (port >= brd->maxports) in neo_parse_isr()
508 if (port >= brd->maxports) in neo_parse_lsr()
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_driver.c255 int maxports; in ipath_count_units() local
257 nunits = npresent = nup = maxports = 0; in ipath_count_units()
269 if (dd->ipath_cfgports > maxports) in ipath_count_units()
270 maxports = dd->ipath_cfgports; in ipath_count_units()
280 *maxportsp = maxports; in ipath_count_units()
/linux-4.4.14/drivers/staging/dgap/
Ddgap.h542 u16 maxports; /* MAX ports this board can handle */ member
Ddgap.c138 uint maxports; member
2085 brd->maxports = dgap_ids[id].maxports; in dgap_found_board()
6678 brd->nasync = brd->maxports; in dgap_tty_init()
6680 if (brd->nasync > brd->maxports) in dgap_tty_init()
6681 brd->nasync = brd->maxports; in dgap_tty_init()