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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A D68328serial.h69 #define S_CLOSING 0x08000000 /* Serial port is closing */ macro
H A D68328serial.c1108 info->flags |= S_CLOSING;
1141 info->flags &= ~(S_NORMAL_ACTIVE|S_CLOSING);
1181 if (info->flags & S_CLOSING) {
1235 if (!(info->flags & S_CLOSING) && do_clocal)

Completed in 58 milliseconds