/openbmc/linux/drivers/nfc/pn544/ |
H A D | pn544.c | 485 target->supported_protocols = NFC_PROTO_FELICA_MASK; in pn544_hci_target_from_gate() 488 target->supported_protocols = NFC_PROTO_JEWEL_MASK; in pn544_hci_target_from_gate() 492 target->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in pn544_hci_target_from_gate() 511 if (target->supported_protocols & NFC_PROTO_NFC_DEP_MASK) { in pn544_hci_complete_target_discovered() 519 } else if (target->supported_protocols & NFC_PROTO_MIFARE_MASK) { in pn544_hci_complete_target_discovered() 527 } else if (target->supported_protocols & NFC_PROTO_FELICA_MASK) { in pn544_hci_complete_target_discovered() 548 target->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in pn544_hci_complete_target_discovered() 557 } else if (target->supported_protocols & NFC_PROTO_ISO14443_MASK) { in pn544_hci_complete_target_discovered() 614 if (target->supported_protocols & NFC_PROTO_MIFARE_MASK) { in pn544_hci_im_transceive() 684 pr_debug("supported protocol %d\n", target->supported_protocols); in pn544_hci_check_presence() [all …]
|
/openbmc/linux/net/nfc/ |
H A D | digital_core.c | 391 target->supported_protocols = (1 << protocol); in digital_target_found() 754 __u32 supported_protocols, in nfc_digital_allocate_device() argument 781 if (supported_protocols & NFC_PROTO_JEWEL_MASK) in nfc_digital_allocate_device() 783 if (supported_protocols & NFC_PROTO_MIFARE_MASK) in nfc_digital_allocate_device() 785 if (supported_protocols & NFC_PROTO_FELICA_MASK) in nfc_digital_allocate_device() 787 if (supported_protocols & NFC_PROTO_NFC_DEP_MASK) in nfc_digital_allocate_device() 789 if (supported_protocols & NFC_PROTO_ISO15693_MASK) in nfc_digital_allocate_device() 791 if (supported_protocols & NFC_PROTO_ISO14443_MASK) in nfc_digital_allocate_device() 793 if (supported_protocols & NFC_PROTO_ISO14443_B_MASK) in nfc_digital_allocate_device()
|
/openbmc/linux/drivers/nfc/st21nfca/ |
H A D | core.c | 626 target->supported_protocols = NFC_PROTO_FELICA_MASK; in st21nfca_hci_target_from_gate() 634 target->supported_protocols = NFC_PROTO_JEWEL_MASK; in st21nfca_hci_target_from_gate() 645 target->supported_protocols = in st21nfca_hci_target_from_gate() 647 if (target->supported_protocols == 0xffffffff) in st21nfca_hci_target_from_gate() 658 target->supported_protocols = NFC_PROTO_ISO15693_MASK; in st21nfca_hci_target_from_gate() 703 target->supported_protocols = in st21nfca_hci_complete_target_discovered() 706 target->supported_protocols = in st21nfca_hci_complete_target_discovered() 725 target->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in st21nfca_hci_complete_target_discovered() 771 if (target->supported_protocols == NFC_PROTO_NFC_DEP_MASK) in st21nfca_hci_im_transceive()
|
/openbmc/linux/drivers/nfc/microread/ |
H A D | microread.c | 339 target->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in microread_target_from_gate() 486 targets->supported_protocols = in microread_target_discovered() 500 targets->supported_protocols = in microread_target_discovered() 514 targets->supported_protocols = NFC_PROTO_ISO14443_B_MASK; in microread_target_discovered() 519 targets->supported_protocols = NFC_PROTO_JEWEL_MASK; in microread_target_discovered() 526 targets->supported_protocols = NFC_PROTO_FELICA_MASK; in microread_target_discovered()
|
/openbmc/linux/include/net/nfc/ |
H A D | nfc.h | 92 u32 supported_protocols; member 177 u32 supported_protocols; member 202 u32 supported_protocols,
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 304 | 27 supported_protocols=['file'])
|
H A D | 132 | 60 supported_protocols=['file'])
|
H A D | 280 | 28 supported_protocols=['file'],
|
H A D | 196 | 67 supported_protocols=['file'],
|
H A D | 152 | 64 supported_protocols=['file'])
|
H A D | 096 | 72 supported_protocols=['file'])
|
H A D | 266 | 145 supported_protocols=['file'])
|
H A D | 211 | 29 supported_protocols=['file'],
|
H A D | 213 | 29 supported_protocols=['file'],
|
/openbmc/linux/drivers/nfc/pn533/ |
H A D | pn533.c | 719 nfc_tgt->supported_protocols = NFC_PROTO_MIFARE_MASK; in pn533_target_found_type_a() 722 nfc_tgt->supported_protocols = NFC_PROTO_ISO14443_MASK; in pn533_target_found_type_a() 725 nfc_tgt->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in pn533_target_found_type_a() 728 nfc_tgt->supported_protocols = NFC_PROTO_ISO14443_MASK | in pn533_target_found_type_a() 777 nfc_tgt->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in pn533_target_found_felica() 779 nfc_tgt->supported_protocols = NFC_PROTO_FELICA_MASK; in pn533_target_found_felica() 827 nfc_tgt->supported_protocols = NFC_PROTO_JEWEL_MASK; in pn533_target_found_jewel() 886 nfc_tgt->supported_protocols = NFC_PROTO_ISO14443_B_MASK; in pn533_target_found_type_b() 929 if (!(nfc_tgt.supported_protocols & dev->poll_protocols)) { in pn533_target_found() 937 nfc_tgt.supported_protocols); in pn533_target_found() [all …]
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | export-incoming-iothread | 79 supported_protocols=['file'])
|
H A D | block-status-cache | 135 supported_protocols=['file'])
|
H A D | stream-unaligned-prefetch | 86 iotests.main(supported_fmts=['qcow2'], supported_protocols=['file'])
|
H A D | reopen-file | 88 supported_protocols=['file'])
|
H A D | mirror-top-perms | 119 supported_protocols=['file'])
|
H A D | stream-error-on-reset | 138 supported_protocols=['file'])
|
H A D | graph-changes-while-io | 132 supported_protocols=['file'])
|
H A D | migrate-during-backup | 90 supported_protocols=['file'])
|
H A D | stream-under-throttle | 121 supported_protocols=['file'],
|
H A D | migration-permissions | 100 supported_protocols=['file'])
|