Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/dgnc/
Ddgnc_driver.h214 #define CH_FORCED_STOP 0x20000 /* Output is forcibly stopped */ macro
Ddgnc_tty.c2027 ch->ch_flags &= ~(CH_FORCED_STOP); in dgnc_tty_start()
2056 ch->ch_flags |= (CH_FORCED_STOP); in dgnc_tty_stop()
2508 (ch->ch_flags & CH_FORCED_STOP)) in dgnc_tty_ioctl()
Ddgnc_cls.c412 if ((ch->ch_flags & CH_FORCED_STOP) || in cls_copy_data_from_queue_to_uart()