Home
last modified time | relevance | path

Searched refs:DGAP_PRINT (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/dgap/
Ddgap.c2834 un_type == DGAP_PRINT) in dgap_param()
3443 if (un->un_type != DGAP_PRINT) in dgap_maxcps_room()
3546 if (un->un_type == DGAP_PRINT) { in dgap_tty_write_room()
3642 if ((un->un_type == DGAP_PRINT) && !(ch->ch_flags & CH_PRON)) { in dgap_tty_write()
3653 if ((un->un_type != DGAP_PRINT) && (ch->ch_flags & CH_PRON)) { in dgap_tty_write()
3707 if ((un->un_type == DGAP_PRINT) && (ch->ch_flags & CH_PRON)) { in dgap_tty_write()
3722 if ((un->un_type == DGAP_PRINT) && (ch->ch_digi.digi_maxcps > 0) in dgap_tty_write()
4492 un->un_type = DGAP_PRINT; in dgap_tty_open()
4692 if ((un->un_type == DGAP_PRINT) && (ch->ch_flags & CH_PRON)) { in dgap_tty_close()
5025 if (!(un->un_type == DGAP_PRINT)) { in dgap_tty_ioctl()
[all …]
Ddgap.h138 #define DGAP_PRINT 1 macro