Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/dgnc/
Ddgnc_tty.c2589 if (ch->ch_tun.un_flags & (UN_LOW|UN_EMPTY)) { in dgnc_tty_flush_buffer()
2590 ch->ch_tun.un_flags &= ~(UN_LOW|UN_EMPTY); in dgnc_tty_flush_buffer()
2593 if (ch->ch_pun.un_flags & (UN_LOW|UN_EMPTY)) { in dgnc_tty_flush_buffer()
2594 ch->ch_pun.un_flags &= ~(UN_LOW|UN_EMPTY); in dgnc_tty_flush_buffer()
2788 if (ch->ch_tun.un_flags & (UN_LOW|UN_EMPTY)) { in dgnc_tty_ioctl()
2789 ch->ch_tun.un_flags &= ~(UN_LOW|UN_EMPTY); in dgnc_tty_ioctl()
2793 if (ch->ch_pun.un_flags & (UN_LOW|UN_EMPTY)) { in dgnc_tty_ioctl()
2794 ch->ch_pun.un_flags &= ~(UN_LOW|UN_EMPTY); in dgnc_tty_ioctl()
Ddgnc_driver.h248 #define UN_LOW 0x0100 /* Waiting output low water mark*/ macro
/linux-4.1.27/drivers/staging/dgap/
Ddgap.c2013 dgap_write_wakeup(bd, ch, &ch->ch_tun, UN_LOW, in dgap_event()
2015 dgap_write_wakeup(bd, ch, &ch->ch_pun, UN_LOW, in dgap_event()
3229 if (ch->ch_tun.un_flags & (UN_LOW|UN_EMPTY)) { in dgap_tty_flush_buffer()
3230 ch->ch_tun.un_flags &= ~(UN_LOW|UN_EMPTY); in dgap_tty_flush_buffer()
3233 if (ch->ch_pun.un_flags & (UN_LOW|UN_EMPTY)) { in dgap_tty_flush_buffer()
3234 ch->ch_pun.un_flags &= ~(UN_LOW|UN_EMPTY); in dgap_tty_flush_buffer()
3486 if ((event & UN_LOW) != 0) { in dgap_set_firmware_event()
3487 if ((un->un_flags & UN_LOW) == 0) { in dgap_set_firmware_event()
3488 un->un_flags |= UN_LOW; in dgap_set_firmware_event()
3492 if ((event & UN_LOW) != 0) { in dgap_set_firmware_event()
[all …]
Ddgap.h614 #define UN_LOW 0x0100 /* Waiting output low water mark*/ macro