/Linux-v4.19/drivers/tty/serial/8250/ |
D | 8250_mtk.c | 54 baud = uart_get_baud_rate(port, termios, old, in mtk8250_set_termios()
|
/Linux-v4.19/drivers/tty/serial/ |
D | dz.c | 597 baud = uart_get_baud_rate(uport, termios, old_termios, 50, 9600); in dz_set_termios() 600 baud = uart_get_baud_rate(uport, old_termios, NULL, 50, 9600); in dz_set_termios()
|
D | mpc52xx_uart.c | 298 baud = uart_get_baud_rate(port, new, old, in mpc5200_psc_set_baudrate() 318 baud = uart_get_baud_rate(port, new, old, in mpc5200b_psc_set_baudrate() 557 baud = uart_get_baud_rate(port, new, old, in mpc512x_psc_set_baudrate() 898 baud = uart_get_baud_rate(port, new, old, in mpc5125_psc_set_baudrate()
|
D | 21285.c | 230 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk/16); in serial21285_set_termios()
|
D | mvebu-uart.c | 498 baud = uart_get_baud_rate(port, termios, old, 0, 230400); in mvebu_uart_set_termios() 502 baud = uart_get_baud_rate(port, old, NULL, 0, 230400); in mvebu_uart_set_termios()
|
D | sunhv.c | 332 unsigned int baud = uart_get_baud_rate(port, termios, old, 0, 4000000); in sunhv_set_termios()
|
D | arc_uart.c | 373 baud = uart_get_baud_rate(port, new, old, 0, 460800); in arc_serial_set_termios()
|
D | timbuart.c | 287 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk / 16); in timbuart_set_termios()
|
D | digicolor-usart.c | 301 baud = uart_get_baud_rate(port, termios, old, in digicolor_uart_set_termios()
|
D | apbuart.c | 244 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk / 16); in apbuart_set_termios()
|
D | mps2-uart.c | 340 baud = uart_get_baud_rate(port, termios, old, in mps2_uart_set_termios()
|
D | clps711x.c | 268 baud = uart_get_baud_rate(port, termios, old, port->uartclk / 4096, in uart_clps711x_set_termios()
|
D | serial_ks8695.c | 386 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk/16); in ks8695uart_set_termios()
|
D | altera_uart.c | 183 baud = uart_get_baud_rate(port, termios, old, 0, 4000000); in altera_uart_set_termios()
|
D | netx-serial.c | 360 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk/16); in netx_set_termios()
|
D | lpc32xx_hs.c | 539 baud = uart_get_baud_rate(port, termios, old, 0, in serial_lpc32xx_set_termios()
|
D | mcf.c | 204 baud = uart_get_baud_rate(port, termios, old, 0, 230400); in mcf_set_termios()
|
D | ar933x_uart.c | 262 baud = uart_get_baud_rate(port, new, old, up->min_baud, up->max_baud); in ar933x_uart_set_termios()
|
D | lantiq.c | 444 baud = uart_get_baud_rate(port, new, old, 0, port->uartclk / 16); in lqasc_set_termios()
|
D | vt8500_serial.c | 375 baud = uart_get_baud_rate(port, termios, old, 900, 921600); in vt8500_set_termios()
|
D | sprd_serial.c | 373 baud = uart_get_baud_rate(port, termios, old, 0, SPRD_BAUD_IO_LIMIT); in sprd_set_termios()
|
D | uartlite.c | 324 baud = uart_get_baud_rate(port, termios, old, 0, 460800); in ulite_set_termios()
|
D | mxs-auart.c | 1078 baud = uart_get_baud_rate(u, termios, old, in mxs_auart_settermios() 1086 baud = uart_get_baud_rate(u, termios, old, baud_min, baud_max); in mxs_auart_settermios()
|
D | efm32-uart.c | 359 baud = uart_get_baud_rate(port, new, old, in efm32_uart_set_termios()
|
/Linux-v4.19/include/linux/ |
D | serial_core.h | 335 unsigned int uart_get_baud_rate(struct uart_port *port, struct ktermios *termios,
|