• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/rio/

Lines Matching refs:TtyP

149 	struct tty_struct *TtyP;
162 TtyP = PortP->gs.port.tty;
164 rio_dprintk(RIO_DEBUG_PARAM, "RIOParam: Port:%d cmd:%d Modem:%d SleepFlag:%d Mapped: %d, tty=%p\n", PortP->PortNum, cmd, Modem, SleepFlag, PortP->Mapped, TtyP);
166 if (!TtyP) {
235 switch (TtyP->termios->c_cflag & CSIZE) {
262 if (TtyP->termios->c_cflag & CSTOPB) {
270 if (TtyP->termios->c_cflag & PARENB) {
277 if (TtyP->termios->c_cflag & PARODD) {
288 if (TtyP->termios->c_iflag & IXON) {
299 if (TtyP->termios->c_iflag & IXANY) {
307 if (TtyP->termios->c_iflag & IXOFF) {
312 if (TtyP->termios->c_cflag & HUPCL) {
317 if (C_CRTSCTS(TtyP)) {
328 if (TtyP->termios->c_cflag & CLOCAL) {
337 if (TtyP->termios->c_iflag & IGNBRK) {
341 if (!(TtyP->termios->c_iflag & BRKINT)) {
348 if (TtyP->termios->c_iflag & INLCR) {
353 if (TtyP->termios->c_iflag & IGNCR) {
358 if (TtyP->termios->c_iflag & ICRNL) {
362 if (TtyP->termios->c_iflag & IGNPAR) {
366 if (TtyP->termios->c_iflag & PARMRK) {
396 if (TtyP->termios->c_iflag & ISTRIP) {
403 if (TtyP->termios->c_oflag & ONLCR) {
408 if (TtyP->termios->c_oflag & OCRNL) {
413 if ((TtyP->termios->c_oflag & TABDLY) == TAB3) {
422 TxXon = TtyP->termios->c_cc[VSTART];
423 TxXoff = TtyP->termios->c_cc[VSTOP];
424 RxXon = TtyP->termios->c_cc[VSTART];
425 RxXoff = TtyP->termios->c_cc[VSTOP];
434 rio_dprintk(RIO_DEBUG_PARAM, "Mapping of rx/tx baud %x (%x)\n", TtyP->termios->c_cflag, CBAUD);
436 switch (TtyP->termios->c_cflag & CBAUD) {
463 if (TtyP->termios->c_cflag & CREAD)
466 if (TtyP->termios->c_cflag & RCV1EN)
470 if (TtyP->termios->c_cflag & XMT1EN)
473 if (TtyP->termios->c_lflag & ISIG)
475 if (TtyP->termios->c_lflag & ICANON)
477 if (TtyP->termios->c_lflag & XCASE)
479 if (TtyP->termios->c_lflag & ECHO)
481 if (TtyP->termios->c_lflag & ECHOE)
483 if (TtyP->termios->c_lflag & ECHOK)
485 if (TtyP->termios->c_lflag & ECHONL)
487 if (TtyP->termios->c_lflag & NOFLSH)
490 if (TtyP->termios->c_lflag & TOSTOP)
494 if (TtyP->termios->c_lflag & XCLUDE)
497 if (TtyP->termios->c_iflag & IUCLC)
499 if (TtyP->termios->c_oflag & OPOST)
501 if (TtyP->termios->c_oflag & OLCUC)
503 if (TtyP->termios->c_oflag & ONOCR)
505 if (TtyP->termios->c_oflag & ONLRET)
507 if (TtyP->termios->c_oflag & OFILL)
509 if (TtyP->termios->c_oflag & OFDEL)
511 if (TtyP->termios->c_oflag & NLDLY)
513 if (TtyP->termios->c_oflag & CRDLY)
515 if (TtyP->termios->c_oflag & TABDLY)