Searched full:sel_res (Results 1 – 12 of 12) sorted by relevance
23 #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...]
288 params->sel_res = DIGITAL_SEL_RES_NFC_DEP; in digital_tg_listen_mdaa()
76 nla_put_u8(msg, NFC_ATTR_TARGET_SEL_RES, target->sel_res)) in nfc_genl_send_target()
181 /* 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()
69 u8 sel_res; member116 * mdaa_params structure contains SENS_RES, NFCID1, and SEL_RES for 106A RF
96 u8 sel_res; member
434 __u8 sel_res; member
649 __u8 sel_res; in get_taginfo() local674 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()
437 * 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()
490 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()
652 u8 sel_res; member698 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()
323 targets->sel_res = sak_skb->data[0]; in nfc_hci_target_discovered()