Home
last modified time | relevance | path

Searched refs:firmware_versions (Results 1 – 3 of 3) sorted by relevance

/device/asus/fugu/recovery/
Dfw_version_check.h27 struct firmware_versions { struct
39 int get_current_fw_rev(struct firmware_versions *v); argument
44 int get_image_fw_rev(void *data, unsigned sz, struct firmware_versions *v);
48 int fw_vercmp(struct firmware_versions *v1, struct firmware_versions *v2);
Dfw_version_check.c167 int get_current_fw_rev(struct firmware_versions *v) in get_current_fw_rev()
194 int get_image_fw_rev(void *data, unsigned sz, struct firmware_versions *v) in get_image_fw_rev()
205 memset((void *)v, 0, sizeof(struct firmware_versions)); in get_image_fw_rev()
Drecovery_updater.c42 static void dump_fw_versions(struct firmware_versions *v) in dump_fw_versions()
76 struct firmware_versions dev_fw_rev, img_fw_rev; in check_ifwi_file_scu_emmc()