Home
last modified time | relevance | path

Searched refs:UN_CLOSING (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/dgnc/
Ddgnc_driver.h241 #define UN_CLOSING 0x0002 /* Line is being closed */ macro
Ddgnc_tty.c534 !(tp->termios.c_cflag & CREAD) || (ch->ch_tun.un_flags & UN_CLOSING)) { in dgnc_input()
1094 (((ch->ch_tun.un_flags | ch->ch_pun.un_flags) & UN_CLOSING) == 0)); in dgnc_tty_open()
1258 if (!((ch->ch_tun.un_flags | ch->ch_pun.un_flags) & UN_CLOSING)) { in dgnc_block_til_ready()
1425 un->un_flags |= UN_CLOSING; in dgnc_tty_close()
1497 un->un_flags &= ~(UN_ISOPEN | UN_CLOSING); in dgnc_tty_close()
/linux-4.1.27/drivers/staging/dgap/
Ddgap.h607 #define UN_CLOSING 0x0002 /* Line is being closed */ macro
Ddgap.c1582 (ch->ch_tun.un_flags & UN_CLOSING)) { in dgap_input()
3116 UN_CLOSING)) { in dgap_block_til_ready()
4636 un->un_flags |= UN_CLOSING; in dgap_tty_close()
4699 un->un_flags &= ~(UN_ISOPEN | UN_CLOSING); in dgap_tty_close()