Searched refs:cp210x_get_config (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/usb/serial/ |
D | cp210x.c | 319 static int cp210x_get_config(struct usb_serial_port *port, u8 request, in cp210x_get_config() function 525 cp210x_get_config(port, CP210X_GET_BAUDRATE, &baud, 4); in cp210x_get_termios_port() 532 cp210x_get_config(port, CP210X_GET_LINE_CTL, &bits, 2); in cp210x_get_termios_port() 619 cp210x_get_config(port, CP210X_GET_FLOW, modem_ctl, 16); in cp210x_get_termios_port() 700 cp210x_get_config(port, CP210X_GET_LINE_CTL, &bits, 2); in cp210x_set_termios() 734 cp210x_get_config(port, CP210X_GET_LINE_CTL, &bits, 2); in cp210x_set_termios() 760 cp210x_get_config(port, CP210X_GET_LINE_CTL, &bits, 2); in cp210x_set_termios() 774 cp210x_get_config(port, CP210X_GET_FLOW, modem_ctl, 16); in cp210x_set_termios() 847 cp210x_get_config(port, CP210X_GET_MDMSTS, &control, 1); in cp210x_tiocmget()
|