Lines Matching refs:nfc_target
707 static int pn533_target_found_type_a(struct nfc_target *nfc_tgt, u8 *tgt_data, in pn533_target_found_type_a()
765 static int pn533_target_found_felica(struct nfc_target *nfc_tgt, u8 *tgt_data, in pn533_target_found_felica()
817 static int pn533_target_found_jewel(struct nfc_target *nfc_tgt, u8 *tgt_data, in pn533_target_found_jewel()
876 static int pn533_target_found_type_b(struct nfc_target *nfc_tgt, u8 *tgt_data, in pn533_target_found_type_b()
895 struct nfc_target nfc_tgt; in pn533_target_found()
904 memset(&nfc_tgt, 0, sizeof(struct nfc_target)); in pn533_target_found()
1291 struct nfc_target nfc_target; in pn533_poll_dep_complete() local
1298 memset(&nfc_target, 0, sizeof(struct nfc_target)); in pn533_poll_dep_complete()
1313 nfc_target.supported_protocols = NFC_PROTO_NFC_DEP_MASK; in pn533_poll_dep_complete()
1314 nfc_target.nfcid1_len = 10; in pn533_poll_dep_complete()
1315 memcpy(nfc_target.nfcid1, rsp->nfcid3t, nfc_target.nfcid1_len); in pn533_poll_dep_complete()
1316 rc = nfc_targets_found(dev->nfc_dev, &nfc_target, 1); in pn533_poll_dep_complete()
1401 struct nfc_target nfc_tgt; in pn533_autopoll_complete()
1428 memset(&nfc_tgt, 0, sizeof(struct nfc_target)); in pn533_autopoll_complete()
1797 struct nfc_target *target, u32 protocol) in pn533_activate_target()
1867 struct nfc_target *target, u8 mode) in pn533_deactivate_target()
1927 struct nfc_target nfc_target; in pn533_in_dep_link_up_complete() local
1931 memset(&nfc_target, 0, sizeof(struct nfc_target)); in pn533_in_dep_link_up_complete()
1933 nfc_target.supported_protocols = NFC_PROTO_NFC_DEP_MASK; in pn533_in_dep_link_up_complete()
1934 nfc_target.nfcid1_len = 10; in pn533_in_dep_link_up_complete()
1935 memcpy(nfc_target.nfcid1, rsp->nfcid3t, nfc_target.nfcid1_len); in pn533_in_dep_link_up_complete()
1936 rc = nfc_targets_found(dev->nfc_dev, &nfc_target, 1); in pn533_in_dep_link_up_complete()
1960 static int pn533_dep_link_up(struct nfc_dev *nfc_dev, struct nfc_target *target, in pn533_dep_link_up()
2254 struct nfc_target *target, struct sk_buff *skb, in pn533_transceive()