Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/core/src/
H A Dtarget_if_main.c132 if (scn_handle && g_target_if_ctx->get_psoc_hdl_cb) in target_if_get_psoc_from_scn_hdl()
133 psoc = g_target_if_ctx->get_psoc_hdl_cb(scn_handle); in target_if_get_psoc_from_scn_hdl()
189 g_target_if_ctx->get_psoc_hdl_cb = psoc_hdl_cb; in target_if_init()
207 g_target_if_ctx->get_psoc_hdl_cb = NULL; in target_if_deinit()
/wlan-driver/qca-wifi-host-cmn/target_if/core/inc/
H A Dtarget_if.h103 get_psoc_handle_callback get_psoc_hdl_cb; member