Searched refs:fw_version_ptr (Results 1 – 1 of 1) sorted by relevance
1070 const unsigned char *fw_version_ptr; /* pointer to version string */ in stir421x_patch_device() local1092 fw_version_ptr = fw->data + in stir421x_patch_device()1096 if (fw_version_ptr[3] == '.' && in stir421x_patch_device()1097 fw_version_ptr[7] == '.') { in stir421x_patch_device()1099 major = simple_strtoul(fw_version_ptr, NULL, 10); in stir421x_patch_device()1100 minor = simple_strtoul(fw_version_ptr + 4, NULL, 10); in stir421x_patch_device()1101 build = simple_strtoul(fw_version_ptr + 8, NULL, 10); in stir421x_patch_device()