Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/dgnc/
Ddgnc_driver.h249 #define UN_CLOSING 0x0002 /* Line is being closed */ macro
Ddgnc_tty.c545 (ch->ch_tun.un_flags & UN_CLOSING)) { in dgnc_input()
1101 UN_CLOSING) == 0)); in dgnc_tty_open()
1265 UN_CLOSING)) { in dgnc_block_til_ready()
1423 un->un_flags |= UN_CLOSING; in dgnc_tty_close()
1493 un->un_flags &= ~(UN_ISOPEN | UN_CLOSING); in dgnc_tty_close()
/linux-4.4.14/drivers/staging/dgap/
Ddgap.h606 #define UN_CLOSING 0x0002 /* Line is being closed */ macro
Ddgap.c1534 (ch->ch_tun.un_flags & UN_CLOSING)) { in dgap_input()
3051 UN_CLOSING)) { in dgap_block_til_ready()
4561 un->un_flags |= UN_CLOSING; in dgap_tty_close()
4622 un->un_flags &= ~(UN_ISOPEN | UN_CLOSING); in dgap_tty_close()