Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Dmusb_host.h52 unsigned iso_idx; /* in urb->iso_frame_desc[] */ member
H A Dmusb_host.c217 qh->iso_idx = 0; in musb_start_urb()
481 d = urb->iso_frame_desc + qh->iso_idx; in musb_host_packet_rx()
499 done = (++qh->iso_idx >= urb->number_of_packets); in musb_host_packet_rx()
1269 d = urb->iso_frame_desc + qh->iso_idx; in musb_host_tx()
1272 if (++qh->iso_idx >= urb->number_of_packets) { in musb_host_tx()
1587 d = urb->iso_frame_desc + qh->iso_idx; in musb_host_rx()
1596 if (++qh->iso_idx >= urb->number_of_packets) in musb_host_rx()
1661 d = urb->iso_frame_desc + qh->iso_idx; in musb_host_rx()