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

/vbox/src/VBox/Devices/USB/
H A DDevOHCI.cpp18 /** @page pg_dev_ohci OHCI - Open Host Controller Interface Emulation.
20 * This component implements an OHCI USB controller. It is split roughly in
22 * specification of USB OHCI and the second part maintains the root hub (which
25 * The OHCI registers are used for the usual stuff like enabling and disabling
64 * As for error handling OHCI allows for 3 retries before failing a transfer,
72 * requests so that the OHCI is never seen in an inconsistent state by the
122 * is the maximum defined by the OHCI spec.
134 /** Pointer to OHCI device data. */
135 typedef struct OHCI *POHCI;
136 /** Read-only pointer to the OHCI devic
222 typedef struct OHCI struct
391 } OHCI; typedef in typeref:struct:OHCI
[all...]

Completed in 43 milliseconds