Lines Matching defs:pInterface

806 static DECLCALLBACK(void)   ohciRhXferCompletion(PVUSBIROOTHUBPORT pInterface, PVUSBURB pUrb);
807 static DECLCALLBACK(bool) ohciRhXferError(PVUSBIROOTHUBPORT pInterface, PVUSBURB pUrb);
881 static DECLCALLBACK(void *) ohciRhQueryInterface(PPDMIBASE pInterface, const char *pszIID)
883 POHCI pThis = RT_FROM_MEMBER(pInterface, OHCI, RootHub.IBase);
894 * @param pInterface Pointer to the interface structure containing the called function pointer.
898 static DECLCALLBACK(int) ohciRhQueryStatusLed(PPDMILEDPORTS pInterface, unsigned iLUN, PPDMLED *ppLed)
900 POHCI pThis = (POHCI)((uintptr_t)pInterface - RT_OFFSETOF(OHCI, RootHub.ILeds));
911 #define VUSBIROOTHUBPORT_2_OHCI(pInterface) ((POHCI)( (uintptr_t)(pInterface) - RT_OFFSETOF(OHCI, RootHub.IRhPort) ))
918 * @param pInterface Pointer to this structure.
921 static DECLCALLBACK(unsigned) ohciRhGetAvailablePorts(PVUSBIROOTHUBPORT pInterface, PVUSBPORTBITMAP pAvailable)
923 POHCI pThis = VUSBIROOTHUBPORT_2_OHCI(pInterface);
948 * @param pInterface Pointer to this structure.
950 static DECLCALLBACK(uint32_t) ohciRhGetUSBVersions(PVUSBIROOTHUBPORT pInterface)
959 * @param pInterface Pointer to this structure.
963 static DECLCALLBACK(int) ohciRhAttach(PVUSBIROOTHUBPORT pInterface, PVUSBIDEVICE pDev, unsigned uPort)
965 POHCI pThis = VUSBIROOTHUBPORT_2_OHCI(pInterface);
996 * @param pInterface Pointer to this structure.
1000 static DECLCALLBACK(void) ohciRhDetach(PVUSBIROOTHUBPORT pInterface, PVUSBIDEVICE pDev, unsigned uPort)
1002 POHCI pThis = VUSBIROOTHUBPORT_2_OHCI(pInterface);
1053 * @param pInterface Pointer to this structure.
1060 static DECLCALLBACK(int) ohciRhReset(PVUSBIROOTHUBPORT pInterface, bool fResetOnLinux)
1062 POHCI pThis = VUSBIROOTHUBPORT_2_OHCI(pInterface);
2537 * @param pInterface Pointer to OHCI::ROOTHUB::IRhPort.
2540 static DECLCALLBACK(void) ohciRhXferCompletion(PVUSBIROOTHUBPORT pInterface, PVUSBURB pUrb)
2542 POHCI pThis = VUSBIROOTHUBPORT_2_OHCI(pInterface);
2621 * @param pInterface Pointer to OHCI::ROOTHUB::IRhPort.
2624 static DECLCALLBACK(bool) ohciRhXferError(PVUSBIROOTHUBPORT pInterface, PVUSBURB pUrb)
2626 POHCI pThis = VUSBIROOTHUBPORT_2_OHCI(pInterface);