• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/rio/

Lines Matching refs:TtyP

155 	struct tty_struct *TtyP;
168 TtyP = PortP->gs.tty;
170 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);
172 if (!TtyP) {
241 switch (TtyP->termios->c_cflag & CSIZE) {
268 if (TtyP->termios->c_cflag & CSTOPB) {
276 if (TtyP->termios->c_cflag & PARENB) {
283 if (TtyP->termios->c_cflag & PARODD) {
294 if (TtyP->termios->c_iflag & IXON) {
305 if (TtyP->termios->c_iflag & IXANY) {
313 if (TtyP->termios->c_iflag & IXOFF) {
318 if (TtyP->termios->c_cflag & HUPCL) {
323 if (C_CRTSCTS(TtyP)) {
334 if (TtyP->termios->c_cflag & CLOCAL) {
343 if (TtyP->termios->c_iflag & IGNBRK) {
347 if (!(TtyP->termios->c_iflag & BRKINT)) {
354 if (TtyP->termios->c_iflag & INLCR) {
359 if (TtyP->termios->c_iflag & IGNCR) {
364 if (TtyP->termios->c_iflag & ICRNL) {
368 if (TtyP->termios->c_iflag & IGNPAR) {
372 if (TtyP->termios->c_iflag & PARMRK) {
402 if (TtyP->termios->c_iflag & ISTRIP) {
409 if (TtyP->termios->c_oflag & ONLCR) {
414 if (TtyP->termios->c_oflag & OCRNL) {
419 if ((TtyP->termios->c_oflag & TABDLY) == TAB3) {
428 TxXon = TtyP->termios->c_cc[VSTART];
429 TxXoff = TtyP->termios->c_cc[VSTOP];
430 RxXon = TtyP->termios->c_cc[VSTART];
431 RxXoff = TtyP->termios->c_cc[VSTOP];
440 rio_dprintk(RIO_DEBUG_PARAM, "Mapping of rx/tx baud %x (%x)\n", TtyP->termios->c_cflag, CBAUD);
442 switch (TtyP->termios->c_cflag & CBAUD) {
469 if (TtyP->termios->c_cflag & CREAD)
472 if (TtyP->termios->c_cflag & RCV1EN)
476 if (TtyP->termios->c_cflag & XMT1EN)
479 if (TtyP->termios->c_lflag & ISIG)
481 if (TtyP->termios->c_lflag & ICANON)
483 if (TtyP->termios->c_lflag & XCASE)
485 if (TtyP->termios->c_lflag & ECHO)
487 if (TtyP->termios->c_lflag & ECHOE)
489 if (TtyP->termios->c_lflag & ECHOK)
491 if (TtyP->termios->c_lflag & ECHONL)
493 if (TtyP->termios->c_lflag & NOFLSH)
496 if (TtyP->termios->c_lflag & TOSTOP)
500 if (TtyP->termios->c_lflag & XCLUDE)
503 if (TtyP->termios->c_iflag & IUCLC)
505 if (TtyP->termios->c_oflag & OPOST)
507 if (TtyP->termios->c_oflag & OLCUC)
509 if (TtyP->termios->c_oflag & ONOCR)
511 if (TtyP->termios->c_oflag & ONLRET)
513 if (TtyP->termios->c_oflag & OFILL)
515 if (TtyP->termios->c_oflag & OFDEL)
517 if (TtyP->termios->c_oflag & NLDLY)
519 if (TtyP->termios->c_oflag & CRDLY)
521 if (TtyP->termios->c_oflag & TABDLY)