Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/dgnc/
Ddgnc_mgmt.c231 if ((ch->ch_flags & CH_STOPI) || in dgnc_mgmt_ioctl()
Ddgnc_driver.h286 #define CH_STOPI 0x0004 /* Input is stopped */ macro
Ddgnc_tty.c1433 ch->ch_flags &= ~(CH_STOPI | CH_FORCED_STOPI); in dgnc_tty_close()
2914 if ((ch->ch_flags & CH_STOPI) || in dgnc_tty_ioctl()
/linux-4.4.14/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()
590 if (ch->ch_flags & CH_STOPI) { in jsm_input()
/linux-4.4.14/drivers/staging/dgap/
Ddgap.h645 #define CH_STOPI 0x0008 /* Input is stopped */ macro