Searched refs:RIO_CLOSING (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/rio/
H A Driotty.c206 while ((PortP->State & RIO_CLOSING) && !p->RIOHalted) {
207 rio_dprintk(RIO_DEBUG_TTY, "Waiting for RIO_CLOSING to go away\n");
396 PortP->State |= RIO_CLOSING;
429 PortP->State &= ~RIO_CLOSING;
476 PortP->State &= ~RIO_CLOSING;
536 PortP->State &= ~(RIO_CLOSING | RIO_DELETED);
H A Dport.h51 #define RIO_CLOSING 0x00008 /* The port is being close */ macro
H A Driotable.c518 PortP->State |= RIO_CLOSING | RIO_DELETED;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/rio/
H A Driotty.c206 while ((PortP->State & RIO_CLOSING) && !p->RIOHalted) {
207 rio_dprintk(RIO_DEBUG_TTY, "Waiting for RIO_CLOSING to go away\n");
396 PortP->State |= RIO_CLOSING;
429 PortP->State &= ~RIO_CLOSING;
476 PortP->State &= ~RIO_CLOSING;
536 PortP->State &= ~(RIO_CLOSING | RIO_DELETED);
H A Dport.h51 #define RIO_CLOSING 0x00008 /* The port is being close */ macro
H A Driotable.c518 PortP->State |= RIO_CLOSING | RIO_DELETED;

Completed in 70 milliseconds