Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dfhci-q.c227 len = urb->iso_frame_desc[td->iso_index].length; in fhci_done_td()
232 urb->iso_frame_desc[td->iso_index].actual_length = len; in fhci_done_td()
233 urb->iso_frame_desc[td->iso_index].status = in fhci_done_td()
259 if (td->type != FHCI_TA_SETUP || td->iso_index != 0) in fhci_done_td()
Dfhci-mem.c101 td->iso_index = index; in fhci_td_fill()
Dfhci.h345 u16 iso_index; /* ISO transaction index */ member