Searched refs:ch341_control_in (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/usb/serial/ |
H A 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() 646 r = ch341_control_in(port->serial->dev, CH341_REQ_READ_REG, in ch341_break_ctl()
|