/linux-4.1.27/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-4.1.27/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 | 1042 u32 supported_protocols, in nfc_allocate_device() argument 1051 if (!supported_protocols) in nfc_allocate_device() 1059 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() 322 nla_put_u32(msg, NFC_ATTR_PROTOCOLS, dev->supported_protocols) || in nfc_genl_device_added() 564 nla_put_u32(msg, NFC_ATTR_PROTOCOLS, dev->supported_protocols) || in nfc_genl_send_device()
|
/linux-4.1.27/drivers/nfc/st21nfca/ |
D | st21nfca.c | 657 target->supported_protocols = NFC_PROTO_FELICA_MASK; in st21nfca_hci_target_from_gate() 665 target->supported_protocols = NFC_PROTO_JEWEL_MASK; in st21nfca_hci_target_from_gate() 676 target->supported_protocols = in st21nfca_hci_target_from_gate() 678 if (target->supported_protocols == 0xffffffff) in st21nfca_hci_target_from_gate() 689 target->supported_protocols = NFC_PROTO_ISO15693_MASK; in st21nfca_hci_target_from_gate() 734 target->supported_protocols = in st21nfca_hci_complete_target_discovered() 737 target->supported_protocols = in st21nfca_hci_complete_target_discovered() 755 target->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in st21nfca_hci_complete_target_discovered() 801 if (target->supported_protocols == NFC_PROTO_NFC_DEP_MASK) in st21nfca_hci_im_transceive()
|
/linux-4.1.27/include/net/nfc/ |
D | nfc.h | 103 u32 supported_protocols; member 182 u32 supported_protocols; member 203 u32 supported_protocols,
|
D | digital.h | 249 __u32 supported_protocols,
|
D | nci_core.h | 257 __u32 supported_protocols,
|
D | nci.h | 526 struct nci_nfcee_supported_protocol supported_protocols; member
|
/linux-4.1.27/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-4.1.27/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()
|
/linux-4.1.27/drivers/nfc/ |
D | pn533.c | 1268 nfc_tgt->supported_protocols = NFC_PROTO_MIFARE_MASK; in pn533_target_found_type_a() 1271 nfc_tgt->supported_protocols = NFC_PROTO_ISO14443_MASK; in pn533_target_found_type_a() 1274 nfc_tgt->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in pn533_target_found_type_a() 1277 nfc_tgt->supported_protocols = NFC_PROTO_ISO14443_MASK | in pn533_target_found_type_a() 1326 nfc_tgt->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in pn533_target_found_felica() 1328 nfc_tgt->supported_protocols = NFC_PROTO_FELICA_MASK; in pn533_target_found_felica() 1376 nfc_tgt->supported_protocols = NFC_PROTO_JEWEL_MASK; in pn533_target_found_jewel() 1435 nfc_tgt->supported_protocols = NFC_PROTO_ISO14443_B_MASK; in pn533_target_found_type_b() 1477 if (!(nfc_tgt.supported_protocols & dev->poll_protocols)) { in pn533_target_found() 1485 nfc_tgt.supported_protocols); in pn533_target_found() [all …]
|
D | nfcsim.c | 91 nfc_tgt.supported_protocols = NFC_PROTO_NFC_DEP_MASK; in nfcsim_target_found()
|
/linux-4.1.27/net/nfc/nci/ |
D | core.c | 717 if (!(nci_target->supported_protocols & (1 << protocol))) { in nci_activate_target() 946 __u32 supported_protocols, in nci_allocate_device() argument 951 pr_debug("supported_protocols 0x%x\n", supported_protocols); in nci_allocate_device() 956 if (!supported_protocols) in nci_allocate_device() 969 supported_protocols, in nci_allocate_device()
|
D | ntf.c | 264 target->supported_protocols |= protocol; in nci_add_new_protocol()
|
/linux-4.1.27/net/nfc/hci/ |
D | core.c | 310 targets->supported_protocols = in nfc_hci_target_discovered() 312 if (targets->supported_protocols == 0xffffffff) { in nfc_hci_target_discovered() 341 targets->supported_protocols = NFC_PROTO_ISO14443_B_MASK; in nfc_hci_target_discovered()
|
/linux-4.1.27/drivers/media/common/siano/ |
D | smscoreapi.h | 662 u8 supported_protocols; member
|
D | smscoreapi.c | 1541 ver->firmware_id, ver->supported_protocols, in smscore_onresponse() 1546 coredev->modes_supported = ver->supported_protocols; in smscore_onresponse()
|