Searched refs:iso_idx (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/usb/musb-new/
H A Dmusb_host.h51 unsigned iso_idx; /* in urb->iso_frame_desc[] */ member in struct:musb_qh
H A Dmusb_host.c221 qh->iso_idx = 0;
485 d = urb->iso_frame_desc + qh->iso_idx;
503 done = (++qh->iso_idx >= urb->number_of_packets);
1273 d = urb->iso_frame_desc + qh->iso_idx;
1276 if (++qh->iso_idx >= urb->number_of_packets) {
1591 d = urb->iso_frame_desc + qh->iso_idx;
1600 if (++qh->iso_idx >= urb->number_of_packets)
1665 d = urb->iso_frame_desc + qh->iso_idx;

Completed in 89 milliseconds