Home
last modified time | relevance | path

Searched refs:iso_packet_desc (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/usb/host/
Duhci-q.c1360 qh->iso_packet_desc = &urb->iso_frame_desc[0]; in uhci_submit_isochronous()
1395 qh->iso_packet_desc->actual_length = actlength; in uhci_result_isochronous()
1396 qh->iso_packet_desc->status = status; in uhci_result_isochronous()
1404 ++qh->iso_packet_desc; in uhci_result_isochronous()
1540 qh->iso_packet_desc = &nurb->iso_frame_desc[0]; in uhci_giveback_urb()
Duhci-hcd.h162 struct usb_iso_packet_descriptor *iso_packet_desc; member
Duhci-debug.c188 qh->iso_frame, qh->iso_packet_desc); in uhci_show_qh()