Searched refs:cfgetospeed (Results 1 – 6 of 6) sorted by relevance
105 speed_t cfgetospeed(const struct termios *tio) in cfgetospeed() function120 return cfgetospeed(tio); in cfgetispeed()
226 speed_t cfgetospeed (const struct termios *);
155 …tp->t_termios_init_in.__c_ispeed = tp->t_termios_init_in.__c_ospeed = cfgetospeed(&tp->t_termios_i… in _serial_tty_set_speed()
1197 baudrate = _get_baudrate(cfgetospeed(tio)); in rt_serial_control()
1613 baudrate = _get_baudrate(cfgetospeed(tio)); in rt_serial_control()
360 tios.__c_ispeed = tios.__c_ospeed = cfgetospeed(&tios); in lwp_tty_ioctl_adapter()
Completed in 33 milliseconds