Searched refs:iso_frame (Results 1 - 6 of 6) 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/host/
H A Duhci-hcd.h153 unsigned int iso_frame; /* Frame # for iso_packet_desc */ member in struct:uhci_qh
H A Duhci-q.c1272 frame = qh->iso_frame;
1329 qh->iso_frame = urb->start_frame;
1349 if (uhci_frame_before_eq(uhci->cur_iso_frame, qh->iso_frame))
1352 uhci_remove_tds_from_frame(uhci, qh->iso_frame);
1371 qh->iso_frame += qh->period;
1509 qh->iso_frame = nurb->start_frame;
H A Duhci-debug.c177 qh->iso_frame, qh->iso_packet_desc);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/
H A Duhci-hcd.h153 unsigned int iso_frame; /* Frame # for iso_packet_desc */ member in struct:uhci_qh
H A Duhci-q.c1272 frame = qh->iso_frame;
1329 qh->iso_frame = urb->start_frame;
1349 if (uhci_frame_before_eq(uhci->cur_iso_frame, qh->iso_frame))
1352 uhci_remove_tds_from_frame(uhci, qh->iso_frame);
1371 qh->iso_frame += qh->period;
1509 qh->iso_frame = nurb->start_frame;
H A Duhci-debug.c177 qh->iso_frame, qh->iso_packet_desc);

Completed in 167 milliseconds