Searched refs:flash_version (Results 1 – 5 of 5) sorted by relevance
215 vxge_hal_device_version_t flash_version; member
229 vxge_hal_device_version_t *flash_version,
175 vxge_hal_device_version_t *flash_version, in __hal_vpath_fw_flash_ver_get() argument183 (fw_date != NULL) && (flash_version != NULL) && in __hal_vpath_fw_flash_ver_get()198 (ptr_t) flash_version, (ptr_t) flash_date); in __hal_vpath_fw_flash_ver_get()258 flash_version->major = in __hal_vpath_fw_flash_ver_get()260 flash_version->minor = in __hal_vpath_fw_flash_ver_get()262 flash_version->build = in __hal_vpath_fw_flash_ver_get()265 (void) vxge_os_snprintf(flash_version->version, in __hal_vpath_fw_flash_ver_get()266 sizeof(flash_version->version), in __hal_vpath_fw_flash_ver_get()267 "%d.%d.%d", flash_version->major, in __hal_vpath_fw_flash_ver_get()268 flash_version->minor, flash_version->build); in __hal_vpath_fw_flash_ver_get()
2604 &hw_info->flash_version, in vxge_hal_device_hw_info_get()
3115 vxge_hal_device_version_t flash_version; member