| /Linux-v5.10/drivers/tty/serial/ |
| D | dz.c | 593 baud = uart_get_baud_rate(uport, termios, old_termios, 50, 9600); in dz_set_termios() 596 baud = uart_get_baud_rate(uport, old_termios, NULL, 50, 9600); in dz_set_termios()
|
| D | mpc52xx_uart.c | 294 baud = uart_get_baud_rate(port, new, old, in mpc5200_psc_set_baudrate() 314 baud = uart_get_baud_rate(port, new, old, in mpc5200b_psc_set_baudrate() 553 baud = uart_get_baud_rate(port, new, old, in mpc512x_psc_set_baudrate() 894 baud = uart_get_baud_rate(port, new, old, in mpc5125_psc_set_baudrate()
|
| D | 21285.c | 265 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk/16); in serial21285_set_termios()
|
| D | mvebu-uart.c | 509 baud = uart_get_baud_rate(port, termios, old, 0, 230400); in mvebu_uart_set_termios() 513 baud = uart_get_baud_rate(port, old, NULL, 0, 230400); in mvebu_uart_set_termios()
|
| D | sunhv.c | 328 unsigned int baud = uart_get_baud_rate(port, termios, old, 0, 4000000); in sunhv_set_termios()
|
| D | arc_uart.c | 369 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 | apbuart.c | 240 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk / 16); in apbuart_set_termios()
|
| D | clps711x.c | 264 baud = uart_get_baud_rate(port, termios, old, port->uartclk / 4096, in uart_clps711x_set_termios()
|
| D | digicolor-usart.c | 301 baud = uart_get_baud_rate(port, termios, old, in digicolor_uart_set_termios()
|
| D | mps2-uart.c | 372 baud = uart_get_baud_rate(port, termios, old, in mps2_uart_set_termios()
|
| D | altera_uart.c | 183 baud = uart_get_baud_rate(port, termios, old, 0, 4000000); in altera_uart_set_termios()
|
| D | lpc32xx_hs.c | 513 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 | milbeaut_usio.c | 335 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk); in mlb_usio_set_termios()
|
| D | uartlite.c | 329 baud = uart_get_baud_rate(port, termios, old, 0, 460800); in ulite_set_termios()
|
| D | vt8500_serial.c | 371 baud = uart_get_baud_rate(port, termios, old, 900, 921600); in vt8500_set_termios()
|
| D | mxs-auart.c | 1072 baud = uart_get_baud_rate(u, termios, old, in mxs_auart_settermios() 1080 baud = uart_get_baud_rate(u, termios, old, baud_min, baud_max); in mxs_auart_settermios()
|
| D | men_z135_uart.c | 712 baud = uart_get_baud_rate(port, termios, old, 0, uart_freq / 16); in men_z135_set_termios()
|
| D | owl-uart.c | 383 baud = uart_get_baud_rate(port, termios, old, 9600, 3200000); in owl_uart_set_termios()
|
| D | pnx8xxx_uart.c | 468 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk/16); in pnx8xxx_set_termios()
|
| D | sifive.c | 682 rate = uart_get_baud_rate(port, termios, old, 0, ssp->clkin_rate / 16); in sifive_serial_set_termios()
|
| D | bcm63xx_uart.c | 549 baud = uart_get_baud_rate(port, new, old, 0, port->uartclk / 16); in bcm_uart_set_termios()
|
| /Linux-v5.10/include/linux/ |
| D | serial_core.h | 330 unsigned int uart_get_baud_rate(struct uart_port *port, struct ktermios *termios,
|
| /Linux-v5.10/drivers/tty/serial/8250/ |
| D | 8250_mtk.c | 337 baud = uart_get_baud_rate(port, termios, old, in mtk8250_set_termios()
|