Home
last modified time | relevance | path

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

/linux-3.4.99/include/net/nfc/
Dnfc.h72 u32 supported_protocols; member
101 u32 supported_protocols; member
113 u32 supported_protocols,
Dnci_core.h144 __u32 supported_protocols,
/linux-3.4.99/net/nfc/
Dcore.c501 u32 supported_protocols, in nfc_allocate_device() argument
511 if (!supported_protocols) in nfc_allocate_device()
524 dev->supported_protocols = supported_protocols; in nfc_allocate_device()
Dnetlink.c67 NLA_PUT_U32(msg, NFC_ATTR_PROTOCOLS, target->supported_protocols); in nfc_genl_send_target()
202 NLA_PUT_U32(msg, NFC_ATTR_PROTOCOLS, dev->supported_protocols); in nfc_genl_device_added()
264 NLA_PUT_U32(msg, NFC_ATTR_PROTOCOLS, dev->supported_protocols); in nfc_genl_send_device()
/linux-3.4.99/drivers/nfc/
Dpn533.c723 nfc_tgt->supported_protocols = NFC_PROTO_MIFARE_MASK; in pn533_target_found_type_a()
726 nfc_tgt->supported_protocols = NFC_PROTO_ISO14443_MASK; in pn533_target_found_type_a()
729 nfc_tgt->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in pn533_target_found_type_a()
732 nfc_tgt->supported_protocols = NFC_PROTO_ISO14443_MASK | in pn533_target_found_type_a()
782 nfc_tgt->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in pn533_target_found_felica()
784 nfc_tgt->supported_protocols = NFC_PROTO_FELICA_MASK; in pn533_target_found_felica()
829 nfc_tgt->supported_protocols = NFC_PROTO_JEWEL_MASK; in pn533_target_found_jewel()
888 nfc_tgt->supported_protocols = NFC_PROTO_ISO14443_MASK; in pn533_target_found_type_b()
943 if (!(nfc_tgt.supported_protocols & dev->poll_protocols)) { in pn533_target_found()
950 "0x%x", nfc_tgt.supported_protocols); in pn533_target_found()
[all …]
/linux-3.4.99/net/ceph/
Dauth.c18 static u32 supported_protocols[] = { variable
121 num = ARRAY_SIZE(supported_protocols); in ceph_auth_build_hello()
125 ceph_encode_32(&p, supported_protocols[i]); in ceph_auth_build_hello()
/linux-3.4.99/net/nfc/nci/
Dcore.c473 if (!(target->supported_protocols & (1 << protocol))) { in nci_activate_target()
570 __u32 supported_protocols, in nci_allocate_device() argument
575 pr_debug("supported_protocols 0x%x\n", supported_protocols); in nci_allocate_device()
580 if (!supported_protocols) in nci_allocate_device()
592 supported_protocols, in nci_allocate_device()
Dntf.c215 target->supported_protocols |= protocol; in nci_add_new_protocol()