HomeSort by relevance Sort by last modified time
    Searched defs:USBDevice (Results 1 - 2 of 2) sorted by null

  /external/libusb/libusb/os/
haiku_usb.h 30 class USBDevice;
34 class USBDevice {
36 USBDevice(const char *);
37 virtual ~USBDevice();
66 USBDeviceHandle(USBDevice *dev);
79 USBDevice* fUSBDevice;
90 USBTransfer(struct usbi_transfer *, USBDevice *);
99 USBDevice* fUSBDevice;
haiku_usb_backend.cpp 34 USBTransfer::USBTransfer(struct usbi_transfer *itransfer, USBDevice *device)
223 USBDeviceHandle::USBDeviceHandle(USBDevice *dev)
313 USBDevice::USBDevice(const char *path)
327 USBDevice::~USBDevice()
344 USBDevice::InitCheck()
350 USBDevice::Location() const
356 USBDevice::CountConfigurations() const
362 USBDevice::Descriptor() cons
    [all...]

Completed in 516 milliseconds