Lines Matching refs:mstat
460 ch->imodem = bc->mstat; in pcxe_open()
465 ch->imodem = bc->mstat; in pcxe_open()
1709 int channel, event, mstat, lstat; in doevent() local
1724 mstat = eventbuf[2]; in doevent()
1732 crd, (unsigned)channel, event, (unsigned)mstat, lstat); in doevent()
1747 ch->imodem = mstat; in doevent()
1750 if (mstat & ch->dcd) { in doevent()
1964 ch->imodem = bc->mstat; in pcxxparam()
2091 unsigned int mflag, mstat; in pcxe_ioctl() local
2143 mstat = bc->mstat; in pcxe_ioctl()
2147 if(mstat & DTR) in pcxe_ioctl()
2149 if(mstat & RTS) in pcxe_ioctl()
2151 if(mstat & CTS) in pcxe_ioctl()
2153 if(mstat & ch->dsr) in pcxe_ioctl()
2155 if(mstat & RI) in pcxe_ioctl()
2157 if(mstat & ch->dcd) in pcxe_ioctl()
2168 if (get_user(mstat, (unsigned int *) arg)) in pcxe_ioctl()
2172 if(mstat & TIOCM_DTR) in pcxe_ioctl()
2174 if(mstat & TIOCM_RTS) in pcxe_ioctl()