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

/haiku/src/kits/device/
H A DUSBInterface.cpp127 BUSBInterface::OtherDescriptorAt(uint32 index, usb_descriptor *descriptor, function in class:BUSBInterface
/haiku/headers/os/device/
H A DUSBKit.h239 // Use OtherDescriptorAt() to get generic descriptors of an interface.
242 status_t OtherDescriptorAt(uint32 index,
/haiku/src/bin/listusb/
H A Dlistusb.cpp132 interface->OtherDescriptorAt(i, generic, 256) == B_OK; i++) {
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/uvc/
H A DUVCCamDevice.cpp100 for (uint32 k = 0; interface->OtherDescriptorAt(k, generic,
123 for (uint32 k = 0; interface->OtherDescriptorAt(k, generic,
977 for (uint32 k = 0; interface->OtherDescriptorAt(k, generic,

Completed in 40 milliseconds