Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/dgnc/
Ddgnc_tty.c345 ch->ch_pun.un_type = DGNC_PRINT; in dgnc_tty_init()
1072 un->un_type = DGNC_PRINT; in dgnc_tty_open()
1438 if ((un->un_type == DGNC_PRINT) && (ch->ch_flags & CH_PRON)) { in dgnc_tty_close()
1485 if ((un->un_type == DGNC_PRINT) && (ch->ch_flags & CH_PRON)) { in dgnc_tty_close()
1578 if (un->un_type != DGNC_PRINT) in dgnc_maxcps_room()
1650 if (un->un_type == DGNC_PRINT) { in dgnc_tty_write_room()
1754 if ((un->un_type == DGNC_PRINT) && !(ch->ch_flags & CH_PRON)) { in dgnc_tty_write()
1765 if ((un->un_type != DGNC_PRINT) && (ch->ch_flags & CH_PRON)) { in dgnc_tty_write()
1803 if ((un->un_type == DGNC_PRINT) && (ch->ch_digi.digi_maxcps > 0) in dgnc_tty_write()
2716 if (!(un->un_type == DGNC_PRINT)) { in dgnc_tty_ioctl()
Ddgnc_driver.h57 #define DGNC_PRINT 1 macro
Ddgnc_sysfs.c661 (un->un_type == DGNC_PRINT) ? "pr" : "tty", in dgnc_tty_name_show()
Ddgnc_cls.c521 (un->un_type == DGNC_PRINT)) in cls_param()
Ddgnc_neo.c669 if (!(ch->ch_tun.un_flags & UN_ISOPEN) && (un->un_type == DGNC_PRINT)) in neo_param()