Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Drocket.c777 if (info->flags & ROCKET_CLOSING) { in block_til_ready()
858 !(info->flags & ROCKET_CLOSING) && in block_til_ready()
917 if (info->flags & ROCKET_CLOSING) { in rp_open()
944 if (info->flags & ROCKET_CLOSING) { in rp_open()
1076 info->flags |= ROCKET_CLOSING; in rp_close()
1146 info->flags &= ~(ROCKET_INITIALIZED | ROCKET_CLOSING | in rp_close()
1648 if (info->flags & ROCKET_CLOSING) { in rp_hangup()
Drocket_int.h1159 #define ROCKET_CLOSING 0x40000000 /* Serial port is closing */ macro