Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/nfc/nci/
A Dntf.c121 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()
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()
407 if (nfca_poll->rats_res_len > 0) { in nci_extract_activation_params_iso_dep()
[all …]
/linux-6.3-rc2/include/net/nfc/
A Dnci.h466 struct rf_tech_specific_params_nfca_poll nfca_poll; member
506 struct rf_tech_specific_params_nfca_poll nfca_poll; member

Completed in 7 milliseconds