Home
last modified time | relevance | path

Searched refs:RIO_WOPEN (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/staging/generic_serial/rio/
Driotty.c315 PortP->State |= RIO_WOPEN; in riotopen()
329 PortP->State &= ~RIO_WOPEN; in riotopen()
336 PortP->State &= ~RIO_WOPEN; in riotopen()
Dport.h50 #define RIO_WOPEN 0x00004 /* Waiting for open */ macro
Driocmd.c493 …if (!(PortP->gs.port.tty->termios->c_cflag & CLOCAL) && ((PortP->State & (RIO_MOPEN | RIO_WOPEN)))… in RIOCommandRup()
509 if (PortP->State & (PORT_ISOPEN | RIO_WOPEN)) in RIOCommandRup()
517 if (PortP->State & (PORT_ISOPEN | RIO_WOPEN | RIO_MOPEN)) in RIOCommandRup()