Lines Matching refs:supported_protocols
485 target->supported_protocols = NFC_PROTO_FELICA_MASK;
488 target->supported_protocols = NFC_PROTO_JEWEL_MASK;
492 target->supported_protocols = NFC_PROTO_NFC_DEP_MASK;
511 if (target->supported_protocols & NFC_PROTO_NFC_DEP_MASK) {
519 } else if (target->supported_protocols & NFC_PROTO_MIFARE_MASK) {
527 } else if (target->supported_protocols & NFC_PROTO_FELICA_MASK) {
548 target->supported_protocols = NFC_PROTO_NFC_DEP_MASK;
557 } else if (target->supported_protocols & NFC_PROTO_ISO14443_MASK) {
614 if (target->supported_protocols & NFC_PROTO_MIFARE_MASK) {
684 pr_debug("supported protocol %d\n", target->supported_protocols);
685 if (target->supported_protocols & (NFC_PROTO_ISO14443_MASK |
690 } else if (target->supported_protocols & NFC_PROTO_MIFARE_MASK) {
698 } else if (target->supported_protocols & (NFC_PROTO_JEWEL_MASK |
701 } else if (target->supported_protocols & NFC_PROTO_NFC_DEP_MASK) {