Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/dgnc/
Ddgnc_tty.c340 ch->ch_tun.un_type = DGNC_SERIAL; in dgnc_tty_init()
345 ch->ch_pun.un_type = DGNC_PRINT; in dgnc_tty_init()
1069 un->un_type = DGNC_SERIAL; in dgnc_tty_open()
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()
[all …]
Ddgnc_driver.h271 uint un_type; member
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()
/linux-4.4.14/drivers/staging/dgap/
Ddgap.c2684 static int dgap_param(struct channel_t *ch, struct board_t *bd, u32 un_type) in dgap_param() argument
2770 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()
3779 dgap_param(ch, bd, un->un_type); in dgap_tty_tiocmset()
4005 dgap_param(ch, bd, un->un_type); in dgap_set_modem_info()
[all …]
Ddgap.h628 u32 un_type; member