Searched refs:nfcv_poll (Results 1 – 2 of 2) sorted by relevance
172 struct rf_tech_specific_params_nfcv_poll *nfcv_poll, in nci_extract_rf_params_nfcv_passive_poll() argument176 nfcv_poll->dsfid = *data++; in nci_extract_rf_params_nfcv_passive_poll()177 memcpy(nfcv_poll->uid, data, NFC_ISO15693_UID_MAXSIZE); in nci_extract_rf_params_nfcv_passive_poll()211 const struct rf_tech_specific_params_nfcv_poll *nfcv_poll; in nci_add_new_protocol() local270 nfcv_poll = (struct rf_tech_specific_params_nfcv_poll *)params; in nci_add_new_protocol()273 target->iso15693_dsfid = nfcv_poll->dsfid; in nci_add_new_protocol()274 memcpy(target->iso15693_uid, nfcv_poll->uid, NFC_ISO15693_UID_MAXSIZE); in nci_add_new_protocol()369 &(ntf.rf_tech_specific_params.nfcv_poll), data); in nci_rf_discover_ntf_packet()588 &(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