Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/dgnc/
Ddgnc_mgmt.c232 (ch->ch_flags & CH_FORCED_STOPI)) in dgnc_mgmt_ioctl()
Ddgnc_driver.h301 #define CH_FORCED_STOPI 0x40000 /* Input is forcibly stopped */ macro
Ddgnc_tty.c557 if (ch->ch_flags & CH_FORCED_STOPI) in dgnc_input()
1433 ch->ch_flags &= ~(CH_STOPI | CH_FORCED_STOPI); in dgnc_tty_close()
2362 ch->ch_flags |= (CH_FORCED_STOPI); in dgnc_tty_throttle()
2386 ch->ch_flags &= ~(CH_FORCED_STOPI); in dgnc_tty_unthrottle()
2915 (ch->ch_flags & CH_FORCED_STOPI)) in dgnc_tty_ioctl()