Home | History | Annotate | Download | only in libusb

Lines Matching refs:num_iso_packets

762 	int num_iso_packets;
1006 * \param num_iso_packets the number of isochronous packets
1013 unsigned char *buffer, int length, int num_iso_packets,
1022 transfer->num_iso_packets = num_iso_packets;
1029 * transfer, based on the num_iso_packets field in the transfer structure.
1039 for (i = 0; i < transfer->num_iso_packets; i++)
1073 if (_packet >= transfer->num_iso_packets)
1113 if (_packet >= transfer->num_iso_packets)