Lines Matching refs:supported_protocols
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()
557 } else if (target->supported_protocols & NFC_PROTO_ISO14443_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()
690 } else if (target->supported_protocols & NFC_PROTO_MIFARE_MASK) { in pn544_hci_check_presence()
698 } else if (target->supported_protocols & (NFC_PROTO_JEWEL_MASK | in pn544_hci_check_presence()
701 } else if (target->supported_protocols & NFC_PROTO_NFC_DEP_MASK) { in pn544_hci_check_presence()