Searched refs:nfcb_poll (Results 1 – 2 of 2) sorted by relevance
197 struct rf_tech_specific_params_nfcb_poll *nfcb_poll, in nci_extract_rf_params_nfcb_passive_poll() argument204 nfcb_poll->sensb_res_len = min_t(__u8, *data++, NFC_SENSB_RES_MAXSIZE); in nci_extract_rf_params_nfcb_passive_poll()207 pr_debug("sensb_res_len %d\n", nfcb_poll->sensb_res_len); in nci_extract_rf_params_nfcb_passive_poll()210 if (data_len < nfcb_poll->sensb_res_len) in nci_extract_rf_params_nfcb_passive_poll()213 memcpy(nfcb_poll->sensb_res, data, nfcb_poll->sensb_res_len); in nci_extract_rf_params_nfcb_passive_poll()214 data += nfcb_poll->sensb_res_len; in nci_extract_rf_params_nfcb_passive_poll()317 const struct rf_tech_specific_params_nfcb_poll *nfcb_poll; in nci_add_new_protocol() local358 nfcb_poll = (struct rf_tech_specific_params_nfcb_poll *)params; in nci_add_new_protocol()360 target->sensb_res_len = nfcb_poll->sensb_res_len; in nci_add_new_protocol()364 memcpy(target->sensb_res, nfcb_poll->sensb_res, in nci_add_new_protocol()[all …]
467 struct rf_tech_specific_params_nfcb_poll nfcb_poll; member507 struct rf_tech_specific_params_nfcb_poll nfcb_poll; member