Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
Duhci-q.c1359 qh->iso_packet_desc = &urb->iso_frame_desc[0]; in uhci_submit_isochronous()
1394 qh->iso_packet_desc->actual_length = actlength; in uhci_result_isochronous()
1395 qh->iso_packet_desc->status = status; in uhci_result_isochronous()
1403 ++qh->iso_packet_desc; in uhci_result_isochronous()
1539 qh->iso_packet_desc = &nurb->iso_frame_desc[0]; in uhci_giveback_urb()
Duhci-hcd.h166 struct usb_iso_packet_descriptor *iso_packet_desc; member
Duhci-debug.c189 qh->iso_frame, qh->iso_packet_desc); in uhci_show_qh()