Searched refs:FTDIDevice (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DFTDI.h30 class FTDIDevice : public SerialDevice { class in inherits:SerialDevice
32 FTDIDevice(usb_device device, uint16 vendorID,
H A DFTDI.cpp17 FTDIDevice::FTDIDevice(usb_device device, uint16 vendorID, uint16 productID, function in class:FTDIDevice
28 FTDIDevice::AddDevice(const usb_configuration_info *config)
30 TRACE_FUNCALLS("> FTDIDevice::AddDevice(%08x, %08x)\n", this, config);
64 TRACE_FUNCRET("< FTDIDevice::AddDevice() returns: 0x%08x\n", status);
70 FTDIDevice::ResetDevice()
72 TRACE_FUNCALLS("> FTDIDevice::ResetDevice(0x%08x)\n", this);
80 TRACE_FUNCRET("< FTDIDevice::ResetDevice() returns:%08x\n", status);
86 FTDIDevice::SetLineCoding(usb_cdc_line_coding *lineCoding)
88 TRACE_FUNCALLS("> FTDIDevice
[all...]
H A DSerialDevice.cpp746 return new(std::nothrow) FTDIDevice(device, vendorID, productID,
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DSerialDevice.cpp1038 return new(std::nothrow) FTDIDevice(device, vendorID, productID, description);

Completed in 35 milliseconds