Searched refs:nfcf_poll (Results 1 – 2 of 2) sorted by relevance
221 struct rf_tech_specific_params_nfcf_poll *nfcf_poll, in nci_extract_rf_params_nfcf_passive_poll() argument228 nfcf_poll->bit_rate = *data++; in nci_extract_rf_params_nfcf_passive_poll()235 nfcf_poll->sensf_res_len = min_t(__u8, *data++, NFC_SENSF_RES_MAXSIZE); in nci_extract_rf_params_nfcf_passive_poll()239 nfcf_poll->bit_rate, nfcf_poll->sensf_res_len); in nci_extract_rf_params_nfcf_passive_poll()242 if (data_len < nfcf_poll->sensf_res_len) in nci_extract_rf_params_nfcf_passive_poll()245 memcpy(nfcf_poll->sensf_res, data, nfcf_poll->sensf_res_len); in nci_extract_rf_params_nfcf_passive_poll()246 data += nfcf_poll->sensf_res_len; in nci_extract_rf_params_nfcf_passive_poll()318 const struct rf_tech_specific_params_nfcf_poll *nfcf_poll; in nci_add_new_protocol() local368 nfcf_poll = (struct rf_tech_specific_params_nfcf_poll *)params; in nci_add_new_protocol()370 target->sensf_res_len = nfcf_poll->sensf_res_len; in nci_add_new_protocol()[all …]
468 struct rf_tech_specific_params_nfcf_poll nfcf_poll; member508 struct rf_tech_specific_params_nfcf_poll nfcf_poll; member