Home
last modified time | relevance | path

Searched refs:CH_STOPI (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/dgnc/
Ddgnc_mgmt.c231 if ((ch->ch_flags & CH_STOPI) || in dgnc_mgmt_ioctl()
Ddgnc_driver.h263 #define CH_STOPI 0x0004 /* Input is stopped */ macro
Ddgnc_tty.c1378 ch->ch_flags &= ~(CH_STOPI | CH_FORCED_STOPI); in dgnc_tty_close()
2812 if ((ch->ch_flags & CH_STOPI) || in dgnc_tty_ioctl()
/drivers/tty/serial/jsm/
Djsm.h176 #define CH_STOPI 0x0004 /* Input is stopped */ macro
Djsm_tty.c287 channel->ch_flags &= ~(CH_STOPI); in jsm_tty_close()
588 if (ch->ch_flags & CH_STOPI) { in jsm_input()