Searched refs:RequestULPort (Results 1 – 2 of 2) sorted by relevance
372 if (iSrp->RequestULPort(SRP_INPUT_PORT_TAG)) in ResetTsc()373 iSrp->RequestULPort(SRP_INPUT_PORT_TAG)->Disconnect(); in ResetTsc()375 if (iSrp->RequestULPort(SRP_OUTPUT_PORT_TAG)) in ResetTsc()376 iSrp->RequestULPort(SRP_OUTPUT_PORT_TAG)->Disconnect(); in ResetTsc()2373 port = iSrp->RequestULPort(SRP_INPUT_PORT_TAG); in ConfigureSrp()2376 port = iSrp->RequestULPort(SRP_OUTPUT_PORT_TAG); in ConfigureSrp()2427 port = iSrp->RequestULPort(SRP_INPUT_PORT_TAG); in StopSrp()2435 port = iSrp->RequestULPort(SRP_OUTPUT_PORT_TAG); in StopSrp()
318 PVMFPortInterface * RequestULPort(const int32 aPortTag) in RequestULPort() function