Home
last modified time | relevance | path

Searched refs:RKU_ResetDevice (Results 1 – 4 of 4) sorted by relevance

/rkdeveloptool/
H A DRKComm.h126 virtual int RKU_ResetDevice(BYTE bySubCode = RST_NONE_SUBCODE) = 0;
154 virtual int RKU_ResetDevice(BYTE bySubCode = RST_NONE_SUBCODE);
H A DRKDevice.cpp416 iRet = m_pComm->RKU_ResetDevice(); in ResetDevice()
434 iRet = m_pComm->RKU_ResetDevice(RST_POWEROFF_SUBCODE); in PowerOffDevice()
H A DRKComm.cpp520 int CRKUsbComm::RKU_ResetDevice(BYTE bySubCode) in RKU_ResetDevice() function in CRKUsbComm
H A Dmain.cpp2248 iRet = pComm->RKU_ResetDevice(subCode); in reset_device()