Home
last modified time | relevance | path

Searched defs:dev (Results 1 – 2 of 2) sorted by relevance

/rkdeveloptool/
H A Dmain.cpp814 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 DRKScan.cpp236 libusb_device *dev; in EnumerateUsbDevice() local