Home
last modified time | relevance | path

Searched refs:NFC_PROTO_NFC_DEP_MASK (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/nfc/microread/
H A Dmicroread.c251 if (im_protocols & NFC_PROTO_NFC_DEP_MASK) in microread_start_poll()
254 if ((im_protocols | tm_protocols) & NFC_PROTO_NFC_DEP_MASK) { in microread_start_poll()
258 im_protocols &= ~NFC_PROTO_NFC_DEP_MASK; in microread_start_poll()
259 tm_protocols &= ~NFC_PROTO_NFC_DEP_MASK; in microread_start_poll()
274 if (im_protocols & NFC_PROTO_NFC_DEP_MASK) { in microread_start_poll()
282 if (tm_protocols & NFC_PROTO_NFC_DEP_MASK) { in microread_start_poll()
340 target->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in microread_target_from_gate()
585 r = nfc_tm_activated(hdev->ndev, NFC_PROTO_NFC_DEP_MASK, in microread_event_received()
676 NFC_PROTO_NFC_DEP_MASK; in microread_probe()
/OK3568_Linux_fs/kernel/drivers/nfc/pn544/
H A Dpn544.c380 if ((im_protocols | tm_protocols) & NFC_PROTO_NFC_DEP_MASK) { in pn544_hci_start_poll()
385 im_protocols &= ~NFC_PROTO_NFC_DEP_MASK; in pn544_hci_start_poll()
386 tm_protocols &= ~NFC_PROTO_NFC_DEP_MASK; in pn544_hci_start_poll()
390 if (im_protocols & NFC_PROTO_NFC_DEP_MASK) { in pn544_hci_start_poll()
418 if (tm_protocols & NFC_PROTO_NFC_DEP_MASK) { in pn544_hci_start_poll()
493 target->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in pn544_hci_target_from_gate()
512 if (target->supported_protocols & NFC_PROTO_NFC_DEP_MASK) { in pn544_hci_complete_target_discovered()
549 target->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in pn544_hci_complete_target_discovered()
702 } else if (target->supported_protocols & NFC_PROTO_NFC_DEP_MASK) { in pn544_hci_check_presence()
734 r = nfc_tm_activated(hdev->ndev, NFC_PROTO_NFC_DEP_MASK, in pn544_hci_event_received()
[all …]
/OK3568_Linux_fs/kernel/drivers/nfc/st21nfca/
H A Dcore.c359 im_protocols &= ~NFC_PROTO_NFC_DEP_MASK; in st21nfca_hci_start_poll()
360 tm_protocols &= ~NFC_PROTO_NFC_DEP_MASK; in st21nfca_hci_start_poll()
402 if (tm_protocols & NFC_PROTO_NFC_DEP_MASK) { in st21nfca_hci_start_poll()
705 NFC_PROTO_NFC_DEP_MASK; in st21nfca_hci_complete_target_discovered()
726 target->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in st21nfca_hci_complete_target_discovered()
772 if (target->supported_protocols == NFC_PROTO_NFC_DEP_MASK) in st21nfca_hci_im_transceive()
984 NFC_PROTO_NFC_DEP_MASK; in st21nfca_hci_probe()
H A Ddep.c222 r = nfc_tm_activated(hdev->ndev, NFC_PROTO_NFC_DEP_MASK, in st21nfca_tm_recv_atr_req()
/OK3568_Linux_fs/kernel/drivers/nfc/pn533/
H A Dpn533.h17 NFC_PROTO_NFC_DEP_MASK |\
24 NFC_PROTO_NFC_DEP_MASK)
H A Dpn533.c733 nfc_tgt->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in pn533_target_found_type_a()
737 NFC_PROTO_NFC_DEP_MASK; in pn533_target_found_type_a()
785 nfc_tgt->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in pn533_target_found_felica()
979 (im_protocols & NFC_PROTO_NFC_DEP_MASK)) in pn533_poll_create_mod_list()
983 im_protocols & NFC_PROTO_NFC_DEP_MASK) { in pn533_poll_create_mod_list()
1004 if (dev->poll_protocols & NFC_PROTO_NFC_DEP_MASK) in pn533_start_poll_complete()
1238 rc = nfc_tm_activated(dev->nfc_dev, NFC_PROTO_NFC_DEP_MASK, in pn533_init_target_complete()
1335 nfc_target.supported_protocols = NFC_PROTO_NFC_DEP_MASK; in pn533_poll_dep_complete()
1601 if ((dev->poll_protocols & NFC_PROTO_NFC_DEP_MASK) && dev->poll_dep) { in pn533_send_poll_frame()
1698 (im_protocols & NFC_PROTO_NFC_DEP_MASK)) in pn533_start_poll()
[all …]
/OK3568_Linux_fs/kernel/net/nfc/
H A Ddigital_core.c15 NFC_PROTO_NFC_DEP_MASK | NFC_PROTO_ISO14443_MASK)
20 (NFC_PROTO_FELICA_MASK | NFC_PROTO_NFC_DEP_MASK)
523 if (matching_tm_protocols & NFC_PROTO_NFC_DEP_MASK) { in digital_start_poll()
784 if (supported_protocols & NFC_PROTO_NFC_DEP_MASK) in nfc_digital_allocate_device()
785 ddev->protocols |= NFC_PROTO_NFC_DEP_MASK; in nfc_digital_allocate_device()
H A Ddigital_dep.c1573 ddev->curr_protocol = NFC_PROTO_NFC_DEP_MASK; in digital_tg_recv_atr_req()
1620 rc = nfc_tm_activated(ddev->nfc_dev, NFC_PROTO_NFC_DEP_MASK, in digital_tg_recv_atr_req()
H A Dcore.c682 if (protocol == NFC_PROTO_NFC_DEP_MASK) in nfc_tm_activated()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dnfc.h254 #define NFC_PROTO_NFC_DEP_MASK (1 << NFC_PROTO_NFC_DEP) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dnfc.h254 #define NFC_PROTO_NFC_DEP_MASK (1 << NFC_PROTO_NFC_DEP) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dnfc.h254 #define NFC_PROTO_NFC_DEP_MASK (1 << NFC_PROTO_NFC_DEP) macro
/OK3568_Linux_fs/kernel/drivers/nfc/st-nci/
H A Dcore.c132 | NFC_PROTO_NFC_DEP_MASK; in st_nci_probe()
/OK3568_Linux_fs/kernel/net/nfc/nci/
H A Dcore.c248 param->im_protocols & NFC_PROTO_NFC_DEP_MASK)) { in nci_rf_discover_req()
265 param->im_protocols & NFC_PROTO_NFC_DEP_MASK)) { in nci_rf_discover_req()
281 (param->tm_protocols & NFC_PROTO_NFC_DEP_MASK)) { in nci_rf_discover_req()
824 if ((im_protocols | tm_protocols) & NFC_PROTO_NFC_DEP_MASK) { in nci_start_poll()
832 if (tm_protocols & NFC_PROTO_NFC_DEP_MASK) { in nci_start_poll()
H A Dntf.c204 protocol = NFC_PROTO_NFC_DEP_MASK; in nci_add_new_protocol()
662 NFC_PROTO_NFC_DEP_MASK, in nci_rf_intf_activated_ntf_packet()
/OK3568_Linux_fs/kernel/drivers/nfc/nxp-nci/
H A Dcore.c28 NFC_PROTO_NFC_DEP_MASK)
/OK3568_Linux_fs/kernel/drivers/nfc/nfcmrvl/
H A Dmain.c151 | NFC_PROTO_NFC_DEP_MASK; in nfcmrvl_nci_register_dev()
/OK3568_Linux_fs/kernel/drivers/nfc/
H A Dnfcsim.c394 NFC_PROTO_NFC_DEP_MASK, in nfcsim_device_new()
H A Dport100.c22 NFC_PROTO_NFC_DEP_MASK | \
H A Dtrf7970a.c120 NFC_PROTO_ISO15693_MASK | NFC_PROTO_NFC_DEP_MASK)
/OK3568_Linux_fs/kernel/net/nfc/hci/
H A Dcore.c275 return NFC_PROTO_NFC_DEP_MASK; in nfc_hci_sak_to_protocol()
277 return NFC_PROTO_ISO14443_MASK | NFC_PROTO_NFC_DEP_MASK; in nfc_hci_sak_to_protocol()
/OK3568_Linux_fs/kernel/drivers/nfc/fdp/
H A Dfdp.c742 NFC_PROTO_NFC_DEP_MASK | in fdp_nci_probe()