Home
last modified time | relevance | path

Searched refs:RIO_LOPEN (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/char/rio/ !
Driotty.c352 if ( !(PortP->State & (RIO_LOPEN | RIO_MOPEN)) ) { in riotopen()
493 PortP->State |= RIO_LOPEN; in riotopen()
585 PortP->State &= (Modem ? ~RIO_MOPEN : ~RIO_LOPEN); in riotclose()
595 if ( (PortP->State & (RIO_LOPEN|RIO_MOPEN)) ) { in riotclose()
644 if ( (PortP->State & (RIO_LOPEN|RIO_MOPEN)) ) { in riotclose()
Dport.h104 #define RIO_LOPEN 0x00001 /* Local open */ macro
Drioroute.c490 if ( PortP->State & (RIO_MOPEN|RIO_LOPEN) ) in RIORouteRup()
503 if ( PortP->State & (RIO_MOPEN|RIO_LOPEN) ) in RIORouteRup()
Driotable.c551 if ( PortP->State & (RIO_MOPEN|RIO_LOPEN) ) {
Drioctrl.c546 if (!(PortP->State & (RIO_LOPEN | RIO_MOPEN))) {