Searched refs:USBDevice (Results 1 – 4 of 4) sorted by relevance
30 class USBDevice; variable34 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;
34 USBTransfer::USBTransfer(struct usbi_transfer *itransfer, USBDevice *device) in USBTransfer()223 USBDeviceHandle::USBDeviceHandle(USBDevice *dev) in USBDeviceHandle()313 USBDevice::USBDevice(const char *path) in USBDevice() function in USBDevice327 USBDevice::~USBDevice() in ~USBDevice()344 USBDevice::InitCheck() in InitCheck()350 USBDevice::Location() const in Location()356 USBDevice::CountConfigurations() const in CountConfigurations()362 USBDevice::Descriptor() const in Descriptor()368 USBDevice::ConfigurationDescriptor(uint32 index) const in ConfigurationDescriptor()376 USBDevice::ActiveConfiguration() const in ActiveConfiguration()[all …]
50 USBDevice *dev = *((USBDevice **)dev_handle->dev->os_priv); in haiku_open()75 USBDevice *dev = *((USBDevice **)device->os_priv); in haiku_get_device_descriptor()84 USBDevice *dev = *((USBDevice **)device->os_priv); in haiku_get_active_config_descriptor()96 USBDevice *dev = *((USBDevice **)device->os_priv); in haiku_get_config_descriptor()247 /*.device_priv_size =*/ sizeof(USBDevice *),
32 USBDevice* fDevice;93 fDevice = new(std::nothrow) USBDevice(path.Path()); in WatchedEntry()113 *((USBDevice **)dev->os_priv) = fDevice; in WatchedEntry()