Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/dgnc/
Ddgnc_driver.h215 #define CH_FORCED_STOPI 0x40000 /* Input is forcibly stopped */ macro
Ddgnc_tty.c389 if (ch->ch_flags & CH_FORCED_STOPI) in dgnc_input()
1189 ch->ch_flags &= ~(CH_STOPI | CH_FORCED_STOPI); in dgnc_tty_close()
1974 ch->ch_flags |= (CH_FORCED_STOPI); in dgnc_tty_throttle()
1998 ch->ch_flags &= ~(CH_FORCED_STOPI); in dgnc_tty_unthrottle()
2512 (ch->ch_flags & CH_FORCED_STOPI)) in dgnc_tty_ioctl()