Lines Matching refs:nfcb_poll

140 					struct rf_tech_specific_params_nfcb_poll *nfcb_poll,  in nci_extract_rf_params_nfcb_passive_poll()  argument
143 nfcb_poll->sensb_res_len = min_t(__u8, *data++, NFC_SENSB_RES_MAXSIZE); in nci_extract_rf_params_nfcb_passive_poll()
145 pr_debug("sensb_res_len %d\n", nfcb_poll->sensb_res_len); in nci_extract_rf_params_nfcb_passive_poll()
147 memcpy(nfcb_poll->sensb_res, data, nfcb_poll->sensb_res_len); in nci_extract_rf_params_nfcb_passive_poll()
148 data += nfcb_poll->sensb_res_len; in nci_extract_rf_params_nfcb_passive_poll()
209 const struct rf_tech_specific_params_nfcb_poll *nfcb_poll; in nci_add_new_protocol() local
250 nfcb_poll = (struct rf_tech_specific_params_nfcb_poll *)params; in nci_add_new_protocol()
252 target->sensb_res_len = nfcb_poll->sensb_res_len; in nci_add_new_protocol()
256 memcpy(target->sensb_res, nfcb_poll->sensb_res, in nci_add_new_protocol()
359 &(ntf.rf_tech_specific_params.nfcb_poll), data); in nci_rf_discover_ntf_packet()
400 struct activation_params_nfcb_poll_iso_dep *nfcb_poll; in nci_extract_activation_params_iso_dep() local
414 nfcb_poll = &ntf->activation_params.nfcb_poll_iso_dep; in nci_extract_activation_params_iso_dep()
415 nfcb_poll->attrib_res_len = min_t(__u8, *data++, 50); in nci_extract_activation_params_iso_dep()
416 pr_debug("attrib_res_len %d\n", nfcb_poll->attrib_res_len); in nci_extract_activation_params_iso_dep()
417 if (nfcb_poll->attrib_res_len > 0) { in nci_extract_activation_params_iso_dep()
418 memcpy(nfcb_poll->attrib_res, in nci_extract_activation_params_iso_dep()
419 data, nfcb_poll->attrib_res_len); in nci_extract_activation_params_iso_dep()
578 &(ntf.rf_tech_specific_params.nfcb_poll), data); in nci_rf_intf_activated_ntf_packet()