Searched refs:cpc_tty_cnt (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wan/
H A Dpc300_tty.c116 static int cpc_tty_cnt = 0; /* number of intrfaces configured with MLPPP */ variable
219 if (cpc_tty_cnt == 0) { /* first TTY connection -> register driver */
262 cpc_tty_cnt++;
675 if (cpc_tty_cnt == 0) return;
1047 if (--cpc_tty_cnt == 0) {
1051 cpc_tty_cnt++;

Completed in 33 milliseconds