Home
last modified time | relevance | path

Searched refs:nfcv_poll (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/net/nfc/nci/
Dntf.c163 struct rf_tech_specific_params_nfcv_poll *nfcv_poll, in nci_extract_rf_params_nfcv_passive_poll() argument
167 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() local
254 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()
/Linux-v4.19/include/net/nfc/
Dnci.h447 struct rf_tech_specific_params_nfcv_poll nfcv_poll; member
487 struct rf_tech_specific_params_nfcv_poll nfcv_poll; member