Searched refs:fw_version_ptr (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/irda/
H A Dirda-usb.c1072 const unsigned char *fw_version_ptr; /* pointer to version string */ stir421x_patch_device() local
1094 fw_version_ptr = fw->data + stir421x_patch_device()
1098 if (fw_version_ptr[3] == '.' && stir421x_patch_device()
1099 fw_version_ptr[7] == '.') { stir421x_patch_device()
1101 major = simple_strtoul(fw_version_ptr, NULL, 10); stir421x_patch_device()
1102 minor = simple_strtoul(fw_version_ptr + 4, NULL, 10); stir421x_patch_device()
1103 build = simple_strtoul(fw_version_ptr + 8, NULL, 10); stir421x_patch_device()

Completed in 77 milliseconds