Home
last modified time | relevance | path

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

/Linux-v4.19/net/nfc/nci/
Dntf.c147 struct rf_tech_specific_params_nfcf_poll *nfcf_poll, in nci_extract_rf_params_nfcf_passive_poll() argument
150 nfcf_poll->bit_rate = *data++; in nci_extract_rf_params_nfcf_passive_poll()
151 nfcf_poll->sensf_res_len = min_t(__u8, *data++, NFC_SENSF_RES_MAXSIZE); in nci_extract_rf_params_nfcf_passive_poll()
154 nfcf_poll->bit_rate, nfcf_poll->sensf_res_len); in nci_extract_rf_params_nfcf_passive_poll()
156 memcpy(nfcf_poll->sensf_res, data, nfcf_poll->sensf_res_len); in nci_extract_rf_params_nfcf_passive_poll()
157 data += nfcf_poll->sensf_res_len; in nci_extract_rf_params_nfcf_passive_poll()
200 struct rf_tech_specific_params_nfcf_poll *nfcf_poll; in nci_add_new_protocol() local
246 nfcf_poll = (struct rf_tech_specific_params_nfcf_poll *)params; in nci_add_new_protocol()
248 target->sensf_res_len = nfcf_poll->sensf_res_len; in nci_add_new_protocol()
250 memcpy(target->sensf_res, nfcf_poll->sensf_res, in nci_add_new_protocol()
[all …]
/Linux-v4.19/include/net/nfc/
Dnci.h446 struct rf_tech_specific_params_nfcf_poll nfcf_poll; member
486 struct rf_tech_specific_params_nfcf_poll nfcf_poll; member