Home
last modified time | relevance | path

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

/linux/net/nfc/nci/
H A Dntf.c144 struct rf_tech_specific_params_nfca_poll *nfca_poll, in nci_extract_rf_params_nfca_passive_poll() argument
151 nfca_poll->sens_res = __le16_to_cpu(*((__le16 *)data)); in nci_extract_rf_params_nfca_passive_poll()
159 nfca_poll->nfcid1_len = min_t(__u8, *data++, NFC_NFCID1_MAXSIZE); in nci_extract_rf_params_nfca_passive_poll()
163 nfca_poll->sens_res, nfca_poll->nfcid1_len); in nci_extract_rf_params_nfca_passive_poll()
166 if (data_len < nfca_poll->nfcid1_len) in nci_extract_rf_params_nfca_passive_poll()
169 memcpy(nfca_poll->nfcid1, data, nfca_poll->nfcid1_len); in nci_extract_rf_params_nfca_passive_poll()
170 data += nfca_poll->nfcid1_len; in nci_extract_rf_params_nfca_passive_poll()
171 data_len -= nfca_poll->nfcid1_len; in nci_extract_rf_params_nfca_passive_poll()
177 nfca_poll->sel_res_len = *data++; in nci_extract_rf_params_nfca_passive_poll()
180 if (nfca_poll->sel_res_len != 0) { in nci_extract_rf_params_nfca_passive_poll()
[all …]
/linux/include/net/nfc/
H A Dnci.h466 struct rf_tech_specific_params_nfca_poll nfca_poll; member
506 struct rf_tech_specific_params_nfca_poll nfca_poll; member