Home
last modified time | relevance | path

Searched refs:uart_set_options (Results 1 – 25 of 31) sorted by relevance

12

/linux/Documentation/driver-api/serial/
H A Ddriver.rst77 uart_parse_earlycon uart_parse_options uart_set_options
/linux/drivers/tty/serial/
H A D21285.c453 return uart_set_options(port, co, baud, parity, bits, flow); in serial21285_console_setup()
H A Dliteuart.c408 return uart_set_options(port, co, baud, parity, bits, flow); in liteuart_console_setup()
H A Dapbuart.c473 return uart_set_options(port, co, baud, parity, bits, flow); in apbuart_console_setup()
H A Daltera_uart.c453 return uart_set_options(port, co, baud, parity, bits, flow); in altera_uart_console_setup()
H A Dmps2-uart.c451 return uart_set_options(&mps_port->port, co, baud, parity, bits, flow); in mps2_uart_console_setup()
H A Dmcf.c519 return uart_set_options(port, co, baud, parity, bits, flow); in mcf_console_setup()
H A Dlpc32xx_hs.c172 return uart_set_options(port, co, baud, parity, bits, flow); in lpc32xx_hsuart_console_setup()
H A Dvt8500_serial.c513 return uart_set_options(&vt8500_port->uart, in vt8500_console_setup()
H A Damba-pl010.c632 return uart_set_options(&uap->port, co, baud, parity, bits, flow); in pl010_console_setup()
H A Dowl-uart.c573 return uart_set_options(&owl_port->port, co, baud, parity, bits, flow); in owl_uart_console_setup()
H A Desp32_uart.c580 return uart_set_options(&sport->port, co, baud, parity, bits, flow); in esp32_uart_console_setup()
H A Dbcm63xx_uart.c747 return uart_set_options(port, co, baud, parity, bits, flow); in bcm_console_setup()
H A Dst-asc.c903 return uart_set_options(&ascport->port, co, baud, parity, bits, flow); in asc_console_setup()
H A Dlantiq.c642 return uart_set_options(port, co, baud, parity, bits, flow); in lqasc_console_setup()
H A Dpxa.c696 return uart_set_options(&up->port, co, baud, parity, bits, flow); in serial_pxa_console_setup()
H A Dma35d1_serial.c628 return uart_set_options(port, co, baud, parity, bits, flow); in ma35d1serial_console_setup()
H A Dsa1100.c770 return uart_set_options(&sport->port, co, baud, parity, bits, flow); in sa1100_console_setup()
H A Dserial_core.c2283 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 Dserial_txx9.c898 return uart_set_options(up, co, baud, parity, bits, flow); in serial_txx9_console_setup()
H A Dmpc52xx_uart.c1633 return uart_set_options(port, co, baud, parity, bits, flow); in mpc52xx_console_setup()
H A Dxilinx_uartps.c1447 return uart_set_options(port, co, baud, parity, bits, flow); in cdns_uart_console_setup()
H A Dqcom_geni_serial.c1431 return uart_set_options(uport, co, baud, parity, bits, flow); in qcom_geni_console_setup()
H A Datmel_serial.c2678 return uart_set_options(port, co, baud, parity, bits, flow); in atmel_console_setup()
/linux/include/linux/
H A Dserial_core.h1104 int uart_set_options(struct uart_port *port, struct console *co, int baud,

12