Home
last modified time | relevance | path

Searched refs:hb_iso_rx (Results 1 – 4 of 4) sorted by relevance

/drivers/usb/musb/
Dmusb_core.h389 unsigned hb_iso_rx:1; /* high bandwidth iso rx? */ member
Dmusb_gadget.c997 ok = musb->hb_iso_rx; in musb_gadget_enable()
Dmusb_core.c1483 musb->hb_iso_rx = true; in musb_core_init()
Dmusb_host.c2257 ok = (usb_pipein(urb->pipe) && musb->hb_iso_rx) in musb_urb_enqueue()