Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/nfc/fdp/
H A Dfdp.c45 const struct firmware *otp_patch; member
190 if ((type == NCI_PATCH_TYPE_OTP && !info->otp_patch) || in fdp_nci_send_patch()
195 fw = info->otp_patch; in fdp_nci_send_patch()
294 r = request_firmware(&info->otp_patch, FDP_OTP_PATCH_NAME, dev); in fdp_nci_request_firmware()
300 data = (u8 *) info->otp_patch->data; in fdp_nci_request_firmware()
308 info->otp_patch_version, (int) info->otp_patch->size); in fdp_nci_request_firmware()
319 if (info->otp_patch) { in fdp_nci_release_firmware()
320 release_firmware(info->otp_patch); in fdp_nci_release_firmware()
321 info->otp_patch = NULL; in fdp_nci_release_firmware()
/kernel/linux/linux-6.6/drivers/nfc/fdp/
H A Dfdp.c45 const struct firmware *otp_patch; member
190 if ((type == NCI_PATCH_TYPE_OTP && !info->otp_patch) || in fdp_nci_send_patch()
195 fw = info->otp_patch; in fdp_nci_send_patch()
291 r = request_firmware(&info->otp_patch, FDP_OTP_PATCH_NAME, dev); in fdp_nci_request_firmware()
297 data = (u8 *) info->otp_patch->data; in fdp_nci_request_firmware()
305 info->otp_patch_version, info->otp_patch->size); in fdp_nci_request_firmware()
313 if (info->otp_patch) { in fdp_nci_release_firmware()
314 release_firmware(info->otp_patch); in fdp_nci_release_firmware()
315 info->otp_patch = NULL; in fdp_nci_release_firmware()
/kernel/linux/linux-5.10/drivers/bluetooth/
H A Dbtintel.h92 __u8 otp_patch; member
/kernel/linux/linux-6.6/drivers/bluetooth/
H A Dbtintel.h92 __u8 otp_patch; member

Completed in 7 milliseconds