Searched refs:nfcv_poll (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/nfc/nci/ |
H A D | ntf.c | 151 struct rf_tech_specific_params_nfcv_poll *nfcv_poll, in nci_extract_rf_params_nfcv_passive_poll() 155 nfcv_poll->dsfid = *data++; in nci_extract_rf_params_nfcv_passive_poll() 156 memcpy(nfcv_poll->uid, data, NFC_ISO15693_UID_MAXSIZE); in nci_extract_rf_params_nfcv_passive_poll() 189 struct rf_tech_specific_params_nfcv_poll *nfcv_poll; in nci_add_new_protocol() local 248 nfcv_poll = (struct rf_tech_specific_params_nfcv_poll *)params; in nci_add_new_protocol() 251 target->iso15693_dsfid = nfcv_poll->dsfid; in nci_add_new_protocol() 252 memcpy(target->iso15693_uid, nfcv_poll->uid, NFC_ISO15693_UID_MAXSIZE); in nci_add_new_protocol() 347 &(ntf.rf_tech_specific_params.nfcv_poll), data); in nci_rf_discover_ntf_packet() 564 &(ntf.rf_tech_specific_params.nfcv_poll), data); in nci_rf_intf_activated_ntf_packet() 150 nci_extract_rf_params_nfcv_passive_poll(struct nci_dev *ndev, struct rf_tech_specific_params_nfcv_poll *nfcv_poll, __u8 *data) nci_extract_rf_params_nfcv_passive_poll() argument
|
/kernel/linux/linux-6.6/net/nfc/nci/ |
H A D | ntf.c | 172 struct rf_tech_specific_params_nfcv_poll *nfcv_poll, in nci_extract_rf_params_nfcv_passive_poll() 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() 171 nci_extract_rf_params_nfcv_passive_poll(struct nci_dev *ndev, struct rf_tech_specific_params_nfcv_poll *nfcv_poll, const __u8 *data) nci_extract_rf_params_nfcv_passive_poll() argument
|
/kernel/linux/linux-5.10/include/net/nfc/ |
H A D | nci.h | 435 struct rf_tech_specific_params_nfcv_poll nfcv_poll; member 475 struct rf_tech_specific_params_nfcv_poll nfcv_poll; member
|
/kernel/linux/linux-6.6/include/net/nfc/ |
H A D | nci.h | 469 struct rf_tech_specific_params_nfcv_poll nfcv_poll; member 509 struct rf_tech_specific_params_nfcv_poll nfcv_poll; member
|
Completed in 6 milliseconds