Home
last modified time | relevance | path

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

/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()
/net/nfc/nci/
Dcore.c528 if (!(nci_target->supported_protocols & (1 << protocol))) { in nci_activate_target()
660 __u32 supported_protocols, in nci_allocate_device() argument
666 pr_debug("supported_protocols 0x%x\n", supported_protocols); in nci_allocate_device()
671 if (!supported_protocols) in nci_allocate_device()
683 supported_protocols, in nci_allocate_device()
Dntf.c220 target->supported_protocols |= protocol; in nci_add_new_protocol()
/net/nfc/
Dcore.c788 u32 supported_protocols, in nfc_allocate_device() argument
798 if (!supported_protocols) in nfc_allocate_device()
806 dev->supported_protocols = supported_protocols; in nfc_allocate_device()
Dnetlink.c79 nla_put_u32(msg, NFC_ATTR_PROTOCOLS, target->supported_protocols) || in nfc_genl_send_target()
312 nla_put_u32(msg, NFC_ATTR_PROTOCOLS, dev->supported_protocols) || in nfc_genl_device_added()
444 nla_put_u32(msg, NFC_ATTR_PROTOCOLS, dev->supported_protocols) || in nfc_genl_send_device()
/net/nfc/hci/
Dcore.c223 targets->supported_protocols = in nfc_hci_target_discovered()
225 if (targets->supported_protocols == 0xffffffff) { in nfc_hci_target_discovered()
254 targets->supported_protocols = NFC_PROTO_ISO14443_B_MASK; in nfc_hci_target_discovered()