Searched refs:parenb (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/tty/serial/ |
D | ioc3_serial.c | 588 int baud, int byte_size, int stop_bits, int parenb, int parodd) in config_port() argument 596 baud, byte_size, stop_bits, parenb, parodd)); in config_port() 639 if (parenb) { in config_port()
|
D | ioc4_serial.c | 1318 int baud, int byte_size, int stop_bits, int parenb, int parodd) in config_port() argument 1324 __func__, baud, byte_size, stop_bits, parenb, parodd)); in config_port() 1367 if (parenb) { in config_port()
|