Searched refs:nfcv_poll (Results 1 – 2 of 2) sorted by relevance
253 struct rf_tech_specific_params_nfcv_poll *nfcv_poll, in nci_extract_rf_params_nfcv_passive_poll() argument267 nfcv_poll->dsfid = *data++; in nci_extract_rf_params_nfcv_passive_poll()274 memcpy(nfcv_poll->uid, data, NFC_ISO15693_UID_MAXSIZE); in nci_extract_rf_params_nfcv_passive_poll()319 const struct rf_tech_specific_params_nfcv_poll *nfcv_poll; in nci_add_new_protocol() local378 nfcv_poll = (struct rf_tech_specific_params_nfcv_poll *)params; in nci_add_new_protocol()381 target->iso15693_dsfid = nfcv_poll->dsfid; in nci_add_new_protocol()382 memcpy(target->iso15693_uid, nfcv_poll->uid, NFC_ISO15693_UID_MAXSIZE); in nci_add_new_protocol()495 &(ntf.rf_tech_specific_params.nfcv_poll), data, in nci_rf_discover_ntf_packet()758 &(ntf.rf_tech_specific_params.nfcv_poll), data, in nci_rf_intf_activated_ntf_packet()
469 struct rf_tech_specific_params_nfcv_poll nfcv_poll; member509 struct rf_tech_specific_params_nfcv_poll nfcv_poll; member