HomeSort by relevance Sort by last modified time
    Searched refs:iso_idx (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/usb/musb-new/
musb_host.h 51 unsigned iso_idx; /* in urb->iso_frame_desc[] */ member in struct:musb_qh
musb_host.c 216 qh->iso_idx = 0;
480 d = urb->iso_frame_desc + qh->iso_idx;
498 done = (++qh->iso_idx >= urb->number_of_packets);
    [all...]

Completed in 347 milliseconds