Home
last modified time | relevance | path

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

/linux/net/nfc/nci/
H A Dntf.c535 nfca_poll = &ntf->activation_params.nfca_poll_iso_dep; in nci_extract_activation_params_iso_dep()
545 nfcb_poll = &ntf->activation_params.nfcb_poll_iso_dep; in nci_extract_activation_params_iso_dep()
573 poll = &ntf->activation_params.poll_nfc_dep; in nci_extract_activation_params_nfc_dep()
583 listen = &ntf->activation_params.listen_nfc_dep; in nci_extract_activation_params_nfc_dep()
635 (ntf->activation_params.poll_nfc_dep.atr_res_len in nci_store_general_bytes_nfc_dep()
639 (ntf->activation_params.poll_nfc_dep.atr_res in nci_store_general_bytes_nfc_dep()
647 (ntf->activation_params.listen_nfc_dep.atr_req_len in nci_store_general_bytes_nfc_dep()
651 (ntf->activation_params.listen_nfc_dep.atr_req in nci_store_general_bytes_nfc_dep()
673 if (ntf->activation_params.nfca_poll_iso_dep.rats_res_len > NFC_ATS_MAXSIZE) { in nci_store_ats_nfc_iso_dep()
678 if (ntf->activation_params.nfca_poll_iso_dep.rats_res_len > 0) { in nci_store_ats_nfc_iso_dep()
[all …]
/linux/include/net/nfc/
H A Dnci.h523 } activation_params; member