Home
last modified time | relevance | path

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

/haiku/headers/os/device/
H A DUSBKit.h242 status_t OtherDescriptorAt(uint32 index,
/haiku/src/kits/device/
H A DUSBInterface.cpp127 BUSBInterface::OtherDescriptorAt(uint32 index, usb_descriptor *descriptor, in OtherDescriptorAt() function in BUSBInterface
/haiku/src/bin/listusb/
H A Dlistusb.cpp132 interface->OtherDescriptorAt(i, generic, 256) == B_OK; i++) { in DumpInterface()
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/uvc/
H A DUVCCamDevice.cpp101 for (uint32 k = 0; interface->OtherDescriptorAt(k, generic, in UVCCamDevice()
124 for (uint32 k = 0; interface->OtherDescriptorAt(k, generic, in UVCCamDevice()
987 for (uint32 k = 0; interface->OtherDescriptorAt(k, generic, in AddParameters()