Searched refs:xonxoff (Results 1 – 1 of 1) sorted by relevance
200 static void usb_serial_set_xonxoff(USBSerialState *s, int xonxoff) in usb_serial_set_xonxoff() argument205 s->xon = xonxoff & 0xff; in usb_serial_set_xonxoff()206 s->xoff = (xonxoff >> 8) & 0xff; in usb_serial_set_xonxoff()