Home
last modified time | relevance | path

Searched refs:otp_patch (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/nfc/fdp/
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()
/linux-6.12.1/drivers/bluetooth/
Dbtintel.h104 __u8 otp_patch; member