Home
last modified time | relevance | path

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

/drivers/tty/serial/
D68328serial.h69 #define S_CLOSING 0x08000000 /* Serial port is closing */ macro
D68328serial.c1025 info->flags |= S_CLOSING;
1067 info->flags &= ~(S_NORMAL_ACTIVE|S_CLOSING);
1107 if (info->flags & S_CLOSING) {
1161 if (!(info->flags & S_CLOSING) && do_clocal)