Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/serial/
H A Dcypress_m8.c293 int stop_bits, int parity_enable, int parity_type, int reset, in cypress_serial_control() argument
334 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()
905 __func__, stop_bits, parity_enable, parity_type, data_bits); in cypress_set_termios()
909 parity_enable, parity_type, in cypress_set_termios()