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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/musb/
H A Dmusb_host.h73 unsigned iso_idx; /* in urb->iso_frame_desc[] */ member in struct:musb_qh
H A Dmusb_host.c231 qh->iso_idx = 0;
478 d = urb->iso_frame_desc + qh->iso_idx;
496 done = (++qh->iso_idx >= urb->number_of_packets);
1262 d = urb->iso_frame_desc + qh->iso_idx;
1265 if (++qh->iso_idx >= urb->number_of_packets) {
1575 d = urb->iso_frame_desc + qh->iso_idx;
1584 if (++qh->iso_idx >= urb->number_of_packets)
1648 d = urb->iso_frame_desc + qh->iso_idx;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/musb/
H A Dmusb_host.h73 unsigned iso_idx; /* in urb->iso_frame_desc[] */ member in struct:musb_qh
H A Dmusb_host.c231 qh->iso_idx = 0;
478 d = urb->iso_frame_desc + qh->iso_idx;
496 done = (++qh->iso_idx >= urb->number_of_packets);
1262 d = urb->iso_frame_desc + qh->iso_idx;
1265 if (++qh->iso_idx >= urb->number_of_packets) {
1575 d = urb->iso_frame_desc + qh->iso_idx;
1584 if (++qh->iso_idx >= urb->number_of_packets)
1648 d = urb->iso_frame_desc + qh->iso_idx;

Completed in 166 milliseconds