Home
last modified time | relevance | path

Searched refs:iso_frame (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/usb/host/
Duhci-q.c1293 frame = qh->iso_frame; in uhci_submit_isochronous()
1360 qh->iso_frame = urb->start_frame; in uhci_submit_isochronous()
1380 if (uhci_frame_before_eq(uhci->cur_iso_frame, qh->iso_frame)) in uhci_result_isochronous()
1383 uhci_remove_tds_from_frame(uhci, qh->iso_frame); in uhci_result_isochronous()
1402 qh->iso_frame += qh->period; in uhci_result_isochronous()
1540 qh->iso_frame = nurb->start_frame; in uhci_giveback_urb()
Duhci-hcd.h173 unsigned int iso_frame; /* Frame # for iso_packet_desc */ member
Duhci-debug.c189 qh->iso_frame, qh->iso_packet_desc); in uhci_show_qh()
/Linux-v4.19/drivers/usb/wusbcore/
Dwa-xfer.c2171 struct usb_iso_packet_descriptor *iso_frame; in __wa_populate_buf_in_urb_isoc() local
2185 iso_frame = &iso_frame_desc[urb_frame_index]; in __wa_populate_buf_in_urb_isoc()
2186 total_len += iso_frame->actual_length; in __wa_populate_buf_in_urb_isoc()
2195 if ((iso_frame->offset + iso_frame->actual_length) == in __wa_populate_buf_in_urb_isoc()
2200 && ((iso_frame->actual_length % dti_packet_size) == 0)); in __wa_populate_buf_in_urb_isoc()