Searched refs:parity_type (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | cypress_m8.c | 292 int stop_bits, int parity_enable, int parity_type, int reset, in cypress_serial_control() argument 333 feature_buffer[4] |= (parity_type << 5); /* assign parity type in 1 bit space */ in cypress_serial_control() 868 int data_bits, stop_bits, parity_type, parity_enable; in cypress_set_termios() local 888 parity_type = cflag & PARODD ? 1 : 0; in cypress_set_termios() 890 parity_enable = parity_type = 0; in cypress_set_termios() 920 __func__, stop_bits, parity_enable, parity_type, data_bits); in cypress_set_termios() 924 parity_enable, parity_type, in cypress_set_termios()
|