Searched refs:GS_ACTIVE (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dgeneric_serial.h66 #define GS_ACTIVE 0x00200000 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dser_a2232.c267 port->gs.flags &= ~GS_ACTIVE;
480 port->gs.flags |= GS_ACTIVE;
513 if ( port->gs.flags & GS_ACTIVE ){ /* if the port is used */
H A Dgeneric_serial.c498 port->flags &= ~(ASYNC_NORMAL_ACTIVE|GS_ACTIVE);
682 port->flags &= ~GS_ACTIVE;
H A Dvme_scc.c641 port->gs.flags &= ~ GS_ACTIVE;
892 port->gs.flags |= GS_ACTIVE;
H A Dsx.c1117 if (port->gs.flags & GS_ACTIVE) {
1233 port->gs.flags &= ~GS_ACTIVE;
1292 port->gs.flags |= GS_ACTIVE;

Completed in 101 milliseconds