Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/fwserial/
Dfwserial.c28 static int num_ttys = 4; /* # of std ttys to create per fw_card */ variable
33 module_param_named(ttys, num_ttys, int, 0644);
65 #define table_idx(loop) ((loop) * num_ports + num_ttys)
1748 for (i = 0; i < num_ttys; ++i) { in fwserial_find_port()
2088 port = fwserial_claim_port(peer, num_ttys); in fwserial_add_peer()
2234 for (j = 0; j < num_ttys; ++j) { in fwserial_create()
2386 for (i = 0; i < num_ttys; ++i) in fwserial_remove()
2780 if (num_ttys + num_loops > MAX_CARD_PORTS) in fwserial_init()
2781 num_ttys = MAX_CARD_PORTS - num_loops; in fwserial_init()
2783 num_ports = num_ttys + num_loops; in fwserial_init()