Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/dgap/
Ddgap.h649 #define CH_RXBLOCK 0x0080 /* Enable rx blocked flag */ macro
Ddgap.c1545 if (ch->ch_flags & CH_RXBLOCK) { in dgap_input()
4290 ch->ch_flags |= (CH_RXBLOCK); in dgap_tty_throttle()
4325 ch->ch_flags &= ~(CH_RXBLOCK); in dgap_tty_unthrottle()
4571 ch->ch_flags &= ~(CH_RXBLOCK); in dgap_tty_close()