/linux-6.1.9/Documentation/driver-api/serial/ |
D | driver.rst | 73 :identifiers: uart_update_timeout uart_get_baud_rate uart_get_divisor
|
/linux-6.1.9/drivers/tty/serial/ |
D | liteuart.c | 189 baud = uart_get_baud_rate(port, new, old, 0, 460800); in liteuart_set_termios()
|
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 | 265 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk/16); in serial21285_set_termios()
|
D | sunhv.c | 328 unsigned int baud = uart_get_baud_rate(port, termios, old, 0, 4000000); in sunhv_set_termios()
|
D | timbuart.c | 285 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk / 16); in timbuart_set_termios()
|
D | arc_uart.c | 367 baud = uart_get_baud_rate(port, new, old, 0, 460800); in arc_serial_set_termios()
|
D | apbuart.c | 238 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 | altera_uart.c | 183 baud = uart_get_baud_rate(port, termios, old, 0, 4000000); in altera_uart_set_termios()
|
D | mps2-uart.c | 372 baud = uart_get_baud_rate(port, termios, old, in mps2_uart_set_termios()
|
D | sunplus-uart.c | 342 baud = uart_get_baud_rate(port, termios, oldtermios, 0, port->uartclk / 16); in sunplus_set_termios()
|
D | milbeaut_usio.c | 336 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk); in mlb_usio_set_termios()
|
D | vt8500_serial.c | 370 baud = uart_get_baud_rate(port, termios, old, 900, 921600); in vt8500_set_termios()
|
D | lpc32xx_hs.c | 514 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 | mxs-auart.c | 1044 baud = uart_get_baud_rate(u, termios, old, in mxs_auart_settermios() 1052 baud = uart_get_baud_rate(u, termios, old, baud_min, baud_max); in mxs_auart_settermios()
|
D | sifive.c | 673 rate = uart_get_baud_rate(port, termios, old, 0, in sifive_serial_set_termios()
|
D | amba-pl010.c | 382 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk / 16); in pl010_set_termios()
|
D | bcm63xx_uart.c | 546 baud = uart_get_baud_rate(port, new, old, 0, port->uartclk / 16); in bcm_uart_set_termios()
|
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 | 385 baud = uart_get_baud_rate(port, termios, old, 9600, 3200000); in owl_uart_set_termios()
|
/linux-6.1.9/include/linux/ |
D | serial_core.h | 672 unsigned int uart_get_baud_rate(struct uart_port *port, struct ktermios *termios,
|
/linux-6.1.9/drivers/tty/serial/8250/ |
D | 8250_mtk.c | 346 baud = uart_get_baud_rate(port, termios, old, in mtk8250_set_termios()
|