Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/rio/
Drioparam.c169 register struct tty_struct *TtyP; local
182 TtyP = PortP->gs.tty;
185 PortP->PortNum, cmd, Modem, SleepFlag, PortP->Mapped, TtyP);
187 if (!TtyP) {
204 PortP->StoredTty.iflag = TtyP->tm.c_iflag;
205 PortP->StoredTty.oflag = TtyP->tm.c_oflag;
206 PortP->StoredTty.cflag = TtyP->tm.c_cflag;
207 PortP->StoredTty.lflag = TtyP->tm.c_lflag;
208 PortP->StoredTty.line = TtyP->tm.c_line;
210 PortP->StoredTty.cc[i] = TtyP->tm.c_cc[i];
[all …]
Driointr.c717 struct tty_struct *TtyP; local
746 TtyP = PortP->gs.tty;
747 if (!TtyP) {
820 TTY_FLIPBUF_SIZE - TtyP->flip.count);
834 TtyP->rxqueue.count,
836 TtyP->flags );
840 rio_memcpy_fromio (TtyP->flip.char_buf_ptr, ptr, transCount);
841 memset(TtyP->flip.flag_buf_ptr, TTY_NORMAL, transCount);
852 TtyP->flip.count += transCount;
853 TtyP->flip.char_buf_ptr += transCount;
[all …]
Drioctrl.c744 if ( !PortP->TtyP )
745 PortP->TtyP = &p->channel[loop];
774 PortP->StoredTty.iflag = PortP->TtyP->tm.c_iflag;
775 PortP->StoredTty.oflag = PortP->TtyP->tm.c_oflag;
776 PortP->StoredTty.cflag = PortP->TtyP->tm.c_cflag;
777 PortP->StoredTty.lflag = PortP->TtyP->tm.c_lflag;
778 PortP->StoredTty.line = PortP->TtyP->tm.c_line;
779 bcopy(PortP->TtyP->tm.c_cc, PortP->StoredTty.cc,
872 PortTty.Tty.tm.c_iflag = PortP->TtyP->tm.c_iflag;
873 PortTty.Tty.tm.c_oflag = PortP->TtyP->tm.c_oflag;
[all …]
Dport.h244 struct ttystatics *TtyP; member
Driotty.c297 tp = PortP->TtyP; /* get tty struct */ in riotopen()
916 tp = PortP->TtyP;
Driotable.c855 PortP->TtyP = &p->channel[SysPort];
Drioinit.c1390 p->RIOPortp[port].TtyP = &p->channel[port];