Home
last modified time | relevance | path

Searched refs:STRUCT_RKDEVICE_DESC (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/rkupdate/
H A DDefineHeader.h187 } STRUCT_RKDEVICE_DESC, *PSTRUCT_RKDEVICE_DESC; typedef
189 typedef list<STRUCT_RKDEVICE_DESC> RKDEVICE_DESC_SET;
H A DUpgrade.cpp781 STRUCT_RKDEVICE_DESC device; in GetPubicKeyFromDevice()
874 STRUCT_RKDEVICE_DESC device; in do_rk_firmware_upgrade()
1100 STRUCT_RKDEVICE_DESC device; in do_rk_partition_upgrade()
H A DRKDevice.h120 CRKDevice(STRUCT_RKDEVICE_DESC &device);
H A DRKComm.h211 STRUCT_RKDEVICE_DESC m_deviceDesc;
H A DRKAndroidDevice.h201 CRKAndroidDevice(STRUCT_RKDEVICE_DESC &device);
H A DRKDevice.cpp69 CRKDevice::CRKDevice(STRUCT_RKDEVICE_DESC &device) in CRKDevice()
H A DRKAndroidDevice.cpp319 CRKAndroidDevice::CRKAndroidDevice(STRUCT_RKDEVICE_DESC &device): CRKDevice(device) in CRKAndroidDevice()