Searched defs:fHardware (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/USB/
H A DDevOHCI.cpp803 static void ohciBusResume(POHCI ohci, bool fHardware);
3981 static void ohciBusResume(POHCI pThis, bool fHardware) argument
3986 Log(("pThis: ohciBusResume fHardware=%RTbool RWE=%s\n",
3987 fHardware, (pThis->ctl & OHCI_CTL_RWE) ? "on" : "off"));
3989 if (fHardware && (pThis->ctl & OHCI_CTL_RWE))

Completed in 51 milliseconds