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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dgeneric_serial.c715 struct ktermios *tiosp; local
731 tiosp = tty->termios;
734 gs_dprintk (GS_DEBUG_TERMIOS, "termios structure (%p):\n", tiosp);
741 if( (tiosp->c_iflag == old_termios->c_iflag)
742 && (tiosp->c_oflag == old_termios->c_oflag)
743 && (tiosp->c_cflag == old_termios->c_cflag)
744 && (tiosp->c_lflag == old_termios->c_lflag)
745 && (tiosp->c_line == old_termios->c_line)
746 && (memcmp(tiosp->c_cc, old_termios->c_cc, NCC) == 0)) {
755 if(tiosp
[all...]
H A Dstallion.c421 static void stl_cd1400setport(struct stlport *portp, struct ktermios *tiosp);
450 static void stl_sc26198setport(struct stlport *portp, struct ktermios *tiosp);
478 void (*setport)(struct stlport *portp, struct ktermios *tiosp);
1323 struct ktermios *tiosp; local
1333 tiosp = tty->termios;
1334 if ((tiosp->c_cflag == old->c_cflag) &&
1335 (tiosp->c_iflag == old->c_iflag))
1338 stl_setport(portp, tiosp);
1339 stl_setsignals(portp, ((tiosp->c_cflag & (CBAUD & ~CBAUDEX)) ? 1 : 0),
1341 if ((old->c_cflag & CRTSCTS) && ((tiosp
2865 stl_cd1400setport(struct stlport *portp, struct ktermios *tiosp) argument
3827 stl_sc26198setport(struct stlport *portp, struct ktermios *tiosp) argument
[all...]
H A Distallion.c636 static void stli_mkasyport(struct stliport *portp, asyport_t *pp, struct ktermios *tiosp);
1741 struct ktermios *tiosp; local
1755 tiosp = tty->termios;
1756 if ((tiosp->c_cflag == old->c_cflag) &&
1757 (tiosp->c_iflag == old->c_iflag))
1760 stli_mkasyport(portp, &aport, tiosp);
1762 stli_mkasysigs(&portp->asig, ((tiosp->c_cflag & CBAUD) ? 1 : 0), -1);
1765 if ((old->c_cflag & CRTSCTS) && ((tiosp->c_cflag & CRTSCTS) == 0))
1767 if (((old->c_cflag & CLOCAL) == 0) && (tiosp->c_cflag & CLOCAL))
2576 static void stli_mkasyport(struct stliport *portp, asyport_t *pp, struct ktermios *tiosp) argument
[all...]

Completed in 163 milliseconds