/Linux-v4.19/drivers/nfc/pn544/ |
D | pn544.c | 497 target->supported_protocols = NFC_PROTO_FELICA_MASK; in pn544_hci_target_from_gate() 500 target->supported_protocols = NFC_PROTO_JEWEL_MASK; in pn544_hci_target_from_gate() 504 target->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in pn544_hci_target_from_gate() 523 if (target->supported_protocols & NFC_PROTO_NFC_DEP_MASK) { in pn544_hci_complete_target_discovered() 531 } else if (target->supported_protocols & NFC_PROTO_MIFARE_MASK) { in pn544_hci_complete_target_discovered() 539 } else if (target->supported_protocols & NFC_PROTO_FELICA_MASK) { in pn544_hci_complete_target_discovered() 560 target->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in pn544_hci_complete_target_discovered() 569 } else if (target->supported_protocols & NFC_PROTO_ISO14443_MASK) { in pn544_hci_complete_target_discovered() 626 if (target->supported_protocols & NFC_PROTO_MIFARE_MASK) { in pn544_hci_im_transceive() 696 pr_debug("supported protocol %d\b", target->supported_protocols); in pn544_hci_check_presence() [all …]
|
/Linux-v4.19/drivers/nfc/st21nfca/ |
D | core.c | 638 target->supported_protocols = NFC_PROTO_FELICA_MASK; in st21nfca_hci_target_from_gate() 646 target->supported_protocols = NFC_PROTO_JEWEL_MASK; in st21nfca_hci_target_from_gate() 657 target->supported_protocols = in st21nfca_hci_target_from_gate() 659 if (target->supported_protocols == 0xffffffff) in st21nfca_hci_target_from_gate() 670 target->supported_protocols = NFC_PROTO_ISO15693_MASK; in st21nfca_hci_target_from_gate() 715 target->supported_protocols = in st21nfca_hci_complete_target_discovered() 718 target->supported_protocols = in st21nfca_hci_complete_target_discovered() 736 target->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in st21nfca_hci_complete_target_discovered() 782 if (target->supported_protocols == NFC_PROTO_NFC_DEP_MASK) in st21nfca_hci_im_transceive()
|
/Linux-v4.19/net/nfc/ |
D | digital_core.c | 395 target->supported_protocols = (1 << protocol); in digital_target_found() 755 __u32 supported_protocols, in nfc_digital_allocate_device() argument 782 if (supported_protocols & NFC_PROTO_JEWEL_MASK) in nfc_digital_allocate_device() 784 if (supported_protocols & NFC_PROTO_MIFARE_MASK) in nfc_digital_allocate_device() 786 if (supported_protocols & NFC_PROTO_FELICA_MASK) in nfc_digital_allocate_device() 788 if (supported_protocols & NFC_PROTO_NFC_DEP_MASK) in nfc_digital_allocate_device() 790 if (supported_protocols & NFC_PROTO_ISO15693_MASK) in nfc_digital_allocate_device() 792 if (supported_protocols & NFC_PROTO_ISO14443_MASK) in nfc_digital_allocate_device() 794 if (supported_protocols & NFC_PROTO_ISO14443_B_MASK) in nfc_digital_allocate_device()
|
D | core.c | 1057 u32 supported_protocols, in nfc_allocate_device() argument 1067 if (!supported_protocols) in nfc_allocate_device() 1084 dev->supported_protocols = supported_protocols; in nfc_allocate_device()
|
D | netlink.c | 82 nla_put_u32(msg, NFC_ATTR_PROTOCOLS, target->supported_protocols) || in nfc_genl_send_target() 308 nla_put_u32(msg, NFC_ATTR_PROTOCOLS, dev->supported_protocols) || in nfc_genl_setup_device_added()
|
/Linux-v4.19/drivers/nfc/microread/ |
D | microread.c | 351 target->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in microread_target_from_gate() 499 targets->supported_protocols = in microread_target_discovered() 513 targets->supported_protocols = in microread_target_discovered() 527 targets->supported_protocols = NFC_PROTO_ISO14443_B_MASK; in microread_target_discovered() 532 targets->supported_protocols = NFC_PROTO_JEWEL_MASK; in microread_target_discovered() 539 targets->supported_protocols = NFC_PROTO_FELICA_MASK; in microread_target_discovered()
|
/Linux-v4.19/include/net/nfc/ |
D | nfc.h | 104 u32 supported_protocols; member 189 u32 supported_protocols; member 214 u32 supported_protocols,
|
D | digital.h | 249 __u32 supported_protocols,
|
D | nci.h | 533 struct nci_nfcee_supported_protocol supported_protocols; member
|
D | nci_core.h | 283 __u32 supported_protocols,
|
/Linux-v4.19/net/ceph/ |
D | auth.c | 19 static u32 supported_protocols[] = { variable 125 num = ARRAY_SIZE(supported_protocols); in ceph_auth_build_hello() 129 ceph_encode_32(&p, supported_protocols[i]); in ceph_auth_build_hello()
|
/Linux-v4.19/drivers/nfc/pn533/ |
D | pn533.c | 710 nfc_tgt->supported_protocols = NFC_PROTO_MIFARE_MASK; in pn533_target_found_type_a() 713 nfc_tgt->supported_protocols = NFC_PROTO_ISO14443_MASK; in pn533_target_found_type_a() 716 nfc_tgt->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in pn533_target_found_type_a() 719 nfc_tgt->supported_protocols = NFC_PROTO_ISO14443_MASK | in pn533_target_found_type_a() 768 nfc_tgt->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in pn533_target_found_felica() 770 nfc_tgt->supported_protocols = NFC_PROTO_FELICA_MASK; in pn533_target_found_felica() 818 nfc_tgt->supported_protocols = NFC_PROTO_JEWEL_MASK; in pn533_target_found_jewel() 877 nfc_tgt->supported_protocols = NFC_PROTO_ISO14443_B_MASK; in pn533_target_found_type_b() 920 if (!(nfc_tgt.supported_protocols & dev->poll_protocols)) { in pn533_target_found() 928 nfc_tgt.supported_protocols); in pn533_target_found() [all …]
|
/Linux-v4.19/net/nfc/nci/ |
D | core.c | 893 if (!(nci_target->supported_protocols & (1 << protocol))) { in nci_activate_target() 1129 __u32 supported_protocols, in nci_allocate_device() argument 1134 pr_debug("supported_protocols 0x%x\n", supported_protocols); in nci_allocate_device() 1139 if (!supported_protocols) in nci_allocate_device() 1160 supported_protocols, in nci_allocate_device()
|
D | ntf.c | 264 target->supported_protocols |= protocol; in nci_add_new_protocol()
|
/Linux-v4.19/net/nfc/hci/ |
D | core.c | 320 targets->supported_protocols = in nfc_hci_target_discovered() 322 if (targets->supported_protocols == 0xffffffff) { in nfc_hci_target_discovered() 351 targets->supported_protocols = NFC_PROTO_ISO14443_B_MASK; in nfc_hci_target_discovered()
|
/Linux-v4.19/drivers/media/common/siano/ |
D | smscoreapi.h | 666 u8 supported_protocols; member
|
D | smscoreapi.c | 1546 ver->firmware_id, ver->supported_protocols, in smscore_onresponse() 1551 coredev->modes_supported = ver->supported_protocols; in smscore_onresponse()
|