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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Duhci-hcd.h421 unsigned fsbr:1; /* URB wants FSBR */ member in struct:urb_priv
H A Duhci-q.c76 urbp->fsbr = 1;
81 if (urbp->fsbr) {
1611 if (urbp->fsbr && qh->wait_expired) {
1692 if (urbp && urbp->fsbr && !(status & TD_CTRL_IOC))
H A Duhci-debug.c120 out += sprintf(out, "%s%s", ptype, (urbp->fsbr ? " FSBR" : ""));

Completed in 78 milliseconds