Searched refs:ch341_control_in (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/usb/serial/ |
H A D | ch341.c | 132 static int ch341_control_in(struct usb_device *dev, in ch341_control_in() 302 r = ch341_control_in(dev, CH341_REQ_READ_REG, 0x0706, 0, buffer, size); in ch341_get_status() 322 r = ch341_control_in(dev, CH341_REQ_READ_VERSION, 0, 0, buffer, size); in ch341_configure() 673 r = ch341_control_in(port->serial->dev, CH341_REQ_READ_REG, in ch341_break_ctl() 128 static int ch341_control_in(struct usb_device *dev, ch341_control_in() function
|