Home
last modified time | relevance | path

Searched refs:sel_res (Results 1 - 25 of 25) sorted by relevance

/kernel/linux/linux-5.10/net/nfc/
H A Ddigital_technology.c23 #define DIGITAL_SEL_RES_NFCID1_COMPLETE(sel_res) (!((sel_res) & 0x04))
24 #define DIGITAL_SEL_RES_IS_T2T(sel_res) (!((sel_res) & 0x60))
25 #define DIGITAL_SEL_RES_IS_T4T(sel_res) ((sel_res) & 0x20)
26 #define DIGITAL_SEL_RES_IS_NFC_DEP(sel_res) ((sel_res) & 0x40)
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()
/kernel/linux/linux-6.6/net/nfc/
H A Ddigital_technology.c23 #define DIGITAL_SEL_RES_NFCID1_COMPLETE(sel_res) (!((sel_res) & 0x04))
24 #define DIGITAL_SEL_RES_IS_T2T(sel_res) (!((sel_res) & 0x60))
25 #define DIGITAL_SEL_RES_IS_T4T(sel_res) ((sel_res) & 0x20)
26 #define DIGITAL_SEL_RES_IS_NFC_DEP(sel_res) ((sel_res) & 0x40)
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()
/kernel/linux/linux-5.10/net/nfc/nci/
H A Dntf.c111 nfca_poll->sel_res = *data++; in nci_extract_rf_params_nfca_passive_poll()
113 pr_debug("sel_res_len %d, sel_res 0x%x\n", in nci_extract_rf_params_nfca_passive_poll()
115 nfca_poll->sel_res); in nci_extract_rf_params_nfca_passive_poll()
219 target->sel_res = nfca_poll->sel_res; in nci_add_new_protocol()
/kernel/linux/linux-6.6/net/nfc/nci/
H A Dntf.c129 nfca_poll->sel_res = *data++; in nci_extract_rf_params_nfca_passive_poll()
131 pr_debug("sel_res_len %d, sel_res 0x%x\n", in nci_extract_rf_params_nfca_passive_poll()
133 nfca_poll->sel_res); in nci_extract_rf_params_nfca_passive_poll()
241 target->sel_res = nfca_poll->sel_res; in nci_add_new_protocol()
/kernel/linux/linux-5.10/include/net/nfc/
H A Ddigital.h69 u8 sel_res; member
H A Dnfc.h94 u8 sel_res; member
H A Dnci.h400 __u8 sel_res; member
/kernel/linux/linux-6.6/include/net/nfc/
H A Ddigital.h69 u8 sel_res; member
H A Dnfc.h94 u8 sel_res; member
H A Dnci.h434 __u8 sel_res; member
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/nfc/microread/
H A Dmicroread.c492 targets->sel_res = skb->data[MICROREAD_EMCF_A_SAK]; in microread_target_discovered()
506 targets->sel_res = skb->data[MICROREAD_EMCF_A3_SAK]; in microread_target_discovered()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/nfc/pn533/
H A Dpn533.c660 u8 sel_res; member
706 if (PN533_TYPE_A_SEL_CASCADE(type_a->sel_res) != 0) in pn533_target_type_a_is_valid()
725 switch (PN533_TYPE_A_SEL_PROT(tgt_type_a->sel_res)) { in pn533_target_found_type_a()
742 nfc_tgt->sel_res = tgt_type_a->sel_res; in pn533_target_found_type_a()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/net/nfc/hci/
H A Dcore.c323 targets->sel_res = sak_skb->data[0]; in nfc_hci_target_discovered()
/kernel/linux/linux-5.10/drivers/nfc/st21nfca/
H A Dcore.c438 * Configure sel_res in st21nfca_hci_start_poll()
652 target->sel_res = sak; in st21nfca_hci_target_from_gate()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/net/nfc/hci/
H A Dcore.c323 targets->sel_res = sak_skb->data[0]; in nfc_hci_target_discovered()
/kernel/linux/linux-5.10/drivers/nfc/
H A Dport100.c1443 hdr->nfca_param[5] = params->sel_res; in port100_listen_mdaa()
/kernel/linux/linux-6.6/drivers/nfc/
H A Dport100.c1446 hdr->nfca_param[5] = params->sel_res; in port100_listen_mdaa()

Completed in 35 milliseconds