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

/vbox/src/VBox/Devices/USB/
H A DDevOHCI.cpp135 typedef struct OHCI *POHCI; typedef in typeref:struct:OHCI
193 R3PTRTYPE(POHCI) pOhci;
578 int (*pfnWrite)(POHCI pThis, uint32_t iReg, uint32_t u32Value);
803 static void ohciBusResume(POHCI ohci, bool fHardware);
804 static void ohciBusStop(POHCI pThis);
809 static int ohci_in_flight_find(POHCI pThis, uint32_t GCPhysTD);
811 static int ohci_in_done_queue_find(POHCI pThis, uint32_t GCPhysTD);
821 static void ohciUpdateInterruptLocked(POHCI ohci, const char *msg)
843 DECLINLINE(int) ohciSetInterruptInt(POHCI ohci, int rcBusy, uint32_t intr, const char *msg)
868 static void ohci_remote_wakeup(POHCI pThi
[all...]

Completed in 105 milliseconds