Searched refs:iso_frame (Results 1 – 4 of 4) sorted by relevance
1294 frame = qh->iso_frame; in uhci_submit_isochronous()1361 qh->iso_frame = urb->start_frame; in uhci_submit_isochronous()1381 if (uhci_frame_before_eq(uhci->cur_iso_frame, qh->iso_frame)) in uhci_result_isochronous()1384 uhci_remove_tds_from_frame(uhci, qh->iso_frame); in uhci_result_isochronous()1403 qh->iso_frame += qh->period; in uhci_result_isochronous()1541 qh->iso_frame = nurb->start_frame; in uhci_giveback_urb()
172 unsigned int iso_frame; /* Frame # for iso_packet_desc */ member
189 qh->iso_frame, qh->iso_packet_desc); in uhci_show_qh()
2184 struct usb_iso_packet_descriptor *iso_frame; in __wa_populate_buf_in_urb_isoc() local2198 iso_frame = &iso_frame_desc[urb_frame_index]; in __wa_populate_buf_in_urb_isoc()2199 total_len += iso_frame->actual_length; in __wa_populate_buf_in_urb_isoc()2208 if ((iso_frame->offset + iso_frame->actual_length) == in __wa_populate_buf_in_urb_isoc()2213 && ((iso_frame->actual_length % dti_packet_size) == 0)); in __wa_populate_buf_in_urb_isoc()