Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/dgap/
Ddgap.c2747 static int dgap_param(struct channel_t *ch, struct board_t *bd, u32 un_type) in dgap_param() argument
2834 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 …]
Ddgap.h629 u32 un_type; member
/linux-4.1.27/drivers/staging/dgnc/
Ddgnc_tty.c337 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 …]
Ddgnc_driver.h263 uint un_type; member
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()