Searched refs:ROCKET_INITIALIZED (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Drocket.c502 if ((info->flags & ROCKET_INITIALIZED) == 0) {
928 if (tty_hung_up_p(filp) || !(info->flags & ROCKET_INITIALIZED)) {
1018 if ((info->flags & ROCKET_INITIALIZED) == 0) {
1042 info->flags |= ROCKET_INITIALIZED;
1179 info->flags &= ~(ROCKET_INITIALIZED | ROCKET_CLOSING | ROCKET_NORMAL_ACTIVE);
1637 info->flags &= ~ROCKET_INITIALIZED;
H A Drocket_int.h1184 #define ROCKET_INITIALIZED 0x80000000 /* Port is active */ macro

Completed in 52 milliseconds