Searched refs:supported_protocols (Results 1 – 7 of 7) sorted by relevance
/net/nfc/ |
D | digital_core.c | 389 target->supported_protocols = (1 << protocol); in digital_target_found() 746 __u32 supported_protocols, in nfc_digital_allocate_device() argument 773 if (supported_protocols & NFC_PROTO_JEWEL_MASK) in nfc_digital_allocate_device() 775 if (supported_protocols & NFC_PROTO_MIFARE_MASK) in nfc_digital_allocate_device() 777 if (supported_protocols & NFC_PROTO_FELICA_MASK) in nfc_digital_allocate_device() 779 if (supported_protocols & NFC_PROTO_NFC_DEP_MASK) in nfc_digital_allocate_device() 781 if (supported_protocols & NFC_PROTO_ISO15693_MASK) in nfc_digital_allocate_device() 783 if (supported_protocols & NFC_PROTO_ISO14443_MASK) in nfc_digital_allocate_device() 785 if (supported_protocols & NFC_PROTO_ISO14443_B_MASK) in nfc_digital_allocate_device()
|
D | core.c | 1025 u32 supported_protocols, in nfc_allocate_device() argument 1035 if (!supported_protocols) in nfc_allocate_device() 1052 dev->supported_protocols = supported_protocols; in nfc_allocate_device()
|
D | netlink.c | 80 nla_put_u32(msg, NFC_ATTR_PROTOCOLS, target->supported_protocols) || in nfc_genl_send_target() 321 nla_put_u32(msg, NFC_ATTR_PROTOCOLS, dev->supported_protocols) || in nfc_genl_device_added() 516 nla_put_u32(msg, NFC_ATTR_PROTOCOLS, dev->supported_protocols) || in nfc_genl_send_device()
|
/net/ceph/ |
D | auth.c | 18 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/ |
D | core.c | 550 if (!(nci_target->supported_protocols & (1 << protocol))) { in nci_activate_target() 700 __u32 supported_protocols, in nci_allocate_device() argument 705 pr_debug("supported_protocols 0x%x\n", supported_protocols); in nci_allocate_device() 710 if (!supported_protocols) in nci_allocate_device() 723 supported_protocols, in nci_allocate_device()
|
D | ntf.c | 249 target->supported_protocols |= protocol; in nci_add_new_protocol()
|
/net/nfc/hci/ |
D | core.c | 221 targets->supported_protocols = in nfc_hci_target_discovered() 223 if (targets->supported_protocols == 0xffffffff) { in nfc_hci_target_discovered() 252 targets->supported_protocols = NFC_PROTO_ISO14443_B_MASK; in nfc_hci_target_discovered()
|