Searched refs:supported_protocols (Results 1 - 17 of 17) sorted by relevance

/linux-master/drivers/nfc/pn544/
H A Dpn544.c485 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);
[all...]
/linux-master/include/net/nfc/
H A Dnfc.h92 u32 supported_protocols; member in struct:nfc_target
177 u32 supported_protocols; member in struct:nfc_dev
202 u32 supported_protocols,
H A Ddigital.h240 __u32 supported_protocols,
H A Dnci.h555 struct nci_nfcee_supported_protocol supported_protocols; member in struct:nci_nfcee_discover_ntf
H A Dnci_core.h272 __u32 supported_protocols,
/linux-master/drivers/nfc/microread/
H A Dmicroread.c339 target->supported_protocols = NFC_PROTO_NFC_DEP_MASK;
486 targets->supported_protocols =
500 targets->supported_protocols =
514 targets->supported_protocols = NFC_PROTO_ISO14443_B_MASK;
519 targets->supported_protocols = NFC_PROTO_JEWEL_MASK;
526 targets->supported_protocols = NFC_PROTO_FELICA_MASK;
/linux-master/drivers/nfc/st21nfca/
H A Dcore.c626 target->supported_protocols = NFC_PROTO_FELICA_MASK;
634 target->supported_protocols = NFC_PROTO_JEWEL_MASK;
645 target->supported_protocols =
647 if (target->supported_protocols == 0xffffffff)
658 target->supported_protocols = NFC_PROTO_ISO15693_MASK;
703 target->supported_protocols =
706 target->supported_protocols =
725 target->supported_protocols = NFC_PROTO_NFC_DEP_MASK;
771 if (target->supported_protocols == NFC_PROTO_NFC_DEP_MASK)
/linux-master/net/nfc/
H A Ddigital_core.c391 target->supported_protocols = (1 << protocol);
754 __u32 supported_protocols,
781 if (supported_protocols & NFC_PROTO_JEWEL_MASK)
783 if (supported_protocols & NFC_PROTO_MIFARE_MASK)
785 if (supported_protocols & NFC_PROTO_FELICA_MASK)
787 if (supported_protocols & NFC_PROTO_NFC_DEP_MASK)
789 if (supported_protocols & NFC_PROTO_ISO15693_MASK)
791 if (supported_protocols & NFC_PROTO_ISO14443_MASK)
793 if (supported_protocols & NFC_PROTO_ISO14443_B_MASK)
753 nfc_digital_allocate_device(const struct nfc_digital_ops *ops, __u32 supported_protocols, __u32 driver_capabilities, int tx_headroom, int tx_tailroom) argument
H A Dcore.c1047 * @supported_protocols: NFC protocols supported by the device
1052 u32 supported_protocols,
1062 if (!supported_protocols)
1079 dev->supported_protocols = supported_protocols;
1051 nfc_allocate_device(const struct nfc_ops *ops, u32 supported_protocols, int tx_headroom, int tx_tailroom) argument
H A Dnetlink.c74 nla_put_u32(msg, NFC_ATTR_PROTOCOLS, target->supported_protocols) ||
293 nla_put_u32(msg, NFC_ATTR_PROTOCOLS, dev->supported_protocols) ||
/linux-master/drivers/nfc/pn533/
H A Dpn533.c719 nfc_tgt->supported_protocols = NFC_PROTO_MIFARE_MASK;
722 nfc_tgt->supported_protocols = NFC_PROTO_ISO14443_MASK;
725 nfc_tgt->supported_protocols = NFC_PROTO_NFC_DEP_MASK;
728 nfc_tgt->supported_protocols = NFC_PROTO_ISO14443_MASK |
777 nfc_tgt->supported_protocols = NFC_PROTO_NFC_DEP_MASK;
779 nfc_tgt->supported_protocols = NFC_PROTO_FELICA_MASK;
827 nfc_tgt->supported_protocols = NFC_PROTO_JEWEL_MASK;
886 nfc_tgt->supported_protocols = NFC_PROTO_ISO14443_B_MASK;
929 if (!(nfc_tgt.supported_protocols & dev->poll_protocols)) {
937 nfc_tgt.supported_protocols);
[all...]
/linux-master/net/ceph/
H A Dauth.c19 static u32 supported_protocols[] = { variable
141 num = ARRAY_SIZE(supported_protocols);
145 ceph_encode_32(&p, supported_protocols[i]);
/linux-master/net/nfc/nci/
H A Dcore.c917 if (!(nci_target->supported_protocols & (1 << protocol))) {
1145 * @supported_protocols: NFC protocols supported by the device
1150 __u32 supported_protocols,
1155 pr_debug("supported_protocols 0x%x\n", supported_protocols);
1160 if (!supported_protocols)
1180 supported_protocols,
1149 nci_allocate_device(const struct nci_ops *ops, __u32 supported_protocols, int tx_headroom, int tx_tailroom) argument
H A Dntf.c280 target->supported_protocols |= protocol;
/linux-master/net/nfc/hci/
H A Dcore.c315 targets->supported_protocols =
317 if (targets->supported_protocols == 0xffffffff) {
346 targets->supported_protocols = NFC_PROTO_ISO14443_B_MASK;
/linux-master/drivers/media/common/siano/
H A Dsmscoreapi.h648 /* supported_protocols Bitwise OR combination of
650 u8 supported_protocols; member in struct:sms_version_res
H A Dsmscoreapi.c1534 ver->firmware_id, ver->supported_protocols,
1539 coredev->modes_supported = ver->supported_protocols;

Completed in 210 milliseconds