Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/dgnc/
Ddgnc_mgmt.c240 if ((ch->ch_flags & CH_STOP) || (ch->ch_flags & CH_FORCED_STOP)) in dgnc_mgmt_ioctl()
Ddgnc_driver.h293 #define CH_FORCED_STOP 0x20000 /* Output is forcibly stopped */ macro
Ddgnc_tty.c2477 ch->ch_flags &= ~(CH_FORCED_STOP); in dgnc_tty_start()
2507 ch->ch_flags |= (CH_FORCED_STOP); in dgnc_tty_stop()
2976 if ((ch->ch_flags & CH_STOP) || (ch->ch_flags & CH_FORCED_STOP)) in dgnc_tty_ioctl()
Ddgnc_cls.c995 if ((ch->ch_flags & CH_FORCED_STOP) || in cls_copy_data_from_queue_to_uart()
Ddgnc_neo.c1427 if ((ch->ch_flags & CH_FORCED_STOP) || in neo_copy_data_from_queue_to_uart()