Searched refs:c_ispeed (Results 1 – 15 of 15) sorted by relevance
131 return (t->c_ispeed); in cfgetispeed()146 t->c_ispeed = speed; in cfsetispeed()154 t->c_ispeed = t->c_ospeed = speed; in cfsetspeed()188 t->c_ispeed = TTYDEF_SPEED; in cfmakesane()
58 return termios_p->c_ispeed;71 termios_p->c_ispeed = speed;261 termios_p->c_ispeed =300 if ((termios_p->c_ispeed != 0 && termios_p->c_ispeed != termios_p->c_ospeed)
106 else if (speed != ttcompatspeedtab(tp->t_termios.c_ispeed, in ttsetcompat()108 term->c_ispeed = compatspcodes[speed]; in ttsetcompat()110 term->c_ispeed = tp->t_termios.c_ispeed; in ttsetcompat()204 if (tp->t_termios.c_ispeed == 0) in tty_ioctl_compat()207 sg->sg_ispeed = ttcompatspeedtab(tp->t_termios.c_ispeed, in tty_ioctl_compat()
131 bs = MIN(tp->t_termios.c_ispeed / 5, TTYBUF_MAX); in tty_watermarks()635 if (lock->c_ispeed) in ttydev_ioctl()636 new->c_ispeed = old->c_ispeed; in ttydev_ioctl()911 t->c_ispeed = TTYDEF_SPEED; in tty_init_termios()925 ti->c_ispeed = ti->c_ospeed = s; in tty_init_console()926 to->c_ispeed = to->c_ospeed = s; in tty_init_console()990 if (t->c_ispeed < B50) in ttydevsw_defparam()991 t->c_ispeed = B50; in ttydevsw_defparam()992 else if (t->c_ispeed > B115200) in ttydevsw_defparam()993 t->c_ispeed = B115200; in ttydevsw_defparam()[all …]
87 return (t->c_ispeed); in cfgetispeed()100 t->c_ispeed = speed; in cfsetispeed()
65 speed_t c_ispeed; member
54 speed_t c_ispeed; // input speed member
232 speed_t c_ispeed; /* input speed */ member
94 tp->c_ispeed = tmp; in gread()
226 t->c_ispeed = TTYDEF_SPEED; in smdev_param()
344 speed = imin(tp2->t_termios.c_ospeed, t->c_ispeed); in nmdm_param()
1349 if (t->c_ispeed && (t->c_ispeed != t->c_ospeed)) { in ucom_param()1355 t->c_ispeed = t->c_ospeed; in ucom_param()
268 if (t->c_ispeed != t->c_ospeed && t->c_ospeed != 0) in uart_tty_param()
435 lios->c_cflag = bsd_to_linux_speed(bios->c_ispeed, sptab); in bsd_to_linux_termios()627 bios->c_ispeed = bios->c_ospeed = in linux_to_bsd_termios()
3193 <var-decl name='c_ispeed' type-id='6a8e8a14' visibility='default'/>