Home
last modified time | relevance | path

Searched refs:parity_type (Results 1 – 1 of 1) sorted by relevance

/drivers/usb/serial/
Dcypress_m8.c297 int stop_bits, int parity_enable, int parity_type, int reset, in cypress_serial_control() argument
338 feature_buffer[4] |= (parity_type << 5); /* assign parity type in 1 bit space */ in cypress_serial_control()
869 int data_bits, stop_bits, parity_type, parity_enable; in cypress_set_termios() local
924 parity_type = cflag & PARODD ? 1 : 0; in cypress_set_termios()
926 parity_enable = parity_type = 0; in cypress_set_termios()
956 __func__, stop_bits, parity_enable, parity_type, data_bits); in cypress_set_termios()
960 parity_enable, parity_type, in cypress_set_termios()