Home
last modified time | relevance | path

Searched refs:curDeviceType (Results 1 – 2 of 2) sorted by relevance

/rkdeveloptool/
H A DRKDevice.cpp448 ENUM_RKDEVICE_TYPE curDeviceType = RKNONE_DEVICE; in CheckChip() local
464 curDeviceType = RK27_DEVICE; in CheckChip()
466 curDeviceType = RKCAYMAN_DEVICE; in CheckChip()
468 curDeviceType = RK28_DEVICE; in CheckChip()
470 curDeviceType = RK281X_DEVICE; in CheckChip()
472 curDeviceType = RKPANDA_DEVICE; in CheckChip()
474 curDeviceType = RK29_DEVICE; in CheckChip()
476 curDeviceType = RK292X_DEVICE; in CheckChip()
478 curDeviceType = RK30_DEVICE; in CheckChip()
480 curDeviceType = RK30B_DEVICE; in CheckChip()
[all …]
H A DRKScan.cpp499 ENUM_RKUSB_TYPE curDeviceType; in Wait() local
524 curDeviceType = RKUSB_MASKROM; in Wait()
526 curDeviceType = RKUSB_LOADER; in Wait()
528 curDeviceType = RKUSB_MSC; in Wait()
530 curDeviceType = RKUSB_NONE; in Wait()
532 if ( curDeviceType == usbType ) { in Wait()