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