| /Linux-v5.4/drivers/tty/serial/8250/ | 
| D | 8250_ingenic.c | 103 		uart_parse_options(opt, &baud, &parity, &bits, &flow);  in ingenic_early_console_setup()
 | 
| /Linux-v5.4/drivers/tty/serial/ | 
| D | 21285.c | 438 		uart_parse_options(options, &baud, &parity, &bits, &flow);  in serial21285_console_setup()
 | 
| D | arc_uart.c | 508 		uart_parse_options(options, &baud, &parity, &bits, &flow);  in arc_serial_console_setup()
 | 
| D | apbuart.c | 501 		uart_parse_options(options, &baud, &parity, &bits, &flow);  in apbuart_console_setup()
 | 
| D | clps711x.c | 422 		uart_parse_options(options, &baud, &parity, &bits, &flow);  in uart_clps711x_console_setup()
 | 
| D | digicolor-usart.c | 429 		uart_parse_options(options, &baud, &parity, &bits, &flow);  in digicolor_uart_console_setup()
 | 
| D | altera_uart.c | 475 		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 | vt8500_serial.c | 538 		uart_parse_options(options, &baud, &parity, &bits, &flow);  in vt8500_console_setup()
 | 
| D | ar933x_uart.c | 589 		uart_parse_options(options, &baud, &parity, &bits, &flow);  in ar933x_uart_console_setup()
 | 
| D | lpc32xx_hs.c | 173 		uart_parse_options(options, &baud, &parity, &bits, &flow);  in lpc32xx_hsuart_console_setup()
 | 
| D | mcf.c | 560 		uart_parse_options(options, &baud, &parity, &bits, &flow);  in mcf_console_setup()
 | 
| D | milbeaut_usio.c | 440 		uart_parse_options(options, &baud, &parity, &bits, &flow);  in mlb_usio_console_setup()
 | 
| D | uartlite.c | 533 		uart_parse_options(options, &baud, &parity, &bits, &flow);  in ulite_console_setup()
 | 
| D | sifive.c | 816 		uart_parse_options(options, &baud, &parity, &bits, &flow);  in sifive_serial_console_setup()
 | 
| D | dz.c | 884 		uart_parse_options(options, &baud, &parity, &bits, &flow);  in dz_console_setup()
 | 
| D | efm32-uart.c | 632 		uart_parse_options(options, &baud, &parity, &bits, &flow);  in efm32_uart_console_setup()
 | 
| D | pnx8xxx_uart.c | 737 		uart_parse_options(options, &baud, &parity, &bits, &flow);  in pnx8xxx_console_setup()
 | 
| D | bcm63xx_uart.c | 748 		uart_parse_options(options, &baud, &parity, &bits, &flow);  in bcm_console_setup()
 | 
| D | meson_uart.c | 526 		uart_parse_options(options, &baud, &parity, &bits, &flow);  in meson_serial_console_setup()
 | 
| D | owl-uart.c | 565 		uart_parse_options(options, &baud, &parity, &bits, &flow);  in owl_uart_console_setup()
 | 
| D | st-asc.c | 935 		uart_parse_options(options, &baud, &parity, &bits, &flow);  in asc_console_setup()
 | 
| D | fsl_linflexuart.c | 736 		uart_parse_options(options, &baud, &parity, &bits, &flow);  in linflex_console_setup()
 | 
| D | pic32_uart.c | 747 		uart_parse_options(options, &baud, &parity, &bits, &flow);  in pic32_console_setup()
 | 
| /Linux-v5.4/include/linux/ | 
| D | serial_core.h | 398 void uart_parse_options(const char *options, int *baud, int *parity, int *bits,
 |