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

/haiku/headers/os/drivers/
H A DUSB_isochronous.h16 } usb_iso_packet_descriptor; typedef in typeref:struct:__anon1
H A DUSB3.h192 usb_iso_packet_descriptor *packetDesc,
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DStream.h53 usb_iso_packet_descriptor* fDescriptors;
H A DStream.cpp215 fDescriptors = new usb_iso_packet_descriptor[fDescriptorsCount];
/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusbspec_private.h53 usb_iso_packet_descriptor *packet_descriptors;
H A DPipe.cpp286 usb_iso_packet_descriptor *packetDesc, uint32 packetCount,
H A Dusb.cpp486 usb_iso_packet_descriptor *packetDesc, uint32 packetCount,
822 // ToDo: convert rlea to usb_iso_packet_descriptor
824 usb_iso_packet_descriptor *packetDesc = NULL;
H A Dusb_private.h496 usb_iso_packet_descriptor *
/haiku/src/add-ons/kernel/drivers/bus/usb/
H A Dusb_raw.h183 usb_iso_packet_descriptor *packet_descriptors;
H A Dusb_raw.cpp805 usb_iso_packet_descriptor *packetDescriptors = NULL;
815 descriptorsSize = sizeof(usb_iso_packet_descriptor)
818 = (usb_iso_packet_descriptor *)malloc(descriptorsSize);
/haiku/src/kits/device/
H A DUSBEndpoint.cpp199 usb_iso_packet_descriptor *packetDescriptors, uint32 packetCount) const
/haiku/headers/os/device/
H A DUSBKit.h350 usb_iso_packet_descriptor *packetDescriptors,
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamDevice.cpp568 usb_iso_packet_descriptor packetDescriptors[numPacketDescriptors];
604 int actual_length = ((usb_iso_packet_descriptor)
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.cpp2703 usb_iso_packet_descriptor& descriptor = isochronousData->packet_descriptors[offset];
2721 usb_iso_packet_descriptor& descriptor = isochronousData->packet_descriptors[i];
H A Dohci.cpp1372 usb_iso_packet_descriptor* packet_descriptor

Completed in 89 milliseconds