Searched refs:ch341_control_out (Results 1 – 1 of 1) sorted by relevance
/drivers/usb/serial/ |
D | ch341.c | 92 static int ch341_control_out(struct usb_device *dev, u8 request, in ch341_control_out() function 147 r = ch341_control_out(dev, 0x9a, 0x1312, a); in ch341_set_baudrate() 149 r = ch341_control_out(dev, 0x9a, 0x0f2c, b); in ch341_set_baudrate() 157 return ch341_control_out(dev, 0xa4, ~control, 0); in ch341_set_handshake() 210 r = ch341_control_out(dev, 0xa1, 0, 0); in ch341_configure() 223 r = ch341_control_out(dev, 0x9a, 0x2518, 0x0050); in ch341_configure() 232 r = ch341_control_out(dev, 0xa1, 0x501f, 0xd90a); in ch341_configure() 425 r = ch341_control_out(port->serial->dev, CH341_REQ_WRITE_REG, in ch341_break_ctl()
|