Home
last modified time | relevance | path

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

/linux/drivers/usb/serial/
H A Dcypress_m8.c290 int stop_bits, int parity_enable, int parity_type, int reset, in cypress_serial_control() argument
330 feature_buffer[4] |= (parity_enable << 4); /* assign parity flag in 1 bit space */ in cypress_serial_control()
865 int data_bits, stop_bits, parity_type, parity_enable; in cypress_set_termios() local
883 parity_enable = 1; in cypress_set_termios()
887 parity_enable = parity_type = 0; in cypress_set_termios()
902 __func__, stop_bits, parity_enable, parity_type, data_bits); in cypress_set_termios()
906 parity_enable, parity_type, in cypress_set_termios()
/linux/drivers/spi/
H A Dspi-davinci.c154 u8 parity_enable; member
410 if (spicfg->parity_enable) in davinci_spi_setup_transfer()