Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/dgap/
Ddgap.c2770 un_type == DGAP_PRINT) in dgap_param()
3376 if (un->un_type != DGAP_PRINT) in dgap_maxcps_room()
3479 if (un->un_type == DGAP_PRINT) { in dgap_tty_write_room()
3575 if ((un->un_type == DGAP_PRINT) && !(ch->ch_flags & CH_PRON)) { in dgap_tty_write()
3586 if ((un->un_type != DGAP_PRINT) && (ch->ch_flags & CH_PRON)) { in dgap_tty_write()
3638 if ((un->un_type == DGAP_PRINT) && (ch->ch_flags & CH_PRON)) { in dgap_tty_write()
3653 if ((un->un_type == DGAP_PRINT) && (ch->ch_digi.digi_maxcps > 0) in dgap_tty_write()
4421 un->un_type = DGAP_PRINT; in dgap_tty_open()
4615 if ((un->un_type == DGAP_PRINT) && (ch->ch_flags & CH_PRON)) { in dgap_tty_close()
4945 if (!(un->un_type == DGAP_PRINT)) { in dgap_tty_ioctl()
[all …]
Ddgap.h138 #define DGAP_PRINT 1 macro