Searched refs:parity_enable (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | spi-davinci.h | 47 * @parity_enable: enable transmission of parity at end of each transmit 61 u8 parity_enable; member
|
/kernel/linux/linux-6.6/include/linux/platform_data/ |
H A D | spi-davinci.h | 47 * @parity_enable: enable transmission of parity at end of each transmit 61 u8 parity_enable; member
|
/kernel/linux/linux-5.10/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() 332 feature_buffer[4] |= (parity_enable << 4); /* assign parity flag in 1 bit space */ in cypress_serial_control() 868 int data_bits, stop_bits, parity_type, parity_enable; in cypress_set_termios() local 886 parity_enable = 1; in cypress_set_termios() 890 parity_enable = parity_type = 0; in cypress_set_termios() 919 dev_dbg(dev, "%s - sending %d stop_bits, %d parity_enable, %d parity_type, %d data_bits (+5)\n", 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() 290 cypress_serial_control(struct tty_struct *tty, struct usb_serial_port *port, speed_t baud_rate, int data_bits, int stop_bits, int parity_enable, int parity_type, int reset, int cypress_request_type) cypress_serial_control() argument
|
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | cypress_m8.c | 293 int stop_bits, int parity_enable, int parity_type, int reset, in cypress_serial_control() 333 feature_buffer[4] |= (parity_enable << 4); /* assign parity flag in 1 bit space */ in cypress_serial_control() 868 int data_bits, stop_bits, parity_type, parity_enable; in cypress_set_termios() local 886 parity_enable = 1; in cypress_set_termios() 890 parity_enable = parity_type = 0; in cypress_set_termios() 904 dev_dbg(dev, "%s - sending %d stop_bits, %d parity_enable, %d parity_type, %d data_bits (+5)\n", 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() 291 cypress_serial_control(struct tty_struct *tty, struct usb_serial_port *port, speed_t baud_rate, int data_bits, int stop_bits, int parity_enable, int parity_type, int reset, int cypress_request_type) cypress_serial_control() argument
|
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-davinci.c | 351 if (spicfg->parity_enable) in davinci_spi_setup_transfer()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-davinci.c | 350 if (spicfg->parity_enable) in davinci_spi_setup_transfer()
|
Completed in 7 milliseconds