Searched refs:otp_patch (Results 1 – 2 of 2) sorted by relevance
53 const struct firmware *otp_patch; member198 if ((type == NCI_PATCH_TYPE_OTP && !info->otp_patch) || in fdp_nci_send_patch()203 fw = info->otp_patch; in fdp_nci_send_patch()315 r = request_firmware(&info->otp_patch, FDP_OTP_PATCH_NAME, dev); in fdp_nci_request_firmware()321 data = (u8 *) info->otp_patch->data; in fdp_nci_request_firmware()329 info->otp_patch_version, (int) info->otp_patch->size); in fdp_nci_request_firmware()340 if (info->otp_patch) { in fdp_nci_release_firmware()341 release_firmware(info->otp_patch); in fdp_nci_release_firmware()342 info->otp_patch = NULL; in fdp_nci_release_firmware()
41 __u8 otp_patch; member