Lines Matching refs:WCHDevice

8 WCHDevice::WCHDevice(usb_device device, uint16 vendorID, uint16 productID,
22 WCHDevice::AddDevice(const usb_configuration_info *config)
24 TRACE_FUNCALLS("> WCHDevice::AddDevice(%08x, %08x)\n", this, config);
54 TRACE_FUNCRET("< WCHDevice::AddDevice() returns: 0x%08x\n", status);
61 WCHDevice::ResetDevice()
63 TRACE_FUNCALLS("> WCHDevice::ResetDevice(0x%08x)\n", this);
73 TRACE_ALWAYS("= WCHDevice::ResetDevice(): Chip version: 0x%02x\n", fChipVersion);
75 TRACE_ALWAYS("= WCHDevice::ResetDevice(): Can't get chip version: 0x%08x\n",
85 TRACE_ALWAYS("= WCHDevice::ResetDevice(): init failed\n");
91 TRACE_FUNCRET("< WCHDevice::ResetDevice() returns:%08x\n", status);
96 WCHDevice::SetLineCoding(usb_cdc_line_coding *lineCoding)
98 TRACE_FUNCALLS("> WCHDevice::SetLineCoding(0x%08x, {%d, 0x%02x, 0x%02x, 0x%02x})\n",
111 TRACE_ALWAYS("= WCHDevice::SetLineCoding(): Wrong stopbits param: %d\n",
126 TRACE_ALWAYS("= WCHDevice::SetLineCoding(): Wrong parity param: %d\n",
146 TRACE_ALWAYS("= WCHDevice::SetLineCoding(): Wrong databits param: %d\n",
166 TRACE_ALWAYS("= WCHDevice::SetLineCoding(): Datarate: %d is not "
175 TRACE_ALWAYS("= WCHDevice::SetLineCoding(): WriteConfig failed\n");
177 TRACE_FUNCRET("< WCHDevice::SetLineCoding() returns: 0x%08x\n", status);
184 WCHDevice::SetControlLineState(uint16 state)
186 TRACE_FUNCALLS("> WCHDevice::SetControlLineState(0x%08x, 0x%04x)\n",
211 TRACE_FUNCRET("< WCHDevice::SetControlLineState() returns: 0x%08x\n",
218 WCHDevice::WriteConfig(uint16 dataRate, uint8 lcr, uint8 mcr)
227 TRACE_ALWAYS("= WCHDevice::WriteConfig(): datarate request failed: 0x%08x\n",
238 TRACE_ALWAYS("= WCHDevice::WriteConfig(): LCR request failed: 0x%08x\n",
248 TRACE_ALWAYS("= WCHDevice::WriteConfig(): handshake failed: 0x%08x\n", status);