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