Searched refs:STRUCT_RKDEVICE_DESC (Results 1 – 8 of 8) sorted by relevance
| /rkdeveloptool/ |
| H A D | RKScan.h | 32 …bool Wait(STRUCT_RKDEVICE_DESC &device, ENUM_RKUSB_TYPE usbType, USHORT usVid = 0, USHORT usPid = … 34 …bool MutexWait(UINT_VECTOR &vecExistedDevice, STRUCT_RKDEVICE_DESC &device, ENUM_RKUSB_TYPE usbTyp… 36 bool GetDevice(STRUCT_RKDEVICE_DESC &device, int pos);
|
| H A D | RKComm.h | 131 virtual bool Reset_Usb_Config(STRUCT_RKDEVICE_DESC devDesc) = 0; 137 STRUCT_RKDEVICE_DESC m_deviceDesc; 159 CRKUsbComm(STRUCT_RKDEVICE_DESC devDesc, CRKLog *pLog, bool &bRet); 161 virtual bool Reset_Usb_Config(STRUCT_RKDEVICE_DESC devDesc); 171 bool InitializeUsb(STRUCT_RKDEVICE_DESC devDesc);
|
| H A D | RKComm.cpp | 14 memset(&m_deviceDesc,0,sizeof(STRUCT_RKDEVICE_DESC)); in CRKComm() 21 CRKUsbComm::CRKUsbComm(STRUCT_RKDEVICE_DESC devDesc, CRKLog *pLog, bool &bRet):CRKComm(pLog) in CRKUsbComm() 30 bool CRKUsbComm::InitializeUsb(STRUCT_RKDEVICE_DESC devDesc) in InitializeUsb() 38 memcpy(&m_deviceDesc, &devDesc, sizeof(STRUCT_RKDEVICE_DESC)); in InitializeUsb() 106 memset(&m_deviceDesc, 0, sizeof(STRUCT_RKDEVICE_DESC)); in UninitializeUsb() 110 bool CRKUsbComm::Reset_Usb_Config(STRUCT_RKDEVICE_DESC devDesc) in Reset_Usb_Config()
|
| H A D | DefineHeader.h | 131 } STRUCT_RKDEVICE_DESC, *PSTRUCT_RKDEVICE_DESC; typedef 209 typedef list<STRUCT_RKDEVICE_DESC> RKDEVICE_DESC_SET;
|
| H A D | main.cpp | 814 bool check_device_type(STRUCT_RKDEVICE_DESC &dev, UINT uiSupportType) in check_device_type() 869 bool write_parameter(STRUCT_RKDEVICE_DESC &dev, char *szParameter) in write_parameter() 921 bool write_gpt(STRUCT_RKDEVICE_DESC &dev, char *szParameter) in write_gpt() 1763 bool download_boot(STRUCT_RKDEVICE_DESC &dev, char *szLoader) in download_boot() 1829 bool upgrade_loader(STRUCT_RKDEVICE_DESC &dev, char *szLoader) in upgrade_loader() 2031 bool print_gpt(STRUCT_RKDEVICE_DESC &dev) in print_gpt() 2086 bool print_parameter(STRUCT_RKDEVICE_DESC &dev) in print_parameter() 2139 bool erase_flash(STRUCT_RKDEVICE_DESC &dev) in erase_flash() 2212 bool test_device(STRUCT_RKDEVICE_DESC &dev) in test_device() 2239 bool reset_device(STRUCT_RKDEVICE_DESC &dev, BYTE subCode = RST_NONE_SUBCODE) in reset_device() [all …]
|
| H A D | RKScan.cpp | 230 STRUCT_RKDEVICE_DESC desc; in EnumerateUsbDevice() 405 bool CRKScan::MutexWait(UINT_VECTOR &vecExistedDevice, STRUCT_RKDEVICE_DESC &device, ENUM_RKUSB_TYP… in MutexWait() 496 bool CRKScan::Wait(STRUCT_RKDEVICE_DESC &device, ENUM_RKUSB_TYPE usbType, USHORT usVid, USHORT usPi… in Wait() 579 bool CRKScan::GetDevice(STRUCT_RKDEVICE_DESC &device, int pos) in GetDevice()
|
| H A D | RKDevice.h | 99 CRKDevice(STRUCT_RKDEVICE_DESC &device);
|
| H A D | RKDevice.cpp | 115 CRKDevice::CRKDevice(STRUCT_RKDEVICE_DESC &device) in CRKDevice()
|