Searched defs:iso_descs (Results 1 - 1 of 1) sorted by path

/drivers/usb/dwc2/
H A Dhcd.h196 struct dwc2_hcd_iso_packet_desc iso_descs[0]; member in struct:dwc2_hcd_urb
608 dwc2_urb->iso_descs[desc_num].offset = offset;
609 dwc2_urb->iso_descs[desc_num].length = length;
615 return dwc2_urb->iso_descs[desc_num].status;
621 return dwc2_urb->iso_descs[desc_num].actual_length;

Completed in 56 milliseconds