Home
last modified time | relevance | path

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

/linux-6.6.21/net/nfc/nci/
Dntf.c172 struct rf_tech_specific_params_nfcv_poll *nfcv_poll, in nci_extract_rf_params_nfcv_passive_poll() argument
176 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() local
270 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()
/linux-6.6.21/include/net/nfc/
Dnci.h469 struct rf_tech_specific_params_nfcv_poll nfcv_poll; member
509 struct rf_tech_specific_params_nfcv_poll nfcv_poll; member