Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nfc/microread/
Dmicroread.c262 if (im_protocols & NFC_PROTO_NFC_DEP_MASK) in microread_start_poll()
265 if ((im_protocols | tm_protocols) & NFC_PROTO_NFC_DEP_MASK) { in microread_start_poll()
269 im_protocols &= ~NFC_PROTO_NFC_DEP_MASK; in microread_start_poll()
270 tm_protocols &= ~NFC_PROTO_NFC_DEP_MASK; in microread_start_poll()
285 if (im_protocols & NFC_PROTO_NFC_DEP_MASK) { in microread_start_poll()
293 if (tm_protocols & NFC_PROTO_NFC_DEP_MASK) { in microread_start_poll()
351 target->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in microread_target_from_gate()
596 r = nfc_tm_activated(hdev->ndev, NFC_PROTO_NFC_DEP_MASK, in microread_event_received()
687 NFC_PROTO_NFC_DEP_MASK; in microread_probe()
/Linux-v4.19/drivers/nfc/pn544/
Dpn544.c391 if ((im_protocols | tm_protocols) & NFC_PROTO_NFC_DEP_MASK) { in pn544_hci_start_poll()
396 im_protocols &= ~NFC_PROTO_NFC_DEP_MASK; in pn544_hci_start_poll()
397 tm_protocols &= ~NFC_PROTO_NFC_DEP_MASK; in pn544_hci_start_poll()
401 if (im_protocols & NFC_PROTO_NFC_DEP_MASK) { in pn544_hci_start_poll()
429 if (tm_protocols & NFC_PROTO_NFC_DEP_MASK) { in pn544_hci_start_poll()
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()
560 target->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in pn544_hci_complete_target_discovered()
713 } else if (target->supported_protocols & NFC_PROTO_NFC_DEP_MASK) { in pn544_hci_check_presence()
745 r = nfc_tm_activated(hdev->ndev, NFC_PROTO_NFC_DEP_MASK, in pn544_hci_event_received()
[all …]
/Linux-v4.19/drivers/nfc/st21nfca/
Dcore.c370 im_protocols &= ~NFC_PROTO_NFC_DEP_MASK; in st21nfca_hci_start_poll()
371 tm_protocols &= ~NFC_PROTO_NFC_DEP_MASK; in st21nfca_hci_start_poll()
413 if (tm_protocols & NFC_PROTO_NFC_DEP_MASK) { in st21nfca_hci_start_poll()
716 NFC_PROTO_NFC_DEP_MASK; 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()
995 NFC_PROTO_NFC_DEP_MASK; in st21nfca_hci_probe()
Ddep.c231 r = nfc_tm_activated(hdev->ndev, NFC_PROTO_NFC_DEP_MASK, in st21nfca_tm_recv_atr_req()
/Linux-v4.19/drivers/nfc/pn533/
Dpn533.h28 NFC_PROTO_NFC_DEP_MASK |\
35 NFC_PROTO_NFC_DEP_MASK)
Dpn533.c716 nfc_tgt->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in pn533_target_found_type_a()
720 NFC_PROTO_NFC_DEP_MASK; in pn533_target_found_type_a()
768 nfc_tgt->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in pn533_target_found_felica()
962 (im_protocols & NFC_PROTO_NFC_DEP_MASK)) in pn533_poll_create_mod_list()
966 im_protocols & NFC_PROTO_NFC_DEP_MASK) { in pn533_poll_create_mod_list()
987 if (dev->poll_protocols & NFC_PROTO_NFC_DEP_MASK) in pn533_start_poll_complete()
1221 rc = nfc_tm_activated(dev->nfc_dev, NFC_PROTO_NFC_DEP_MASK, in pn533_init_target_complete()
1318 nfc_target.supported_protocols = NFC_PROTO_NFC_DEP_MASK; in pn533_poll_dep_complete()
1489 if ((dev->poll_protocols & NFC_PROTO_NFC_DEP_MASK) && dev->poll_dep) { in pn533_send_poll_frame()
1786 nfc_target.supported_protocols = NFC_PROTO_NFC_DEP_MASK; in pn533_in_dep_link_up_complete()
/Linux-v4.19/net/nfc/
Ddigital_core.c24 NFC_PROTO_NFC_DEP_MASK | NFC_PROTO_ISO14443_MASK)
29 (NFC_PROTO_FELICA_MASK | NFC_PROTO_NFC_DEP_MASK)
527 if (matching_tm_protocols & NFC_PROTO_NFC_DEP_MASK) { in digital_start_poll()
788 if (supported_protocols & NFC_PROTO_NFC_DEP_MASK) in nfc_digital_allocate_device()
789 ddev->protocols |= NFC_PROTO_NFC_DEP_MASK; in nfc_digital_allocate_device()
Ddigital_dep.c1583 ddev->curr_protocol = NFC_PROTO_NFC_DEP_MASK; in digital_tg_recv_atr_req()
1630 rc = nfc_tm_activated(ddev->nfc_dev, NFC_PROTO_NFC_DEP_MASK, in digital_tg_recv_atr_req()
Dcore.c694 if (protocol == NFC_PROTO_NFC_DEP_MASK) in nfc_tm_activated()
/Linux-v4.19/include/uapi/linux/
Dnfc.h254 #define NFC_PROTO_NFC_DEP_MASK (1 << NFC_PROTO_NFC_DEP) macro
/Linux-v4.19/drivers/nfc/st-nci/
Dcore.c143 | NFC_PROTO_NFC_DEP_MASK; in st_nci_probe()
/Linux-v4.19/drivers/nfc/nxp-nci/
Dcore.c41 NFC_PROTO_NFC_DEP_MASK)
/Linux-v4.19/net/nfc/nci/
Dcore.c257 param->im_protocols & NFC_PROTO_NFC_DEP_MASK)) { in nci_rf_discover_req()
274 param->im_protocols & NFC_PROTO_NFC_DEP_MASK)) { in nci_rf_discover_req()
290 (param->tm_protocols & NFC_PROTO_NFC_DEP_MASK)) { in nci_rf_discover_req()
820 if ((im_protocols | tm_protocols) & NFC_PROTO_NFC_DEP_MASK) { in nci_start_poll()
828 if (tm_protocols & NFC_PROTO_NFC_DEP_MASK) { in nci_start_poll()
Dntf.c216 protocol = NFC_PROTO_NFC_DEP_MASK; in nci_add_new_protocol()
668 NFC_PROTO_NFC_DEP_MASK, in nci_rf_intf_activated_ntf_packet()
/Linux-v4.19/drivers/nfc/nfcmrvl/
Dmain.c151 | NFC_PROTO_NFC_DEP_MASK; in nfcmrvl_nci_register_dev()
/Linux-v4.19/drivers/nfc/
Dnfcsim.c404 NFC_PROTO_NFC_DEP_MASK, in nfcsim_device_new()
Dport100.c31 NFC_PROTO_NFC_DEP_MASK | \
Dtrf7970a.c123 NFC_PROTO_ISO15693_MASK | NFC_PROTO_NFC_DEP_MASK)
/Linux-v4.19/net/nfc/hci/
Dcore.c280 return NFC_PROTO_NFC_DEP_MASK; in nfc_hci_sak_to_protocol()
282 return NFC_PROTO_ISO14443_MASK | NFC_PROTO_NFC_DEP_MASK; in nfc_hci_sak_to_protocol()
/Linux-v4.19/drivers/nfc/fdp/
Dfdp.c769 NFC_PROTO_NFC_DEP_MASK | in fdp_nci_probe()