Searched refs:ch_custom_speed (Results 1 – 6 of 6) sorted by relevance
335 uint ch_custom_speed;/* Custom baud, if set */ member
480 } else if (ch->ch_custom_speed) { in cls_param()482 baud = ch->ch_custom_speed; in cls_param()
643 } else if (ch->ch_custom_speed) { in neo_param()645 baud = ch->ch_custom_speed; in neo_param()
780 ch->ch_custom_speed = 0; in dgnc_set_custom_speed()827 ch->ch_custom_speed = newrate; in dgnc_set_custom_speed()2898 rc = put_user(ch->ch_custom_speed, (unsigned int __user *) arg); in dgnc_tty_ioctl()
1023 uint ch_custom_speed; /* Custom baud, if set */ member
2775 } else if (ch->ch_custom_speed && (bd->bd_flags & BD_FEP5PLUS)) { in dgap_param()2780 dgap_cmdw_ext(ch, 0xff01, ch->ch_custom_speed, 0); in dgap_param()2786 ch->ch_custom_speed = dgap_get_custom_baud(ch); in dgap_param()2787 ch->ch_baud_info = ch->ch_custom_speed; in dgap_param()4279 ch->ch_custom_speed = new_rate; in dgap_tty_digisetcustombaud()