Home
last modified time | relevance | path

Searched refs:ch_custom_speed (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/staging/dgnc/
Ddgnc_driver.h344 uint ch_custom_speed;/* Custom baud, if set */ member
Ddgnc_cls.c473 } else if (ch->ch_custom_speed) { in cls_param()
474 baud = ch->ch_custom_speed; in cls_param()
Ddgnc_neo.c626 } else if (ch->ch_custom_speed) { in neo_param()
627 baud = ch->ch_custom_speed; in neo_param()
Ddgnc_tty.c789 ch->ch_custom_speed = 0; in dgnc_set_custom_speed()
836 ch->ch_custom_speed = newrate; in dgnc_set_custom_speed()
2832 rc = put_user(ch->ch_custom_speed, (unsigned int __user *)arg); in dgnc_tty_ioctl()
/linux-4.4.14/drivers/staging/dgap/
Ddgap.h1022 uint ch_custom_speed; /* Custom baud, if set */ member
Ddgap.c2711 } else if (ch->ch_custom_speed && (bd->bd_flags & BD_FEP5PLUS)) { in dgap_param()
2716 dgap_cmdw_ext(ch, 0xff01, ch->ch_custom_speed, 0); in dgap_param()
2722 ch->ch_custom_speed = dgap_get_custom_baud(ch); in dgap_param()
2723 ch->ch_baud_info = ch->ch_custom_speed; in dgap_param()
4209 ch->ch_custom_speed = new_rate; in dgap_tty_digisetcustombaud()