Home
last modified time | relevance | path

Searched refs:iso_idx (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/usb/musb-new/
Dmusb_host.h51 unsigned iso_idx; /* in urb->iso_frame_desc[] */ member
Dmusb_host.c216 qh->iso_idx = 0; in musb_start_urb()
480 d = urb->iso_frame_desc + qh->iso_idx; in musb_host_packet_rx()
498 done = (++qh->iso_idx >= urb->number_of_packets); in musb_host_packet_rx()
1268 d = urb->iso_frame_desc + qh->iso_idx; in musb_host_tx()
1271 if (++qh->iso_idx >= urb->number_of_packets) { in musb_host_tx()
1586 d = urb->iso_frame_desc + qh->iso_idx; in musb_host_rx()
1595 if (++qh->iso_idx >= urb->number_of_packets) in musb_host_rx()
1660 d = urb->iso_frame_desc + qh->iso_idx; in musb_host_rx()