Searched refs:supported_protocols (Results 1 – 6 of 6) sorted by relevance
485 target->supported_protocols = NFC_PROTO_FELICA_MASK; in pn544_hci_target_from_gate()488 target->supported_protocols = NFC_PROTO_JEWEL_MASK; in pn544_hci_target_from_gate()492 target->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in pn544_hci_target_from_gate()511 if (target->supported_protocols & NFC_PROTO_NFC_DEP_MASK) { in pn544_hci_complete_target_discovered()519 } else if (target->supported_protocols & NFC_PROTO_MIFARE_MASK) { in pn544_hci_complete_target_discovered()527 } else if (target->supported_protocols & NFC_PROTO_FELICA_MASK) { in pn544_hci_complete_target_discovered()548 target->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in pn544_hci_complete_target_discovered()614 if (target->supported_protocols & NFC_PROTO_MIFARE_MASK) { in pn544_hci_im_transceive()684 pr_debug("supported protocol %d\n", target->supported_protocols); in pn544_hci_check_presence()685 if (target->supported_protocols & (NFC_PROTO_ISO14443_MASK | in pn544_hci_check_presence()[all …]
626 target->supported_protocols = NFC_PROTO_FELICA_MASK; in st21nfca_hci_target_from_gate()634 target->supported_protocols = NFC_PROTO_JEWEL_MASK; in st21nfca_hci_target_from_gate()645 target->supported_protocols = in st21nfca_hci_target_from_gate()647 if (target->supported_protocols == 0xffffffff) in st21nfca_hci_target_from_gate()658 target->supported_protocols = NFC_PROTO_ISO15693_MASK; in st21nfca_hci_target_from_gate()703 target->supported_protocols = in st21nfca_hci_complete_target_discovered()706 target->supported_protocols = in st21nfca_hci_complete_target_discovered()725 target->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in st21nfca_hci_complete_target_discovered()771 if (target->supported_protocols == NFC_PROTO_NFC_DEP_MASK) in st21nfca_hci_im_transceive()
339 target->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in microread_target_from_gate()486 targets->supported_protocols = in microread_target_discovered()500 targets->supported_protocols = in microread_target_discovered()514 targets->supported_protocols = NFC_PROTO_ISO14443_B_MASK; in microread_target_discovered()519 targets->supported_protocols = NFC_PROTO_JEWEL_MASK; in microread_target_discovered()526 targets->supported_protocols = NFC_PROTO_FELICA_MASK; in microread_target_discovered()
719 nfc_tgt->supported_protocols = NFC_PROTO_MIFARE_MASK; in pn533_target_found_type_a()722 nfc_tgt->supported_protocols = NFC_PROTO_ISO14443_MASK; in pn533_target_found_type_a()725 nfc_tgt->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in pn533_target_found_type_a()728 nfc_tgt->supported_protocols = NFC_PROTO_ISO14443_MASK | in pn533_target_found_type_a()777 nfc_tgt->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in pn533_target_found_felica()779 nfc_tgt->supported_protocols = NFC_PROTO_FELICA_MASK; in pn533_target_found_felica()827 nfc_tgt->supported_protocols = NFC_PROTO_JEWEL_MASK; in pn533_target_found_jewel()937 nfc_tgt.supported_protocols); in pn533_target_found()939 dev->tgt_available_prots = nfc_tgt.supported_protocols; in pn533_target_found()1313 nfc_target.supported_protocols = NFC_PROTO_NFC_DEP_MASK; in pn533_poll_dep_complete()[all …]
649 u8 supported_protocols; member
1529 ver->firmware_id, ver->supported_protocols, in smscore_onresponse()1534 coredev->modes_supported = ver->supported_protocols; in smscore_onresponse()
Completed in 740 milliseconds