Searched refs:un_type (Results 1 – 7 of 7) sorted by relevance
2747 static int dgap_param(struct channel_t *ch, struct board_t *bd, u32 un_type) in dgap_param() argument2834 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()3848 dgap_param(ch, bd, un->un_type); in dgap_tty_tiocmset()4074 dgap_param(ch, bd, un->un_type); in dgap_set_modem_info()[all …]
629 u32 un_type; member
337 ch->ch_tun.un_type = DGNC_SERIAL; in dgnc_tty_init()342 ch->ch_pun.un_type = DGNC_PRINT; in dgnc_tty_init()1064 un->un_type = DGNC_SERIAL; in dgnc_tty_open()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()[all …]
263 uint un_type; member
649 (un->un_type == DGNC_PRINT) ? "pr" : "tty", in dgnc_tty_name_show()
529 (un->un_type == DGNC_PRINT)) in cls_param()
687 if (!(ch->ch_tun.un_flags & UN_ISOPEN) && (un->un_type == DGNC_PRINT)) in neo_param()