Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/dgnc/
Ddgnc_mgmt.c234 if ((ch->ch_flags & CH_STOPI) || in dgnc_mgmt_ioctl()
Ddgnc_driver.h278 #define CH_STOPI 0x0004 /* Input is stopped */ macro
Ddgnc_tty.c1436 ch->ch_flags &= ~(CH_STOPI | CH_FORCED_STOPI); in dgnc_tty_close()
2979 if ((ch->ch_flags & CH_STOPI) || (ch->ch_flags & CH_FORCED_STOPI)) in dgnc_tty_ioctl()
/linux-4.1.27/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.1.27/drivers/staging/dgap/
Ddgap.h646 #define CH_STOPI 0x0008 /* Input is stopped */ macro