Searched refs:parity_type (Results 1 - 2 of 2) sorted by relevance
/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() 333 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() 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() 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() 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
|
Completed in 6 milliseconds