Lines Matching refs:STRUCT_RKDEVICE_DESC
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()
2267 bool change_storage(STRUCT_RKDEVICE_DESC &dev, BYTE storage) in change_storage()
2313 bool read_flash_id(STRUCT_RKDEVICE_DESC &dev) in read_flash_id()
2342 bool read_flash_info(STRUCT_RKDEVICE_DESC &dev) in read_flash_info()
2390 bool read_chip_info(STRUCT_RKDEVICE_DESC &dev) in read_chip_info()
2421 bool read_capability(STRUCT_RKDEVICE_DESC &dev) in read_capability()
2492 bool read_param(STRUCT_RKDEVICE_DESC &dev, u8 *pParam) in read_param()
2523 bool read_gpt(STRUCT_RKDEVICE_DESC &dev, u8 *pGpt) in read_gpt()
2553 bool read_lba(STRUCT_RKDEVICE_DESC &dev, UINT uiBegin, UINT uiLen, char *szFile) in read_lba()
2622 bool erase_ubi_block(STRUCT_RKDEVICE_DESC &dev, u32 uiOffset, u32 uiPartSize) in erase_ubi_block()
2757 bool write_sparse_lba(STRUCT_RKDEVICE_DESC &dev, UINT uiBegin, UINT uiSize, char *szFile) in write_sparse_lba()
2923 bool write_lba(STRUCT_RKDEVICE_DESC &dev, UINT uiBegin, char *szFile) in write_lba()
3071 STRUCT_RKDEVICE_DESC desc; in list_device()
3103 STRUCT_RKDEVICE_DESC dev; in handle_command()