Home
last modified time | relevance | path

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

/drivers/usb/serial/
Dcp210x.c325 static int cp210x_get_config(struct usb_serial_port *port, u8 request, in cp210x_get_config() function
531 cp210x_get_config(port, CP210X_GET_BAUDRATE, &baud, 4); in cp210x_get_termios_port()
538 cp210x_get_config(port, CP210X_GET_LINE_CTL, &bits, 2); in cp210x_get_termios_port()
625 cp210x_get_config(port, CP210X_GET_FLOW, modem_ctl, 16); in cp210x_get_termios_port()
706 cp210x_get_config(port, CP210X_GET_LINE_CTL, &bits, 2); in cp210x_set_termios()
740 cp210x_get_config(port, CP210X_GET_LINE_CTL, &bits, 2); in cp210x_set_termios()
766 cp210x_get_config(port, CP210X_GET_LINE_CTL, &bits, 2); in cp210x_set_termios()
780 cp210x_get_config(port, CP210X_GET_FLOW, modem_ctl, 16); in cp210x_set_termios()
853 result = cp210x_get_config(port, CP210X_GET_MDMSTS, &control, 1); in cp210x_tiocmget()