Lines Matching defs:pInterface
1483 * @param pInterface Pointer to the device interface structure.
1485 DECLCALLBACK(int) vusbIDevicePowerOn(PVUSBIDEVICE pInterface)
1487 PVUSBDEV pDev = (PVUSBDEV)pInterface;
1519 * @param pInterface Pointer to the device interface structure.
1521 DECLCALLBACK(int) vusbIDevicePowerOff(PVUSBIDEVICE pInterface)
1523 PVUSBDEV pDev = (PVUSBDEV)pInterface;
1548 VUSBIRhReapAsyncUrbs(&pRh->IRhConnector, pInterface, 0);
1560 * @param pInterface Pointer to the device interface structure.
1562 DECLCALLBACK(VUSBDEVICESTATE) vusbIDeviceGetState(PVUSBIDEVICE pInterface)
1564 return vusbDevGetState((PVUSBDEV)pInterface);
1571 DECLCALLBACK(bool) vusbIDeviceIsEmulated(PVUSBIDEVICE pInterface)
1573 PVUSBDEV pDev = (PVUSBDEV)pInterface;
1576 LogFlowFunc(("pInterface=%p\n", pInterface));
1586 DECLCALLBACK(VUSBSPEED) vusbIDeviceGetSpeed(PVUSBIDEVICE pInterface)
1588 PVUSBDEV pDev = (PVUSBDEV)pInterface;
1591 LogFlowFunc(("pInterface=%p, returns %u\n", pInterface, enmSpeed));