Searched refs:parodd (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/tools/testing/ktest/examples/ |
D | test.conf | 19 CONSOLE = stty -F /dev/ttyS0 115200 parodd; cat /dev/ttyS0
|
/linux-4.4.14/drivers/tty/serial/ |
D | ioc3_serial.c | 591 int baud, int byte_size, int stop_bits, int parenb, int parodd) in config_port() argument 599 baud, byte_size, stop_bits, parenb, parodd)); in config_port() 644 if (!parodd) in config_port()
|
D | ioc4_serial.c | 1316 int baud, int byte_size, int stop_bits, int parenb, int parodd) in config_port() argument 1322 __func__, baud, byte_size, stop_bits, parenb, parodd)); in config_port() 1367 if (!parodd) in config_port()
|