Searched refs:nfcv_poll (Results 1 – 2 of 2) sorted by relevance
163 struct rf_tech_specific_params_nfcv_poll *nfcv_poll, in nci_extract_rf_params_nfcv_passive_poll() argument167 nfcv_poll->dsfid = *data++; in nci_extract_rf_params_nfcv_passive_poll()168 memcpy(nfcv_poll->uid, data, NFC_ISO15693_UID_MAXSIZE); in nci_extract_rf_params_nfcv_passive_poll()201 struct rf_tech_specific_params_nfcv_poll *nfcv_poll; in nci_add_new_protocol() local254 nfcv_poll = (struct rf_tech_specific_params_nfcv_poll *)params; in nci_add_new_protocol()257 target->iso15693_dsfid = nfcv_poll->dsfid; in nci_add_new_protocol()258 memcpy(target->iso15693_uid, nfcv_poll->uid, NFC_ISO15693_UID_MAXSIZE); in nci_add_new_protocol()353 &(ntf.rf_tech_specific_params.nfcv_poll), data); in nci_rf_discover_ntf_packet()570 &(ntf.rf_tech_specific_params.nfcv_poll), data); in nci_rf_intf_activated_ntf_packet()
447 struct rf_tech_specific_params_nfcv_poll nfcv_poll; member487 struct rf_tech_specific_params_nfcv_poll nfcv_poll; member