Lines Matching refs:supported_protocols
497 target->supported_protocols = NFC_PROTO_FELICA_MASK; in pn544_hci_target_from_gate()
500 target->supported_protocols = NFC_PROTO_JEWEL_MASK; in pn544_hci_target_from_gate()
504 target->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in pn544_hci_target_from_gate()
523 if (target->supported_protocols & NFC_PROTO_NFC_DEP_MASK) { in pn544_hci_complete_target_discovered()
531 } else if (target->supported_protocols & NFC_PROTO_MIFARE_MASK) { in pn544_hci_complete_target_discovered()
539 } else if (target->supported_protocols & NFC_PROTO_FELICA_MASK) { in pn544_hci_complete_target_discovered()
560 target->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in pn544_hci_complete_target_discovered()
569 } else if (target->supported_protocols & NFC_PROTO_ISO14443_MASK) { in pn544_hci_complete_target_discovered()
626 if (target->supported_protocols & NFC_PROTO_MIFARE_MASK) { in pn544_hci_im_transceive()
696 pr_debug("supported protocol %d\b", target->supported_protocols); in pn544_hci_check_presence()
697 if (target->supported_protocols & (NFC_PROTO_ISO14443_MASK | in pn544_hci_check_presence()
702 } else if (target->supported_protocols & NFC_PROTO_MIFARE_MASK) { in pn544_hci_check_presence()
710 } else if (target->supported_protocols & (NFC_PROTO_JEWEL_MASK | in pn544_hci_check_presence()
713 } else if (target->supported_protocols & NFC_PROTO_NFC_DEP_MASK) { in pn544_hci_check_presence()