Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/
Dacm.c155 unsigned char clocal; /* termios CLOCAL */ member
209 if (acm->tty && !acm->clocal && (acm->ctrlin & ~newctrl & ACM_CTRL_DCD)) { in acm_ctrl_irq()
485 acm->clocal = ((termios->c_cflag & CLOCAL) != 0); in acm_tty_set_termios()