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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/pcmcia/ipwireless/
H A Dtty.c565 struct ipw_tty *ttyj = ttys[j]; local
567 if (ttyj) {
568 mutex_lock(&ttyj->ipw_tty_mutex);
569 if (get_tty(j + ipw_tty_driver->minor_start) == ttyj)
570 report_deregistering(ttyj);
571 ttyj->closing = 1;
572 if (ttyj->linux_tty != NULL) {
573 mutex_unlock(&ttyj->ipw_tty_mutex);
574 tty_hangup(ttyj->linux_tty);
577 mutex_lock(&ttyj
[all...]

Completed in 107 milliseconds