Home
last modified time | relevance | path

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, in KLSIDevice() function in KLSIDevice
19 KLSIDevice::AddDevice(const usb_configuration_info *config) in AddDevice()
57 KLSIDevice::ResetDevice() in ResetDevice()
88 KLSIDevice::SetLineCoding(usb_cdc_line_coding *lineCoding) in SetLineCoding()
136 KLSIDevice::OnRead(char **buffer, size_t *numBytes) in OnRead()
150 KLSIDevice::OnWrite(const char *buffer, size_t *numBytes, size_t *packetBytes) in OnWrite()
166 KLSIDevice::OnClose() in OnClose()
H A DKLSI.h50 class KLSIDevice : public SerialDevice {
52 KLSIDevice(usb_device device, uint16 vendorID,
H A DSerialDevice.cpp756 return new(std::nothrow) KLSIDevice(device, vendorID, productID, in MakeDevice()
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DSerialDevice.cpp1052 return new(std::nothrow) KLSIDevice(device, vendorID, productID, description);