/Linux-v6.6/Documentation/driver-api/serial/ |
D | driver.rst | 73 :identifiers: uart_update_timeout uart_get_baud_rate uart_get_divisor
|
/Linux-v6.6/drivers/tty/serial/ |
D | mpc52xx_uart.c | 296 baud = uart_get_baud_rate(port, new, old, in mpc5200_psc_set_baudrate() 316 baud = uart_get_baud_rate(port, new, old, in mpc5200b_psc_set_baudrate() 555 baud = uart_get_baud_rate(port, new, old, in mpc512x_psc_set_baudrate() 893 baud = uart_get_baud_rate(port, new, old, in mpc5125_psc_set_baudrate()
|
D | 21285.c | 244 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk/16); in serial21285_set_termios()
|
D | liteuart.c | 235 baud = uart_get_baud_rate(port, new, old, 0, 460800); in liteuart_set_termios()
|
D | sunhv.c | 326 unsigned int baud = uart_get_baud_rate(port, termios, old, 0, 4000000); in sunhv_set_termios()
|
D | timbuart.c | 284 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk / 16); in timbuart_set_termios()
|
D | apbuart.c | 212 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk / 16); in apbuart_set_termios()
|
D | arc_uart.c | 363 baud = uart_get_baud_rate(port, new, old, 0, 460800); in arc_serial_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 | 299 baud = uart_get_baud_rate(port, termios, old, in digicolor_uart_set_termios()
|
D | altera_uart.c | 183 baud = uart_get_baud_rate(port, termios, old, 0, 4000000); in altera_uart_set_termios()
|
D | mps2-uart.c | 353 baud = uart_get_baud_rate(port, termios, old, in mps2_uart_set_termios()
|
D | mcf.c | 204 baud = uart_get_baud_rate(port, termios, old, 0, 230400); in mcf_set_termios()
|
D | vt8500_serial.c | 348 baud = uart_get_baud_rate(port, termios, old, 900, 921600); in vt8500_set_termios()
|
D | sunplus-uart.c | 340 baud = uart_get_baud_rate(port, termios, oldtermios, 0, port->uartclk / 16); in sunplus_set_termios()
|
D | lpc32xx_hs.c | 489 baud = uart_get_baud_rate(port, termios, old, 0, in serial_lpc32xx_set_termios()
|
D | milbeaut_usio.c | 334 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk); in mlb_usio_set_termios()
|
D | mxs-auart.c | 1027 baud = uart_get_baud_rate(u, termios, old, in mxs_auart_settermios() 1035 baud = uart_get_baud_rate(u, termios, old, baud_min, baud_max); in mxs_auart_settermios()
|
D | st-asc.c | 480 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk/16); in asc_set_termios()
|
D | owl-uart.c | 361 baud = uart_get_baud_rate(port, termios, old, 9600, 3200000); in owl_uart_set_termios()
|
D | sifive.c | 652 rate = uart_get_baud_rate(port, termios, old, 0, in sifive_serial_set_termios()
|
D | amba-pl010.c | 361 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk / 16); in pl010_set_termios()
|
D | ar933x_uart.c | 314 baud = uart_get_baud_rate(port, new, old, up->min_baud, up->max_baud); in ar933x_uart_set_termios()
|
/Linux-v6.6/include/linux/ |
D | serial_core.h | 757 unsigned int uart_get_baud_rate(struct uart_port *port, struct ktermios *termios,
|
/Linux-v6.6/drivers/tty/serial/8250/ |
D | 8250_mtk.c | 355 baud = uart_get_baud_rate(port, termios, old, in mtk8250_set_termios()
|