Home
last modified time | relevance | path

Searched refs:nfcb_poll (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/nfc/nci/
H A Dntf.c121 struct rf_tech_specific_params_nfcb_poll *nfcb_poll, in nci_extract_rf_params_nfcb_passive_poll()
124 nfcb_poll->sensb_res_len = min_t(__u8, *data++, NFC_SENSB_RES_MAXSIZE); in nci_extract_rf_params_nfcb_passive_poll()
126 pr_debug("sensb_res_len %d\n", nfcb_poll->sensb_res_len); in nci_extract_rf_params_nfcb_passive_poll()
128 memcpy(nfcb_poll->sensb_res, data, nfcb_poll->sensb_res_len); in nci_extract_rf_params_nfcb_passive_poll()
129 data += nfcb_poll->sensb_res_len; in nci_extract_rf_params_nfcb_passive_poll()
187 struct rf_tech_specific_params_nfcb_poll *nfcb_poll; in nci_add_new_protocol() local
228 nfcb_poll = (struct rf_tech_specific_params_nfcb_poll *)params; in nci_add_new_protocol()
230 target->sensb_res_len = nfcb_poll->sensb_res_len; in nci_add_new_protocol()
234 memcpy(target->sensb_res, nfcb_poll in nci_add_new_protocol()
120 nci_extract_rf_params_nfcb_passive_poll(struct nci_dev *ndev, struct rf_tech_specific_params_nfcb_poll *nfcb_poll, __u8 *data) nci_extract_rf_params_nfcb_passive_poll() argument
377 struct activation_params_nfcb_poll_iso_dep *nfcb_poll; nci_extract_activation_params_iso_dep() local
[all...]
/kernel/linux/linux-6.6/net/nfc/nci/
H A Dntf.c140 struct rf_tech_specific_params_nfcb_poll *nfcb_poll, in nci_extract_rf_params_nfcb_passive_poll()
143 nfcb_poll->sensb_res_len = min_t(__u8, *data++, NFC_SENSB_RES_MAXSIZE); in nci_extract_rf_params_nfcb_passive_poll()
145 pr_debug("sensb_res_len %d\n", nfcb_poll->sensb_res_len); in nci_extract_rf_params_nfcb_passive_poll()
147 memcpy(nfcb_poll->sensb_res, data, nfcb_poll->sensb_res_len); in nci_extract_rf_params_nfcb_passive_poll()
148 data += nfcb_poll->sensb_res_len; in nci_extract_rf_params_nfcb_passive_poll()
209 const struct rf_tech_specific_params_nfcb_poll *nfcb_poll; in nci_add_new_protocol() local
250 nfcb_poll = (struct rf_tech_specific_params_nfcb_poll *)params; in nci_add_new_protocol()
252 target->sensb_res_len = nfcb_poll->sensb_res_len; in nci_add_new_protocol()
256 memcpy(target->sensb_res, nfcb_poll in nci_add_new_protocol()
139 nci_extract_rf_params_nfcb_passive_poll(struct nci_dev *ndev, struct rf_tech_specific_params_nfcb_poll *nfcb_poll, const __u8 *data) nci_extract_rf_params_nfcb_passive_poll() argument
400 struct activation_params_nfcb_poll_iso_dep *nfcb_poll; nci_extract_activation_params_iso_dep() local
[all...]
/kernel/linux/linux-5.10/include/net/nfc/
H A Dnci.h433 struct rf_tech_specific_params_nfcb_poll nfcb_poll; member
473 struct rf_tech_specific_params_nfcb_poll nfcb_poll; member
/kernel/linux/linux-6.6/include/net/nfc/
H A Dnci.h467 struct rf_tech_specific_params_nfcb_poll nfcb_poll; member
507 struct rf_tech_specific_params_nfcb_poll nfcb_poll; member

Completed in 6 milliseconds