Home
last modified time | relevance | path

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

/drivers/staging/fwserial/
Dfwserial.c31 static int num_ttys = 4; /* # of std ttys to create per fw_card */ variable
36 module_param_named(ttys, num_ttys, int, 0644);
68 #define table_idx(loop) ((loop) * num_ports + num_ttys)
1716 for (i = 0; i < num_ttys; ++i) { in fwserial_find_port()
2056 port = fwserial_claim_port(peer, num_ttys); in fwserial_add_peer()
2203 for (j = 0; j < num_ttys; ++j) { in fwserial_create()
2356 for (i = 0; i < num_ttys; ++i) in fwserial_remove()
2749 if (num_ttys + num_loops > MAX_CARD_PORTS) in fwserial_init()
2750 num_ttys = MAX_CARD_PORTS - num_loops; in fwserial_init()
2752 num_ports = num_ttys + num_loops; in fwserial_init()