Lines Matching refs:nfcf_poll
155 struct rf_tech_specific_params_nfcf_poll *nfcf_poll, in nci_extract_rf_params_nfcf_passive_poll() argument
158 nfcf_poll->bit_rate = *data++; in nci_extract_rf_params_nfcf_passive_poll()
159 nfcf_poll->sensf_res_len = min_t(__u8, *data++, NFC_SENSF_RES_MAXSIZE); in nci_extract_rf_params_nfcf_passive_poll()
162 nfcf_poll->bit_rate, nfcf_poll->sensf_res_len); in nci_extract_rf_params_nfcf_passive_poll()
164 memcpy(nfcf_poll->sensf_res, data, nfcf_poll->sensf_res_len); in nci_extract_rf_params_nfcf_passive_poll()
165 data += nfcf_poll->sensf_res_len; in nci_extract_rf_params_nfcf_passive_poll()
210 const struct rf_tech_specific_params_nfcf_poll *nfcf_poll; in nci_add_new_protocol() local
260 nfcf_poll = (struct rf_tech_specific_params_nfcf_poll *)params; in nci_add_new_protocol()
262 target->sensf_res_len = nfcf_poll->sensf_res_len; in nci_add_new_protocol()
266 memcpy(target->sensf_res, nfcf_poll->sensf_res, in nci_add_new_protocol()
364 &(ntf.rf_tech_specific_params.nfcf_poll), data); in nci_rf_discover_ntf_packet()
583 &(ntf.rf_tech_specific_params.nfcf_poll), data); in nci_rf_intf_activated_ntf_packet()