Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/drivers/staging/dgnc/
Ddgnc_driver.c95 uint maxports; member
404 brd->maxports = dgnc_Ids[id].maxports; in dgnc_found_board()
Ddgnc_driver.h166 uint maxports; /* MAX ports this board can handle */ member
Ddgnc_tty.c189 brd->SerialDriver.num = brd->maxports; in dgnc_tty_register()
200 brd->SerialDriver.ttys = kcalloc(brd->maxports, sizeof(*brd->SerialDriver.ttys), GFP_KERNEL); in dgnc_tty_register()
205 brd->SerialDriver.termios = kcalloc(brd->maxports, sizeof(*brd->SerialDriver.termios), GFP_KERNEL); in dgnc_tty_register()
238 brd->PrintDriver.num = brd->maxports; in dgnc_tty_register()
250 brd->PrintDriver.ttys = kcalloc(brd->maxports, sizeof(*brd->PrintDriver.ttys), GFP_KERNEL); in dgnc_tty_register()
254 brd->PrintDriver.termios = kcalloc(brd->maxports, sizeof(*brd->PrintDriver.termios), GFP_KERNEL); in dgnc_tty_register()
305 brd->nasync = brd->maxports; in dgnc_tty_init()
Ddgnc_neo.c394 if (port >= brd->maxports) in neo_parse_isr()
524 if (port >= brd->maxports) in neo_parse_lsr()
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_driver.c251 int maxports; in ipath_count_units() local
253 nunits = npresent = nup = maxports = 0; in ipath_count_units()
265 if (dd->ipath_cfgports > maxports) in ipath_count_units()
266 maxports = dd->ipath_cfgports; in ipath_count_units()
276 *maxportsp = maxports; in ipath_count_units()
/linux-4.1.27/drivers/staging/dgap/
Ddgap.h543 u16 maxports; /* MAX ports this board can handle */ member
Ddgap.c138 uint maxports; member
2144 brd->maxports = dgap_ids[id].maxports; in dgap_found_board()
6771 brd->nasync = brd->maxports; in dgap_tty_init()
6773 if (brd->nasync > brd->maxports) in dgap_tty_init()
6774 brd->nasync = brd->maxports; in dgap_tty_init()