Searched refs:num_ttys (Results 1 – 1 of 1) sorted by relevance
37 static int num_ttys = 4; /* # of std ttys to create per fw_card */ variable42 module_param_named(ttys, num_ttys, int, S_IRUGO | S_IWUSR);74 #define table_idx(loop) ((loop) * num_ports + num_ttys)1783 for (i = 0; i < num_ttys; ++i) { in fwserial_find_port()2124 port = fwserial_claim_port(peer, num_ttys); in fwserial_add_peer()2270 for (j = 0; j < num_ttys; ++j) { in fwserial_create()2422 for (i = 0; i < num_ttys; ++i) in fwserial_remove()2816 if (num_ttys + num_loops > MAX_CARD_PORTS) in fwserial_init()2817 num_ttys = MAX_CARD_PORTS - num_loops; in fwserial_init()2819 num_ports = num_ttys + num_loops; in fwserial_init()