Lines Matching refs:pTTY
1476 if ( pCh->pTTY != NULL ) { in do_input()
1511 if (pCh->pTTY && (status & (I2_BRK|I2_PAR|I2_FRA|I2_OVR)) ) { in do_status()
1514 if (I_IGNBRK(pCh->pTTY)) in do_status()
1516 if (I_BRKINT(pCh->pTTY)) { in do_status()
1517 isig(SIGINT, pCh->pTTY, 1); in do_status()
1520 wake_up_interruptible(&pCh->pTTY->read_wait); in do_status()
1544 tmp = pCh->pTTY->real_raw; in do_status()
1545 pCh->pTTY->real_raw = 0; in do_status()
1546 pCh->pTTY->ldisc.receive_buf( pCh->pTTY, &brkc, &brkf, 1 ); in do_status()
1547 pCh->pTTY->real_raw = tmp; in do_status()
1562 if (pCh->pTTY && (!(pCh->pTTY->termios->c_cflag & CLOCAL)) ) { in do_status()
1563 tty_hangup( pCh->pTTY ); in do_status()
1630 pCh->pTTY = tty; in ip2_open()
1890 pCh->pTTY = NULL; in ip2_close()
1952 pCh->pTTY = NULL; in ip2_hangup()
2778 lflag = pCh->pTTY->termios->c_lflag; in set_params()
2779 cflag = pCh->pTTY->termios->c_cflag; in set_params()
2780 iflag = pCh->pTTY->termios->c_iflag; in set_params()
2795 pCh->pTTY->termios->c_cflag |= (CBAUD & o_tios->c_cflag); in set_params()
2888 stop_char = STOP_CHAR(pCh->pTTY); in set_params()
2889 start_char = START_CHAR(pCh->pTTY); in set_params()
3406 tty = pCh->pTTY;