Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/serial/
Dch341.c286 static int ch341_set_handshake(struct usb_device *dev, u8 control) in ch341_set_handshake() function
333 r = ch341_set_handshake(dev, priv->mcr); in ch341_configure()
436 ch341_set_handshake(port->serial->dev, priv->mcr); in ch341_dtr_rts()
548 ch341_set_handshake(port->serial->dev, priv->mcr); in ch341_set_termios()
691 return ch341_set_handshake(port->serial->dev, control); in ch341_tiocmset()