Searched refs:usb_iso_packet_descriptor (Results 1 - 12 of 12) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/bus_managers/usb/
H A Dusbspec_private.h58 usb_iso_packet_descriptor *packet_descriptors;
H A Dusb.cpp358 usb_iso_packet_descriptor *packetDesc, uint32 packetCount,
679 // ToDo: convert rlea to usb_iso_packet_descriptor
681 usb_iso_packet_descriptor *packetDesc = NULL;
H A DPipe.cpp227 usb_iso_packet_descriptor *packetDesc, uint32 packetCount,
H A Dusb_private.h437 usb_iso_packet_descriptor *
/haiku-fatelf/src/add-ons/kernel/drivers/audio/usb_audio/
H A DStream.h67 usb_iso_packet_descriptor* fDescriptors;
H A DStream.cpp121 bufferSize *= (sizeof(usb_iso_packet_descriptor) + endpoint->fMaxPacketSize);
150 fDescriptorsCount /= (sizeof(usb_iso_packet_descriptor)
175 sizeof(usb_iso_packet_descriptor));
/haiku-fatelf/headers/os/drivers/
H A DUSB3.h80 } usb_iso_packet_descriptor; typedef in typeref:struct:__anon231
192 usb_iso_packet_descriptor *packetDesc,
/haiku-fatelf/src/add-ons/kernel/drivers/bus/usb/
H A Dusb_raw.h175 usb_iso_packet_descriptor *packet_descriptors;
H A Dusb_raw.cpp711 usb_iso_packet_descriptor *packetDescriptors = NULL;
716 descriptorsSize = sizeof(usb_iso_packet_descriptor)
719 = (usb_iso_packet_descriptor *)malloc(descriptorsSize);
/haiku-fatelf/headers/os/device/
H A DUSBKit.h350 usb_iso_packet_descriptor *packetDescriptors,
/haiku-fatelf/src/kits/device/
H A DUSBEndpoint.cpp199 usb_iso_packet_descriptor *packetDescriptors, uint32 packetCount) const
/haiku-fatelf/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamDevice.cpp569 usb_iso_packet_descriptor packetDescriptors[numPacketDescriptors];
607 int actual_length = ((usb_iso_packet_descriptor)

Completed in 69 milliseconds