Searched refs:ch341_control_in (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/usb/serial/ |
| D | ch341.c | 106 static int ch341_control_in(struct usb_device *dev, in ch341_control_in() function 170 r = ch341_control_in(dev, 0x95, 0x0706, 0, buffer, size); in ch341_get_status() 200 r = ch341_control_in(dev, 0x5f, 0, 0, buffer, size); in ch341_configure() 213 r = ch341_control_in(dev, 0x95, 0x2518, 0, buffer, size); in ch341_configure() 383 r = ch341_control_in(port->serial->dev, CH341_REQ_READ_REG, in ch341_break_ctl()
|