Lines Matching refs:cfr_psoc
278 struct psoc_cfr *cfr_psoc; in target_if_cfr_init_target() local
295 cfr_psoc = wlan_objmgr_psoc_get_comp_private_obj(psoc, in target_if_cfr_init_target()
298 if (!cfr_psoc) { in target_if_cfr_init_target()
311 cfr_psoc->is_cfr_capable = 0; in target_if_cfr_init_target()
319 cfr_psoc->is_cfr_capable = cfr_capable; in target_if_cfr_init_target()
325 cfr_psoc->is_cfr_pdev_id_soc = in target_if_cfr_init_target()
328 cfr_debug("is_cfr_pdev_id_soc %d", cfr_psoc->is_cfr_pdev_id_soc); in target_if_cfr_init_target()
567 struct psoc_cfr *cfr_psoc; in target_if_cfr_get_pdev_id() local
581 cfr_psoc = wlan_objmgr_psoc_get_comp_private_obj(psoc, in target_if_cfr_get_pdev_id()
584 if (!cfr_psoc) { in target_if_cfr_get_pdev_id()
589 if (cfr_psoc->is_cfr_pdev_id_soc) in target_if_cfr_get_pdev_id()
595 cfr_psoc->is_cfr_pdev_id_soc, pdev_id); in target_if_cfr_get_pdev_id()