Home
last modified time | relevance | path

Searched refs:nfca_poll (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/net/nfc/nci/
Dntf.c112 struct rf_tech_specific_params_nfca_poll *nfca_poll, in nci_extract_rf_params_nfca_passive_poll() argument
115 nfca_poll->sens_res = __le16_to_cpu(*((__le16 *)data)); in nci_extract_rf_params_nfca_passive_poll()
118 nfca_poll->nfcid1_len = min_t(__u8, *data++, NFC_NFCID1_MAXSIZE); in nci_extract_rf_params_nfca_passive_poll()
121 nfca_poll->sens_res, nfca_poll->nfcid1_len); in nci_extract_rf_params_nfca_passive_poll()
123 memcpy(nfca_poll->nfcid1, data, nfca_poll->nfcid1_len); in nci_extract_rf_params_nfca_passive_poll()
124 data += nfca_poll->nfcid1_len; in nci_extract_rf_params_nfca_passive_poll()
126 nfca_poll->sel_res_len = *data++; in nci_extract_rf_params_nfca_passive_poll()
128 if (nfca_poll->sel_res_len != 0) in nci_extract_rf_params_nfca_passive_poll()
129 nfca_poll->sel_res = *data++; in nci_extract_rf_params_nfca_passive_poll()
132 nfca_poll->sel_res_len, in nci_extract_rf_params_nfca_passive_poll()
[all …]
/linux-6.1.9/include/net/nfc/
Dnci.h466 struct rf_tech_specific_params_nfca_poll nfca_poll; member
506 struct rf_tech_specific_params_nfca_poll nfca_poll; member