Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/nfc/pn533/
A Dpn533.c734 nfc_tgt->sel_res = tgt_type_a->sel_res; in pn533_target_found_type_a()
735 nfc_tgt->nfcid1_len = tgt_type_a->nfcid_len; in pn533_target_found_type_a()
736 memcpy(nfc_tgt->nfcid1, tgt_type_a->nfcid_data, nfc_tgt->nfcid1_len); in pn533_target_found_type_a()
782 nfc_tgt->sensf_res_len = 9; in pn533_target_found_felica()
785 nfc_tgt->nfcid2_len = NFC_NFCID2_MAXSIZE; in pn533_target_found_felica()
829 nfc_tgt->nfcid1_len = 4; in pn533_target_found_jewel()
830 memcpy(nfc_tgt->nfcid1, tgt_jewel->jewelid, nfc_tgt->nfcid1_len); in pn533_target_found_jewel()
895 struct nfc_target nfc_tgt; in pn533_target_found() local
937 nfc_tgt.supported_protocols); in pn533_target_found()
942 nfc_targets_found(dev->nfc_dev, &nfc_tgt, 1); in pn533_target_found()
[all …]

Completed in 8 milliseconds