/Linux-v4.19/drivers/tty/serial/8250/ |
D | 8250_ingenic.c | 103 uart_parse_options(opt, &baud, &parity, &bits, &flow); in ingenic_early_console_setup()
|
/Linux-v4.19/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 | digicolor-usart.c | 429 uart_parse_options(options, &baud, &parity, &bits, &flow); in digicolor_uart_console_setup()
|
D | apbuart.c | 501 uart_parse_options(options, &baud, &parity, &bits, &flow); in apbuart_console_setup()
|
D | mps2-uart.c | 432 uart_parse_options(options, &baud, &parity, &bits, &flow); in mps2_uart_console_setup()
|
D | clps711x.c | 422 uart_parse_options(options, &baud, &parity, &bits, &flow); in uart_clps711x_console_setup()
|
D | serial_ks8695.c | 625 uart_parse_options(options, &baud, &parity, &bits, &flow); in ks8695_console_setup()
|
D | altera_uart.c | 475 uart_parse_options(options, &baud, &parity, &bits, &flow); in altera_uart_console_setup()
|
D | netx-serial.c | 599 uart_parse_options(options, &baud, &parity, &bits, &flow); in netx_console_setup()
|
D | lpc32xx_hs.c | 171 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 | ar933x_uart.c | 593 uart_parse_options(options, &baud, &parity, &bits, &flow); in ar933x_uart_console_setup()
|
D | lantiq.c | 631 uart_parse_options(options, &baud, &parity, &bits, &flow); in lqasc_console_setup()
|
D | vt8500_serial.c | 538 uart_parse_options(options, &baud, &parity, &bits, &flow); in vt8500_console_setup()
|
D | sprd_serial.c | 573 uart_parse_options(options, &baud, &parity, &bits, &flow); in sprd_console_setup()
|
D | uartlite.c | 527 uart_parse_options(options, &baud, &parity, &bits, &flow); in ulite_console_setup()
|
D | efm32-uart.c | 632 uart_parse_options(options, &baud, &parity, &bits, &flow); in efm32_uart_console_setup()
|
D | bcm63xx_uart.c | 748 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 | owl-uart.c | 565 uart_parse_options(options, &baud, &parity, &bits, &flow); in owl_uart_console_setup()
|
D | pnx8xxx_uart.c | 737 uart_parse_options(options, &baud, &parity, &bits, &flow); in pnx8xxx_console_setup()
|
D | meson_uart.c | 525 uart_parse_options(options, &baud, &parity, &bits, &flow); in meson_serial_console_setup()
|
D | serial_core.c | 1958 uart_parse_options(const char *options, int *baud, int *parity, in uart_parse_options() function 1973 EXPORT_SYMBOL_GPL(uart_parse_options); 2350 uart_parse_options(options, &baud, &parity, &bits, &flow); in uart_poll_init()
|
/Linux-v4.19/include/linux/ |
D | serial_core.h | 406 void uart_parse_options(const char *options, int *baud, int *parity, int *bits,
|