Home
last modified time | relevance | path

Searched refs:supported_protocols (Results 1 – 7 of 7) sorted by relevance

/net/nfc/
Ddigital_core.c391 target->supported_protocols = (1 << protocol); in digital_target_found()
754 __u32 supported_protocols, in nfc_digital_allocate_device() argument
781 if (supported_protocols & NFC_PROTO_JEWEL_MASK) in nfc_digital_allocate_device()
783 if (supported_protocols & NFC_PROTO_MIFARE_MASK) in nfc_digital_allocate_device()
785 if (supported_protocols & NFC_PROTO_FELICA_MASK) in nfc_digital_allocate_device()
787 if (supported_protocols & NFC_PROTO_NFC_DEP_MASK) in nfc_digital_allocate_device()
789 if (supported_protocols & NFC_PROTO_ISO15693_MASK) in nfc_digital_allocate_device()
791 if (supported_protocols & NFC_PROTO_ISO14443_MASK) in nfc_digital_allocate_device()
793 if (supported_protocols & NFC_PROTO_ISO14443_B_MASK) in nfc_digital_allocate_device()
Dcore.c1052 u32 supported_protocols, in nfc_allocate_device() argument
1062 if (!supported_protocols) in nfc_allocate_device()
1079 dev->supported_protocols = supported_protocols; in nfc_allocate_device()
Dnetlink.c74 nla_put_u32(msg, NFC_ATTR_PROTOCOLS, target->supported_protocols) || in nfc_genl_send_target()
293 nla_put_u32(msg, NFC_ATTR_PROTOCOLS, dev->supported_protocols) || in nfc_genl_setup_device_added()
/net/ceph/
Dauth.c19 static u32 supported_protocols[] = { variable
141 num = ARRAY_SIZE(supported_protocols); in ceph_auth_build_hello()
145 ceph_encode_32(&p, supported_protocols[i]); in ceph_auth_build_hello()
/net/nfc/nci/
Dcore.c916 if (!(nci_target->supported_protocols & (1 << protocol))) { in nci_activate_target()
1153 __u32 supported_protocols, in nci_allocate_device() argument
1158 pr_debug("supported_protocols 0x%x\n", supported_protocols); in nci_allocate_device()
1163 if (!supported_protocols) in nci_allocate_device()
1183 supported_protocols, in nci_allocate_device()
Dntf.c280 target->supported_protocols |= protocol; in nci_add_new_protocol()
/net/nfc/hci/
Dcore.c315 targets->supported_protocols = in nfc_hci_target_discovered()
317 if (targets->supported_protocols == 0xffffffff) { in nfc_hci_target_discovered()
346 targets->supported_protocols = NFC_PROTO_ISO14443_B_MASK; in nfc_hci_target_discovered()