/linux/arch/alpha/include/uapi/asm/ |
H A D | termbits.h | 24 speed_t c_ospeed; /* output speed */ member 37 speed_t c_ospeed; /* output speed */ member 50 speed_t c_ospeed; /* output speed */ member
|
/linux/arch/sparc/kernel/ |
H A D | termios.c | 51 err |= get_user(k->c_ospeed, &u->c_ospeed); in user_termios_to_kernel_termios() 73 err |= put_user(k->c_ospeed, &u->c_ospeed); in kernel_termios_to_user_termios()
|
/linux/arch/powerpc/include/uapi/asm/ |
H A D | termbits.h | 31 speed_t c_ospeed; /* output speed */ member 44 speed_t c_ospeed; /* output speed */ member
|
/linux/arch/parisc/include/uapi/asm/ |
H A D | termbits.h | 27 speed_t c_ospeed; /* output speed */ member 38 speed_t c_ospeed; /* output speed */ member
|
/linux/include/uapi/asm-generic/ |
H A D | termbits.h | 27 speed_t c_ospeed; /* output speed */ member 38 speed_t c_ospeed; /* output speed */ member
|
/linux/arch/mips/include/uapi/asm/ |
H A D | termbits.h | 40 speed_t c_ospeed; /* output speed */ member 51 speed_t c_ospeed; /* output speed */ member
|
/linux/drivers/tty/ |
H A D | tty_baudrate.c | 66 return termios->c_ospeed; in tty_termios_baud_rate() 141 termios->c_ospeed = obaud; in tty_termios_encode_baud_rate()
|
H A D | tty_ioctl.c | 242 new->c_ospeed = old->c_ospeed; in tty_termios_copy_hw() 258 if (a->c_ispeed != b->c_ispeed || a->c_ospeed != b->c_ospeed) in tty_termios_hw_change() 484 tmp_termios.c_ospeed = tty_termios_baud_rate(&tmp_termios); 583 tmp.sg_ospeed = tty->termios.c_ospeed; in get_sgttyb() 649 termios.c_ospeed); in set_sgttyb()
|
H A D | pty.c | 562 pty_driver->init_termios.c_ospeed = 38400; in legacy_pty_init() 575 pty_slave_driver->init_termios.c_ospeed = 38400; in legacy_pty_init() 904 ptm_driver->init_termios.c_ospeed = 38400; in unix98_pty_init() 917 pts_driver->init_termios.c_ospeed = 38400; in unix98_pty_init()
|
H A D | vcc.c | 104 .c_ospeed = 38400
|
H A D | tty_io.c | 132 .c_ospeed = 38400, 1268 tty->termios.c_ospeed = tty_termios_baud_rate(&tty->termios); in tty_init_termios()
|
/linux/drivers/usb/serial/ |
H A D | cp210x.c | 1058 if (tty->termios.c_ospeed == 0) in cp210x_change_speed() 1065 baud = clamp(tty->termios.c_ospeed, priv->min_speed, priv->max_speed); in cp210x_change_speed() 1076 baud = old_termios->c_ospeed; in cp210x_change_speed() 1156 if (tty->termios.c_ospeed != 0 && in cp210x_set_flow_control() 1157 old_termios && old_termios->c_ospeed != 0 && in cp210x_set_flow_control() 1182 if (tty->termios.c_ospeed == 0) { in cp210x_set_flow_control() 1185 } else if (old_termios && old_termios->c_ospeed == 0) { in cp210x_set_flow_control() 1263 tty->termios.c_ospeed != 0) in cp210x_set_termios() 1266 if (!old_termios || tty->termios.c_ospeed != old_termios->c_ospeed) in cp210x_set_termios()
|
H A D | xr_serial.c | 567 baud = tty->termios.c_ospeed; in xr21v141x_set_baudrate() 698 if (!old_termios || (tty->termios.c_ospeed != old_termios->c_ospeed)) in xr21v141x_set_line_settings() 763 if (tty->termios.c_ospeed) in xr_cdc_set_line_coding() 764 lc->dwDTERate = cpu_to_le32(tty->termios.c_ospeed); in xr_cdc_set_line_coding()
|
H A D | iuu_phoenix.c | 896 baud = tty->termios.c_ospeed; in iuu_set_termios() 952 tty->termios.c_ospeed = 9600; in iuu_init_termios() 967 baud = tty->termios.c_ospeed; in iuu_open()
|
/linux/drivers/bluetooth/ |
H A D | hci_ldisc.c | 386 tty->termios.c_ispeed, tty->termios.c_ospeed); in hci_uart_set_baudrate() 511 hu->oper_speed = tty->termios.c_ospeed; in hci_uart_tty_open()
|
/linux/drivers/tty/serial/ |
H A D | serial_core.c | 328 tty->termios.c_ospeed = uport->cons->ospeed; in uart_port_startup() 414 uport->cons->ospeed = tty->termios.c_ospeed; in uart_shutdown() 1728 tty->termios.c_ospeed == old_termios->c_ospeed && in uart_set_termios() 2335 co->ospeed = termios.c_ospeed; in uart_set_options() 2486 termios.c_ospeed = uport->cons->ospeed; in uart_resume_port() 2838 normal->init_termios.c_ispeed = normal->init_termios.c_ospeed = 9600; in uart_register_driver()
|
/linux/drivers/tty/serdev/ |
H A D | serdev-ttyport.c | 178 return ktermios.c_ospeed; in ttyport_set_baudrate()
|
/linux/drivers/tty/ipwireless/ |
H A D | tty.c | 582 ipw_tty_driver->init_termios.c_ospeed = 9600; in ipwireless_tty_init()
|
/linux/drivers/usb/host/ |
H A D | xhci-dbgtty.c | 591 dbc_tty_driver->init_termios.c_ospeed = 9600; in dbc_tty_init()
|
/linux/drivers/ipack/devices/ |
H A D | ipoctal.c | 381 drv->init_termios.c_ospeed = 9600; in ipoctal_inst_slot()
|
/linux/drivers/tty/serial/8250/ |
H A D | 8250_port.c | 3305 termios.c_ospeed = port->cons->ospeed; in serial8250_console_restore() 3309 termios.c_ospeed = port->state->port.tty->termios.c_ospeed; in serial8250_console_restore()
|
/linux/drivers/tty/hvc/ |
H A D | hvcs.c | 187 .c_ospeed = 38400
|
H A D | hvsi.c | 1055 driver->init_termios.c_ospeed = 9600; in hvsi_init()
|
/linux/drivers/mmc/core/ |
H A D | sdio_uart.c | 1134 tty_drv->init_termios.c_ospeed = 4800; in sdio_uart_init()
|
/linux/drivers/usb/gadget/function/ |
H A D | u_serial.c | 1530 driver->init_termios.c_ospeed = 9600; in userial_init()
|