Home
last modified time | relevance | path

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

/Linux-v4.19/net/nfc/nci/
Dntf.c133 struct rf_tech_specific_params_nfcb_poll *nfcb_poll, in nci_extract_rf_params_nfcb_passive_poll() argument
136 nfcb_poll->sensb_res_len = min_t(__u8, *data++, NFC_SENSB_RES_MAXSIZE); in nci_extract_rf_params_nfcb_passive_poll()
138 pr_debug("sensb_res_len %d\n", nfcb_poll->sensb_res_len); in nci_extract_rf_params_nfcb_passive_poll()
140 memcpy(nfcb_poll->sensb_res, data, nfcb_poll->sensb_res_len); in nci_extract_rf_params_nfcb_passive_poll()
141 data += nfcb_poll->sensb_res_len; in nci_extract_rf_params_nfcb_passive_poll()
199 struct rf_tech_specific_params_nfcb_poll *nfcb_poll; in nci_add_new_protocol() local
238 nfcb_poll = (struct rf_tech_specific_params_nfcb_poll *)params; in nci_add_new_protocol()
240 target->sensb_res_len = nfcb_poll->sensb_res_len; in nci_add_new_protocol()
242 memcpy(target->sensb_res, nfcb_poll->sensb_res, in nci_add_new_protocol()
343 &(ntf.rf_tech_specific_params.nfcb_poll), data); in nci_rf_discover_ntf_packet()
[all …]
/Linux-v4.19/include/net/nfc/
Dnci.h445 struct rf_tech_specific_params_nfcb_poll nfcb_poll; member
485 struct rf_tech_specific_params_nfcb_poll nfcb_poll; member