Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/nfc/microread/
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()
/Linux-v5.4/drivers/nfc/pn544/
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 …]
/Linux-v5.4/drivers/nfc/st21nfca/
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()
985 NFC_PROTO_NFC_DEP_MASK; in st21nfca_hci_probe()
Ddep.c220 r = nfc_tm_activated(hdev->ndev, NFC_PROTO_NFC_DEP_MASK, in st21nfca_tm_recv_atr_req()
/Linux-v5.4/drivers/nfc/pn533/
Dpn533.h16 NFC_PROTO_NFC_DEP_MASK |\
23 NFC_PROTO_NFC_DEP_MASK)
Dpn533.c704 nfc_tgt->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in pn533_target_found_type_a()
708 NFC_PROTO_NFC_DEP_MASK; in pn533_target_found_type_a()
756 nfc_tgt->supported_protocols = NFC_PROTO_NFC_DEP_MASK; in pn533_target_found_felica()
950 (im_protocols & NFC_PROTO_NFC_DEP_MASK)) in pn533_poll_create_mod_list()
954 im_protocols & NFC_PROTO_NFC_DEP_MASK) { in pn533_poll_create_mod_list()
975 if (dev->poll_protocols & NFC_PROTO_NFC_DEP_MASK) in pn533_start_poll_complete()
1209 rc = nfc_tm_activated(dev->nfc_dev, NFC_PROTO_NFC_DEP_MASK, in pn533_init_target_complete()
1306 nfc_target.supported_protocols = NFC_PROTO_NFC_DEP_MASK; in pn533_poll_dep_complete()
1477 if ((dev->poll_protocols & NFC_PROTO_NFC_DEP_MASK) && dev->poll_dep) { in pn533_send_poll_frame()
1774 nfc_target.supported_protocols = NFC_PROTO_NFC_DEP_MASK; in pn533_in_dep_link_up_complete()
/Linux-v5.4/net/nfc/
Ddigital_core.c15 NFC_PROTO_NFC_DEP_MASK | NFC_PROTO_ISO14443_MASK)
20 (NFC_PROTO_FELICA_MASK | NFC_PROTO_NFC_DEP_MASK)
518 if (matching_tm_protocols & NFC_PROTO_NFC_DEP_MASK) { in digital_start_poll()
779 if (supported_protocols & NFC_PROTO_NFC_DEP_MASK) in nfc_digital_allocate_device()
780 ddev->protocols |= NFC_PROTO_NFC_DEP_MASK; in nfc_digital_allocate_device()
Ddigital_dep.c1574 ddev->curr_protocol = NFC_PROTO_NFC_DEP_MASK; in digital_tg_recv_atr_req()
1621 rc = nfc_tm_activated(ddev->nfc_dev, NFC_PROTO_NFC_DEP_MASK, in digital_tg_recv_atr_req()
Dcore.c682 if (protocol == NFC_PROTO_NFC_DEP_MASK) in nfc_tm_activated()
/Linux-v5.4/include/uapi/linux/
Dnfc.h254 #define NFC_PROTO_NFC_DEP_MASK (1 << NFC_PROTO_NFC_DEP) macro
/Linux-v5.4/drivers/nfc/st-nci/
Dcore.c132 | NFC_PROTO_NFC_DEP_MASK; in st_nci_probe()
/Linux-v5.4/drivers/nfc/nxp-nci/
Dcore.c28 NFC_PROTO_NFC_DEP_MASK)
/Linux-v5.4/net/nfc/nci/
Dcore.c245 param->im_protocols & NFC_PROTO_NFC_DEP_MASK)) { in nci_rf_discover_req()
262 param->im_protocols & NFC_PROTO_NFC_DEP_MASK)) { in nci_rf_discover_req()
278 (param->tm_protocols & NFC_PROTO_NFC_DEP_MASK)) { in nci_rf_discover_req()
808 if ((im_protocols | tm_protocols) & NFC_PROTO_NFC_DEP_MASK) { in nci_start_poll()
816 if (tm_protocols & NFC_PROTO_NFC_DEP_MASK) { in nci_start_poll()
Dntf.c204 protocol = NFC_PROTO_NFC_DEP_MASK; in nci_add_new_protocol()
656 NFC_PROTO_NFC_DEP_MASK, in nci_rf_intf_activated_ntf_packet()
/Linux-v5.4/drivers/nfc/nfcmrvl/
Dmain.c151 | NFC_PROTO_NFC_DEP_MASK; in nfcmrvl_nci_register_dev()
/Linux-v5.4/drivers/nfc/
Dnfcsim.c395 NFC_PROTO_NFC_DEP_MASK, in nfcsim_device_new()
Dport100.c22 NFC_PROTO_NFC_DEP_MASK | \
Dtrf7970a.c120 NFC_PROTO_ISO15693_MASK | NFC_PROTO_NFC_DEP_MASK)
/Linux-v5.4/net/nfc/hci/
Dcore.c268 return NFC_PROTO_NFC_DEP_MASK; in nfc_hci_sak_to_protocol()
270 return NFC_PROTO_ISO14443_MASK | NFC_PROTO_NFC_DEP_MASK; in nfc_hci_sak_to_protocol()
/Linux-v5.4/drivers/nfc/fdp/
Dfdp.c761 NFC_PROTO_NFC_DEP_MASK | in fdp_nci_probe()