Lines Matching defs:packet
1387 /* build "status change" packet (one or two bytes) from HC registers */
2651 * other OUT ones may need a terminating short packet
4014 iso_sched = kzalloc(struct_size(iso_sched, packet, packets), mem_flags);
4035 struct fotg210_iso_packet *uframe = &iso_sched->packet[i];
4300 struct fotg210_iso_packet *uf = &iso_sched->packet[index];
4351 int packet;
4370 for (packet = 0, itd = NULL; packet < urb->number_of_packets;) {
4387 itd_patch(fotg210, itd, iso_sched, packet, uframe);
4391 packet++;
4395 || packet == urb->number_of_packets) {
4435 /* for each uframe with a packet */