Searched defs:uart_parse_options (Results 1 - 1 of 1) sorted by relevance

/drivers/tty/serial/
H A Dserial_core.c1711 * uart_parse_options - Parse serial port baud/parity/bits/flow contro.
1718 * uart_parse_options decodes a string containing the serial console
1723 uart_parse_options(char *options, int *baud, int *parity, int *bits, int *flow) function
1737 EXPORT_SYMBOL_GPL(uart_parse_options); variable
2128 uart_parse_options(options, &baud, &parity, &bits, &flow);

Completed in 81 milliseconds