Home
last modified time | relevance | path

Searched refs:__c_ispeed (Results 1 – 5 of 5) sorted by relevance

/components/lwp/terminal/freebsd/
A Dtty.c110 MIN(bsd_speed_to_integer(tp->t_termios.__c_ispeed) / 5, TTYBUF_MAX); in tty_watermarks()
643 if (lock->__c_ispeed) in ttydev_ioctl()
644 new->__c_ispeed = old->__c_ispeed; in ttydev_ioctl()
766 if (t->__c_ispeed < B50) in ttydevsw_defparam()
767 t->__c_ispeed = B50; in ttydevsw_defparam()
768 else if (t->__c_ispeed > B115200) in ttydevsw_defparam()
769 t->__c_ispeed = B115200; in ttydevsw_defparam()
1189 if (t->__c_ispeed == 0) in tty_generic_ioctl()
1190 t->__c_ispeed = t->__c_ospeed; in tty_generic_ioctl()
1215 tp->t_termios.__c_ispeed != t->__c_ispeed || in tty_generic_ioctl()
[all …]
A Dtty_compat.c352 cfsetospeed(&tios, tios.__c_ispeed); in lwp_tty_ioctl_adapter()
360 tios.__c_ispeed = tios.__c_ospeed = cfgetospeed(&tios); in lwp_tty_ioctl_adapter()
/components/drivers/serial/
A Dserial_tty.c155 …tp->t_termios_init_in.__c_ispeed = tp->t_termios_init_in.__c_ospeed = cfgetospeed(&tp->t_termios_i… in _serial_tty_set_speed()
276 cfsetispeed(t, t->__c_ispeed); in serial_tty_param()
/components/libc/posix/io/termios/
A Dtermios.h35 speed_t __c_ispeed; member
/components/lwp/terminal/
A Dtty_device.c347 t->__c_ispeed = TTYDEF_SPEED; in tty_init_termios()

Completed in 9 milliseconds