Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/cds/src/
H A Dcds_api.c749 struct htc_init_info htcInfo = { 0 }; in cds_open() local
819 htcInfo.pContext = ol_ctx; in cds_open()
820 htcInfo.TargetFailure = ol_target_failure; in cds_open()
821 htcInfo.TargetSendSuspendComplete = in cds_open()
823 htcInfo.target_initial_wakeup_cb = ucfg_pmo_psoc_handle_initial_wake_up; in cds_open()
824 htcInfo.target_psoc = (void *)psoc; in cds_open()
825 htcInfo.cfg_wmi_credit_cnt = hdd_ctx->config->cfg_wmi_credit_cnt; in cds_open()
830 htc_create(scn, &htcInfo, qdf_ctx, cds_get_conparam()); in cds_open()
895 soc_attach_params.target_psoc = htcInfo.target_psoc; in cds_open()