Searched refs:p_pa_nfc (Results 1 – 1 of 1) sorted by relevance
765 tNFC_INTF_PA_NFC_DEP *p_pa_nfc; in nfc_ncif_proc_activate() local904 p_pa_nfc = &p_intf->intf_param.pa_nfc; in nfc_ncif_proc_activate()905 p_pa_nfc->atr_res_len = *p++; in nfc_ncif_proc_activate()907 if (p_pa_nfc->atr_res_len > 0) in nfc_ncif_proc_activate()909 if (p_pa_nfc->atr_res_len > NFC_MAX_ATS_LEN) in nfc_ncif_proc_activate()910 p_pa_nfc->atr_res_len = NFC_MAX_ATS_LEN; in nfc_ncif_proc_activate()911 STREAM_TO_ARRAY (p_pa_nfc->atr_res, p, p_pa_nfc->atr_res_len); in nfc_ncif_proc_activate()922 p_pa_nfc->waiting_time = p_pa_nfc->atr_res[NCI_L_NFC_DEP_TO_INDEX] & 0x0F; in nfc_ncif_proc_activate()936 mpl = ((p_pa_nfc->atr_res[mpl_idx]) >> 4) & 0x03; in nfc_ncif_proc_activate()937 p_pa_nfc->max_payload_size = nfc_mpl_code_to_size[mpl]; in nfc_ncif_proc_activate()[all …]