Home
last modified time | relevance | path

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

/linux/drivers/usb/serial/
H A Dch341.c290 static int ch341_set_handshake(struct usb_device *dev, u8 control)
337 r = ch341_set_handshake(dev, priv->mcr); in ch341_configure()
440 ch341_set_handshake(port->serial->dev, priv->mcr); in ch341_close()
574 ch341_set_handshake(port->serial->dev, priv->mcr); in ch341_simulate_break()
727 return ch341_set_handshake(port->serial->dev, control); in ch341_update_status()
286 static int ch341_set_handshake(struct usb_device *dev, u8 control) ch341_set_handshake() function