Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/musb/
Dmusb_host.h65 unsigned iso_idx; /* in urb->iso_frame_desc[] */ member
Dmusb_host.c236 qh->iso_idx = 0; in musb_start_urb()
487 d = urb->iso_frame_desc + qh->iso_idx; in musb_host_packet_rx()
505 done = (++qh->iso_idx >= urb->number_of_packets); in musb_host_packet_rx()
1398 d = urb->iso_frame_desc + qh->iso_idx; in musb_host_tx()
1401 if (++qh->iso_idx >= urb->number_of_packets) { in musb_host_tx()
1702 d = urb->iso_frame_desc + qh->iso_idx; in musb_host_rx()
1711 if (++qh->iso_idx >= urb->number_of_packets) { in musb_host_rx()
1721 urb->iso_frame_desc[qh->iso_idx].offset in musb_host_rx()
1725 urb->iso_frame_desc[qh->iso_idx].length; in musb_host_rx()
1798 d = urb->iso_frame_desc + qh->iso_idx; in musb_host_rx()