Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/dgap/
Ddgap.h650 #define CH_RXBLOCK 0x0080 /* Enable rx blocked flag */ macro
Ddgap.c1594 if (ch->ch_flags & CH_RXBLOCK) { in dgap_input()
4360 ch->ch_flags |= (CH_RXBLOCK); in dgap_tty_throttle()
4396 ch->ch_flags &= ~(CH_RXBLOCK); in dgap_tty_unthrottle()
4647 ch->ch_flags &= ~(CH_RXBLOCK); in dgap_tty_close()