Searched refs:OptionDevice (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DOption.cpp13 OptionDevice::OptionDevice(usb_device device, uint16 vendorID, function in class:OptionDevice
18 TRACE_FUNCALLS("> OptionDevice found: %s\n", description);
23 OptionDevice::AddDevice(const usb_configuration_info *config)
25 TRACE_FUNCALLS("> OptionDevice::AddDevice(%08x, %08x)\n", this, config);
59 TRACE("> OptionDevice::%s: endpoint %d, tx: %d, rx: %d, ir: %d\n",
65 TRACE("> OptionDevice::%s: found port at interface %d\n", __func__,
81 TRACE_ALWAYS("> OptionDevice::%s: Warning: Found more than one "
93 OptionDevice::ResetDevice()
95 TRACE_FUNCALLS("> OptionDevice
[all...]
H A DOption.h57 class OptionDevice : public ACMDevice { class in inherits:ACMDevice
59 OptionDevice(usb_device device,
H A DSerialDevice.cpp796 return new(std::nothrow) OptionDevice(device, vendorID, productID,

Completed in 53 milliseconds