Home | History | Annotate | Download | only in libusb

Lines Matching refs:_packet

1064 	int _packet;
1071 _packet = packet;
1073 if (_packet >= transfer->num_iso_packets)
1076 for (i = 0; i < _packet; i++)
1104 int _packet;
1111 _packet = packet;
1113 if (_packet >= transfer->num_iso_packets)
1116 return transfer->buffer + (transfer->iso_packet_desc[0].length * _packet);