Searched refs:lphb_cb_ctx (Results 1 – 6 of 6) sorted by relevance
/wlan-driver/qcacld-3.0/components/pmo/core/src/ |
H A D | wlan_pmo_lphb.c | 212 struct pmo_lphb_req *lphb_req, void *lphb_cb_ctx, in pmo_core_lphb_config_req() argument 225 if (!lphb_cb_ctx) { in pmo_core_lphb_config_req() 234 psoc_ctx->wow.lphb_cb_ctx = lphb_cb_ctx; in pmo_core_lphb_config_req()
|
/wlan-driver/qcacld-3.0/components/pmo/dispatcher/src/ |
H A D | wlan_pmo_tgt_lphb.c | 145 if (psoc_ctx->wow.lphb_cb && psoc_ctx->wow.lphb_cb_ctx) { in pmo_tgt_lphb_rsp_evt() 146 psoc_ctx->wow.lphb_cb(psoc_ctx->wow.lphb_cb_ctx, rsp_param); in pmo_tgt_lphb_rsp_evt()
|
H A D | wlan_pmo_ucfg_api.c | 385 void *lphb_cb_ctx, in ucfg_pmo_lphb_config_req() argument 388 return pmo_core_lphb_config_req(psoc, lphb_req, lphb_cb_ctx, callback); in ucfg_pmo_lphb_config_req()
|
/wlan-driver/qcacld-3.0/components/pmo/core/inc/ |
H A D | wlan_pmo_lphb.h | 41 struct pmo_lphb_req *lphb_req, void *lphb_cb_ctx,
|
/wlan-driver/qcacld-3.0/components/pmo/dispatcher/inc/ |
H A D | wlan_pmo_wow_public_struct.h | 264 void *lphb_cb_ctx; member
|
H A D | wlan_pmo_ucfg_api.h | 896 void *lphb_cb_ctx, 1771 struct pmo_lphb_req *lphb_req, void *lphb_cb_ctx, in ucfg_pmo_lphb_config_req() argument
|