Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/dgnc/
Ddgnc_tty.c225 ch->ch_tun.un_type = DGNC_SERIAL; in dgnc_tty_init()
229 ch->ch_pun.un_type = DGNC_PRINT; in dgnc_tty_init()
857 un->un_type = DGNC_SERIAL; in dgnc_tty_open()
860 un->un_type = DGNC_PRINT; in dgnc_tty_open()
1193 if ((un->un_type == DGNC_PRINT) && (ch->ch_flags & CH_PRON)) { in dgnc_tty_close()
1238 if ((un->un_type == DGNC_PRINT) && (ch->ch_flags & CH_PRON)) { in dgnc_tty_close()
1368 if (un->un_type != DGNC_PRINT) in dgnc_tty_write_room()
1375 if (un->un_type == DGNC_PRINT) { in dgnc_tty_write_room()
1451 if (un->un_type != DGNC_PRINT) in dgnc_tty_write()
1462 if ((un->un_type == DGNC_PRINT) && !(ch->ch_flags & CH_PRON)) { in dgnc_tty_write()
[all …]
Ddgnc_driver.h188 uint un_type; member
Ddgnc_cls.c700 (un->un_type == DGNC_PRINT)) in cls_param()