Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/dgnc/
Ddgnc_tty.c342 ch->ch_pun.un_type = DGNC_PRINT; in dgnc_tty_init()
1067 un->un_type = DGNC_PRINT; in dgnc_tty_open()
1441 if ((un->un_type == DGNC_PRINT) && (ch->ch_flags & CH_PRON)) { in dgnc_tty_close()
1489 if ((un->un_type == DGNC_PRINT) && (ch->ch_flags & CH_PRON)) { in dgnc_tty_close()
1584 if (un->un_type != DGNC_PRINT) in dgnc_maxcps_room()
1655 if (un->un_type == DGNC_PRINT) { in dgnc_tty_write_room()
1764 if ((un->un_type == DGNC_PRINT) && !(ch->ch_flags & CH_PRON)) { in dgnc_tty_write()
1775 if ((un->un_type != DGNC_PRINT) && (ch->ch_flags & CH_PRON)) { in dgnc_tty_write()
1851 if ((un->un_type == DGNC_PRINT) && (ch->ch_digi.digi_maxcps > 0) in dgnc_tty_write()
2784 if (!(un->un_type == DGNC_PRINT)) { in dgnc_tty_ioctl()
Ddgnc_driver.h57 #define DGNC_PRINT 1 macro
Ddgnc_sysfs.c649 (un->un_type == DGNC_PRINT) ? "pr" : "tty", in dgnc_tty_name_show()
Ddgnc_cls.c529 (un->un_type == DGNC_PRINT)) in cls_param()
Ddgnc_neo.c687 if (!(ch->ch_tun.un_flags & UN_ISOPEN) && (un->un_type == DGNC_PRINT)) in neo_param()