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

/linux-master/drivers/nfc/pn533/
H A Dpn533.c707 static int pn533_target_found_type_a(struct nfc_target *nfc_tgt, u8 *tgt_data, argument
719 nfc_tgt->supported_protocols = NFC_PROTO_MIFARE_MASK;
722 nfc_tgt->supported_protocols = NFC_PROTO_ISO14443_MASK;
725 nfc_tgt->supported_protocols = NFC_PROTO_NFC_DEP_MASK;
728 nfc_tgt->supported_protocols = NFC_PROTO_ISO14443_MASK |
733 nfc_tgt->sens_res = be16_to_cpu(tgt_type_a->sens_res);
734 nfc_tgt->sel_res = tgt_type_a->sel_res;
735 nfc_tgt->nfcid1_len = tgt_type_a->nfcid_len;
736 memcpy(nfc_tgt->nfcid1, tgt_type_a->nfcid_data, nfc_tgt
765 pn533_target_found_felica(struct nfc_target *nfc_tgt, u8 *tgt_data, int tgt_data_len) argument
817 pn533_target_found_jewel(struct nfc_target *nfc_tgt, u8 *tgt_data, int tgt_data_len) argument
876 pn533_target_found_type_b(struct nfc_target *nfc_tgt, u8 *tgt_data, int tgt_data_len) argument
895 struct nfc_target nfc_tgt; local
1401 struct nfc_target nfc_tgt; local
[all...]

Completed in 94 milliseconds