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

/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DKLSI.cpp11 KLSIDevice::KLSIDevice(usb_device device, uint16 vendorID, uint16 productID, function in class:KLSIDevice
19 KLSIDevice::AddDevice(const usb_configuration_info *config)
21 TRACE_FUNCALLS("> KLSIDevice::AddDevice(%08x, %08x)\n", this, config);
51 TRACE_FUNCRET("< KLSIDevice::AddDevice() returns: 0x%08x\n", status);
57 KLSIDevice::ResetDevice()
59 TRACE_FUNCALLS("> KLSIDevice::ResetDevice(%08x)\n", this);
71 TRACE("= KLSIDevice::ResetDevice(): set conf read_on returns: 0x%08x\n",
82 TRACE_FUNCRET("< KLSIDevice::ResetDevice() returns: 0x%08x\n", status);
88 KLSIDevice
[all...]
H A DKLSI.h50 class KLSIDevice : public SerialDevice { class in inherits:SerialDevice
52 KLSIDevice(usb_device device, uint16 vendorID,
H A DSerialDevice.cpp756 return new(std::nothrow) KLSIDevice(device, vendorID, productID,
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DSerialDevice.cpp1052 return new(std::nothrow) KLSIDevice(device, vendorID, productID, description);

Completed in 88 milliseconds