/Linux-v6.1/Documentation/driver-api/serial/ |
D | driver.rst | 29 arguments (uart_parse_options()). 77 uart_parse_earlycon uart_parse_options uart_set_options
|
/Linux-v6.1/drivers/tty/serial/8250/ |
D | 8250_ingenic.c | 103 uart_parse_options(opt, &baud, &parity, &bits, &flow); in ingenic_early_console_setup()
|
/Linux-v6.1/drivers/tty/serial/ |
D | liteuart.c | 365 uart_parse_options(options, &baud, &parity, &bits, &flow); in liteuart_console_setup()
|
D | 21285.c | 470 uart_parse_options(options, &baud, &parity, &bits, &flow); in serial21285_console_setup()
|
D | arc_uart.c | 502 uart_parse_options(options, &baud, &parity, &bits, &flow); in arc_serial_console_setup()
|
D | apbuart.c | 495 uart_parse_options(options, &baud, &parity, &bits, &flow); in apbuart_console_setup()
|
D | clps711x.c | 418 uart_parse_options(options, &baud, &parity, &bits, &flow); in uart_clps711x_console_setup()
|
D | digicolor-usart.c | 431 uart_parse_options(options, &baud, &parity, &bits, &flow); in digicolor_uart_console_setup()
|
D | altera_uart.c | 469 uart_parse_options(options, &baud, &parity, &bits, &flow); in altera_uart_console_setup()
|
D | mps2-uart.c | 468 uart_parse_options(options, &baud, &parity, &bits, &flow); in mps2_uart_console_setup()
|
D | lpc32xx_hs.c | 172 uart_parse_options(options, &baud, &parity, &bits, &flow); in lpc32xx_hsuart_console_setup()
|
D | vt8500_serial.c | 533 uart_parse_options(options, &baud, &parity, &bits, &flow); in vt8500_console_setup()
|
D | sunplus-uart.c | 551 uart_parse_options(options, &baud, &parity, &bits, &flow); in sunplus_console_setup()
|
D | mcf.c | 562 uart_parse_options(options, &baud, &parity, &bits, &flow); in mcf_console_setup()
|
D | milbeaut_usio.c | 437 uart_parse_options(options, &baud, &parity, &bits, &flow); in mlb_usio_console_setup()
|
D | amba-pl010.c | 649 uart_parse_options(options, &baud, &parity, &bits, &flow); in pl010_console_setup()
|
D | bcm63xx_uart.c | 741 uart_parse_options(options, &baud, &parity, &bits, &flow); in bcm_console_setup()
|
D | dz.c | 884 uart_parse_options(options, &baud, &parity, &bits, &flow); in dz_console_setup()
|
D | sifive.c | 851 uart_parse_options(options, &baud, &parity, &bits, &flow); in sifive_serial_console_setup()
|
D | owl-uart.c | 601 uart_parse_options(options, &baud, &parity, &bits, &flow); in owl_uart_console_setup()
|
D | rda-uart.c | 652 uart_parse_options(options, &baud, &parity, &bits, &flow); in rda_uart_console_setup()
|
D | ar933x_uart.c | 679 uart_parse_options(options, &baud, &parity, &bits, &flow); in ar933x_uart_console_setup()
|
D | st-asc.c | 933 uart_parse_options(options, &baud, &parity, &bits, &flow); in asc_console_setup()
|
D | uartlite.c | 548 uart_parse_options(options, &baud, &parity, &bits, &flow); in ulite_console_setup()
|
/Linux-v6.1/include/linux/ |
D | serial_core.h | 755 void uart_parse_options(const char *options, int *baud, int *parity, int *bits,
|