Home
last modified time | relevance | path

Searched refs:fsbr (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Duhci-q.c76 urbp->fsbr = 1; in uhci_add_fsbr()
81 if (urbp->fsbr) { in uhci_urbp_wants_fsbr()
1642 if (urbp->fsbr && qh->wait_expired) { in uhci_scan_qh()
1725 if (urbp && urbp->fsbr && !(status & TD_CTRL_IOC)) in uhci_advance_check()
H A Duhci-hcd.h487 unsigned fsbr:1; /* URB wants FSBR */ member
H A Duhci-debug.c126 out += sprintf(out, "%s%s", ptype, (urbp->fsbr ? " FSBR" : "")); in uhci_show_urbp()