Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/serial/
Dcypress_m8.c292 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()
866 int data_bits, stop_bits, parity_type, parity_enable; in cypress_set_termios() local
886 parity_type = cflag & PARODD ? 1 : 0; in cypress_set_termios()
888 parity_enable = parity_type = 0; in cypress_set_termios()
903 __func__, stop_bits, parity_enable, parity_type, data_bits); in cypress_set_termios()
907 parity_enable, parity_type, in cypress_set_termios()