Home
last modified time | relevance | path

Searched refs:RKUSB_LOADER (Results 1 – 5 of 5) sorted by relevance

/rkdeveloptool/
H A DRKComm.cpp282 if ((m_deviceDesc.emUsbType != RKUSB_LOADER) && (m_deviceDesc.emUsbType != RKUSB_MASKROM)) { in RKU_EraseBlock()
320 if ((m_deviceDesc.emUsbType != RKUSB_LOADER) && (m_deviceDesc.emUsbType != RKUSB_MASKROM)) { in RKU_ReadChipInfo()
355 if ((m_deviceDesc.emUsbType != RKUSB_LOADER) && (m_deviceDesc.emUsbType != RKUSB_MASKROM)) { in RKU_ReadFlashID()
390 if ((m_deviceDesc.emUsbType != RKUSB_LOADER) && (m_deviceDesc.emUsbType != RKUSB_MASKROM)) { in RKU_ReadFlashInfo()
435 if ((m_deviceDesc.emUsbType != RKUSB_LOADER) && (m_deviceDesc.emUsbType != RKUSB_MASKROM)) { in RKU_ReadCapability()
475 if ((m_deviceDesc.emUsbType != RKUSB_LOADER) && (m_deviceDesc.emUsbType != RKUSB_MASKROM)) { in RKU_ReadLBA()
522 if ((m_deviceDesc.emUsbType != RKUSB_LOADER) && (m_deviceDesc.emUsbType != RKUSB_MASKROM)) { in RKU_ResetDevice()
561 if ((m_deviceDesc.emUsbType != RKUSB_LOADER) && (m_deviceDesc.emUsbType != RKUSB_MASKROM)) { in RKU_ChangeStorage()
601 if ((m_deviceDesc.emUsbType != RKUSB_LOADER) && (m_deviceDesc.emUsbType != RKUSB_MASKROM)) { in RKU_ReadStorage()
650 if ((m_deviceDesc.emUsbType != RKUSB_LOADER) && (m_deviceDesc.emUsbType != RKUSB_MASKROM)) { in RKU_TestDeviceReady()
[all …]
H A DRKScan.cpp352 if ( (type & RKUSB_LOADER) == 0 ) { in Search()
400 (*iter).emUsbType = RKUSB_LOADER; in Search()
420 iRet = Search(RKUSB_MASKROM | RKUSB_LOADER | RKUSB_MSC); in MutexWait()
471 iRet = Search(RKUSB_MASKROM | RKUSB_LOADER | RKUSB_MSC); in MutexWaitPrepare()
473 iRet2 = Search(RKUSB_MASKROM | RKUSB_LOADER | RKUSB_MSC); in MutexWaitPrepare()
526 curDeviceType = RKUSB_LOADER; in Wait()
H A Dmain.cpp875 if (!check_device_type(dev, RKUSB_MASKROM|RKUSB_LOADER)) in write_parameter()
2033 if (!check_device_type(dev, RKUSB_LOADER | RKUSB_MASKROM)) in print_gpt()
2088 if (!check_device_type(dev, RKUSB_LOADER | RKUSB_MASKROM)) in print_parameter()
2141 if (!check_device_type(dev, RKUSB_LOADER | RKUSB_MASKROM)) in erase_flash()
2214 if (!check_device_type(dev, RKUSB_LOADER | RKUSB_MASKROM)) in test_device()
2241 if (!check_device_type(dev, RKUSB_LOADER | RKUSB_MASKROM)) in reset_device()
2269 if (!check_device_type(dev, RKUSB_LOADER | RKUSB_MASKROM)) in change_storage()
2318 if (!check_device_type(dev, RKUSB_LOADER | RKUSB_MASKROM)) in read_flash_id()
2347 if (!check_device_type(dev, RKUSB_LOADER | RKUSB_MASKROM)) in read_flash_info()
2395 if (!check_device_type(dev, RKUSB_LOADER | RKUSB_MASKROM)) in read_chip_info()
[all …]
H A DDefineHeader.h68 RKUSB_LOADER = 0x02, enumerator
H A DRKDevice.cpp395 if (UsbType == RKUSB_LOADER) { in TestDevice()