Home
last modified time | relevance | path

Searched full:sel_res (Results 1 – 12 of 12) sorted by relevance

/linux/net/nfc/
H A Ddigital_technology.c23 #define DIGITAL_SEL_RES_NFCID1_COMPLETE(sel_res) (!((sel_res) & 0x04)) argument
24 #define DIGITAL_SEL_RES_IS_T2T(sel_res) (!((sel_res) & 0x60)) argument
25 #define DIGITAL_SEL_RES_IS_T4T(sel_res) ((sel_res) & 0x20) argument
26 #define DIGITAL_SEL_RES_IS_NFC_DEP(sel_res) ((sel_res) & 0x40) argument
277 u8 sel_res; in digital_in_recv_sel_res() local
299 sel_res in digital_in_recv_sel_res()
[all...]
H A Ddigital_core.c288 params->sel_res = DIGITAL_SEL_RES_NFC_DEP; in digital_tg_listen_mdaa()
H A Dnetlink.c76 nla_put_u8(msg, NFC_ATTR_TARGET_SEL_RES, target->sel_res)) in nfc_genl_send_target()
/linux/net/nfc/nci/
H A Dntf.c181 /* Check if we have enough data for sel_res (1 byte) */ in nci_extract_rf_params_nfca_passive_poll()
185 nfca_poll->sel_res = *data++; in nci_extract_rf_params_nfca_passive_poll()
188 pr_debug("sel_res_len %d, sel_res 0x%x\n", in nci_extract_rf_params_nfca_passive_poll()
190 nfca_poll->sel_res); in nci_extract_rf_params_nfca_passive_poll()
349 target->sel_res = nfca_poll->sel_res; in nci_add_new_protocol()
/linux/include/net/nfc/
H A Ddigital.h69 u8 sel_res; member
116 * mdaa_params structure contains SENS_RES, NFCID1, and SEL_RES for 106A RF
H A Dnfc.h96 u8 sel_res; member
H A Dnci.h434 __u8 sel_res; member
/linux/tools/testing/selftests/nci/
H A Dnci_dev.c649 __u8 sel_res; in get_taginfo() local
674 sel_res = -1; in get_taginfo()
682 sel_res = *(__u8 *)((char *)na + NLA_HDRLEN); in get_taginfo()
689 if (targetidx == -1 || sel_res != 0x20 || protocol != NFC_PROTO_ISO14443_MASK) in get_taginfo()
/linux/drivers/nfc/st21nfca/
H A Dcore.c437 * Configure sel_res in st21nfca_hci_start_poll()
651 target->sel_res = sak; in st21nfca_hci_target_from_gate()
692 * - After the reception of SEL_RES with NFCIP-1 compliant bit in st21nfca_hci_complete_target_discovered()
/linux/drivers/nfc/microread/
H A Dmicroread.c490 targets->sel_res = skb->data[MICROREAD_EMCF_A_SAK]; in microread_target_discovered()
504 targets->sel_res = skb->data[MICROREAD_EMCF_A3_SAK]; in microread_target_discovered()
/linux/drivers/nfc/pn533/
H A Dpn533.c652 u8 sel_res; member
698 if (PN533_TYPE_A_SEL_CASCADE(type_a->sel_res) != 0) in pn533_target_type_a_is_valid()
717 switch (PN533_TYPE_A_SEL_PROT(tgt_type_a->sel_res)) { in pn533_target_found_type_a()
734 nfc_tgt->sel_res = tgt_type_a->sel_res; in pn533_target_found_type_a()
1030 0x40}; /* SEL_RES for DEP */ in pn533_alloc_poll_tg_frame()
/linux/net/nfc/hci/
H A Dcore.c323 targets->sel_res = sak_skb->data[0]; in nfc_hci_target_discovered()