Searched refs:cp210x_set_config (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/usb/serial/ |
| D | cp210x.c | 364 static int cp210x_set_config(struct usb_serial_port *port, u8 request, in cp210x_set_config() function 419 return cp210x_set_config(port, request, &data, 2); in cp210x_set_config_single() 556 cp210x_set_config(port, CP210X_SET_LINE_CTL, &bits, 2); in cp210x_get_termios_port() 563 cp210x_set_config(port, CP210X_SET_LINE_CTL, &bits, 2); in cp210x_get_termios_port() 594 cp210x_set_config(port, CP210X_SET_LINE_CTL, &bits, 2); in cp210x_get_termios_port() 606 cp210x_set_config(port, CP210X_SET_LINE_CTL, &bits, 2); in cp210x_get_termios_port() 615 cp210x_set_config(port, CP210X_SET_LINE_CTL, &bits, 2); in cp210x_get_termios_port() 672 if (cp210x_set_config(port, CP210X_SET_BAUDRATE, &baud, in cp210x_change_speed() 728 if (cp210x_set_config(port, CP210X_SET_LINE_CTL, &bits, 2)) in cp210x_set_termios() 755 if (cp210x_set_config(port, CP210X_SET_LINE_CTL, &bits, 2)) in cp210x_set_termios() [all …]
|