/linux/Documentation/driver-api/serial/ |
H A D | driver.rst | 77 uart_parse_earlycon uart_parse_options uart_set_options
|
/linux/drivers/tty/serial/ |
H A D | 21285.c | 453 return uart_set_options(port, co, baud, parity, bits, flow); in serial21285_console_setup()
|
H A D | liteuart.c | 408 return uart_set_options(port, co, baud, parity, bits, flow); in liteuart_console_setup()
|
H A D | apbuart.c | 473 return uart_set_options(port, co, baud, parity, bits, flow); in apbuart_console_setup()
|
H A D | altera_uart.c | 453 return uart_set_options(port, co, baud, parity, bits, flow); in altera_uart_console_setup()
|
H A D | mps2-uart.c | 451 return uart_set_options(&mps_port->port, co, baud, parity, bits, flow); in mps2_uart_console_setup()
|
H A D | mcf.c | 519 return uart_set_options(port, co, baud, parity, bits, flow); in mcf_console_setup()
|
H A D | lpc32xx_hs.c | 172 return uart_set_options(port, co, baud, parity, bits, flow); in lpc32xx_hsuart_console_setup()
|
H A D | vt8500_serial.c | 513 return uart_set_options(&vt8500_port->uart, in vt8500_console_setup()
|
H A D | amba-pl010.c | 632 return uart_set_options(&uap->port, co, baud, parity, bits, flow); in pl010_console_setup()
|
H A D | owl-uart.c | 573 return uart_set_options(&owl_port->port, co, baud, parity, bits, flow); in owl_uart_console_setup()
|
H A D | esp32_uart.c | 580 return uart_set_options(&sport->port, co, baud, parity, bits, flow); in esp32_uart_console_setup()
|
H A D | bcm63xx_uart.c | 747 return uart_set_options(port, co, baud, parity, bits, flow); in bcm_console_setup()
|
H A D | st-asc.c | 903 return uart_set_options(&ascport->port, co, baud, parity, bits, flow); in asc_console_setup()
|
H A D | lantiq.c | 642 return uart_set_options(port, co, baud, parity, bits, flow); in lqasc_console_setup()
|
H A D | pxa.c | 696 return uart_set_options(&up->port, co, baud, parity, bits, flow); in serial_pxa_console_setup()
|
H A D | ma35d1_serial.c | 628 return uart_set_options(port, co, baud, parity, bits, flow); in ma35d1serial_console_setup()
|
H A D | sa1100.c | 770 return uart_set_options(&sport->port, co, baud, parity, bits, flow); in sa1100_console_setup()
|
H A D | serial_core.c | 2283 uart_set_options(struct uart_port *port, struct console *co, in uart_set_options() function 2340 EXPORT_SYMBOL_GPL(uart_set_options); 2705 ret = uart_set_options(port, NULL, baud, parity, bits, flow); in uart_poll_init()
|
H A D | serial_txx9.c | 898 return uart_set_options(up, co, baud, parity, bits, flow); in serial_txx9_console_setup()
|
H A D | mpc52xx_uart.c | 1633 return uart_set_options(port, co, baud, parity, bits, flow); in mpc52xx_console_setup()
|
H A D | xilinx_uartps.c | 1447 return uart_set_options(port, co, baud, parity, bits, flow); in cdns_uart_console_setup()
|
H A D | qcom_geni_serial.c | 1431 return uart_set_options(uport, co, baud, parity, bits, flow); in qcom_geni_console_setup()
|
H A D | atmel_serial.c | 2678 return uart_set_options(port, co, baud, parity, bits, flow); in atmel_console_setup()
|
/linux/include/linux/ |
H A D | serial_core.h | 1104 int uart_set_options(struct uart_port *port, struct console *co, int baud,
|