/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/ |
D | reg_callbacks.h | 36 reg_chan_change_callback cbk, void *arg); 44 reg_chan_change_callback cbk); 52 reg_ctry_change_callback cbk); 60 reg_ctry_change_callback cbk); 100 reg_get_connected_chan_for_mode_callback cbk); 112 reg_get_connected_chan_for_mode_callback cbk); 116 struct wlan_objmgr_psoc *psoc, reg_chan_change_callback cbk, in reg_register_chan_change_callback() argument 122 struct wlan_objmgr_psoc *psoc, reg_chan_change_callback cbk) in reg_unregister_chan_change_callback() argument 127 struct wlan_objmgr_psoc *psoc, reg_ctry_change_callback cbk) in reg_register_ctry_change_callback() argument 132 struct wlan_objmgr_psoc *psoc, reg_ctry_change_callback cbk) in reg_unregister_ctry_change_callback() argument [all …]
|
D | reg_callbacks.c | 88 if (cbk_list[ctr].cbk) in reg_call_chan_change_cbks() 89 callback = cbk_list[ctr].cbk; in reg_call_chan_change_cbks() 397 reg_chan_change_callback cbk, void *arg) in reg_register_chan_change_callback() argument 410 if (!psoc_priv_obj->cbk_list[count].cbk) { in reg_register_chan_change_callback() 411 psoc_priv_obj->cbk_list[count].cbk = cbk; in reg_register_chan_change_callback() 423 reg_ctry_change_callback cbk) in reg_register_ctry_change_callback() argument 434 if (!psoc_priv_obj->cc_cbk.cbk) in reg_register_ctry_change_callback() 435 psoc_priv_obj->cc_cbk.cbk = cbk; in reg_register_ctry_change_callback() 440 reg_chan_change_callback cbk) in reg_unregister_chan_change_callback() argument 453 if (psoc_priv_obj->cbk_list[count].cbk == cbk) { in reg_unregister_chan_change_callback() [all …]
|
D | reg_priv_objs.h | 83 reg_chan_change_callback cbk; member 100 reg_ctry_change_callback cbk; member 126 reg_get_connected_chan_for_mode_callback cbk; member
|
D | reg_build_chan_list.c | 493 if (psoc_priv_obj->conn_chan_cb.cbk) in reg_get_connected_chan_for_mode() 494 callback = psoc_priv_obj->conn_chan_cb.cbk; in reg_get_connected_chan_for_mode()
|
D | reg_services_common.c | 6688 if (psoc_priv_obj->cc_cbk.cbk) in reg_update_tx_power_on_ctry_change() 6689 callback = psoc_priv_obj->cc_cbk.cbk; in reg_update_tx_power_on_ctry_change()
|
/wlan-driver/qcacld-3.0/components/coap/dispatcher/src/ |
D | wlan_coap_ucfg_api.c | 49 coap_cache_get_callback cbk, void *context) in ucfg_coap_offload_reply_disable() argument 51 return wlan_coap_offload_reply_disable(vdev, req_id, cbk, context); in ucfg_coap_offload_reply_disable() 96 coap_cache_get_callback cbk, void *context) in ucfg_coap_offload_cache_get() argument 98 return wlan_coap_offload_cache_get(vdev, req_id, cbk, context); in ucfg_coap_offload_cache_get()
|
/wlan-driver/qca-wifi-host-cmn/hif/src/ |
D | hif_main.c | 1265 struct hif_driver_state_callbacks *cbk, in hif_open() argument 1290 qdf_mem_copy(&scn->callbacks, cbk, in hif_open() 2645 struct hif_driver_state_callbacks *cbk = hif_get_callbacks_handle(scn); in hif_is_driver_unloading() local 2647 if (cbk && cbk->is_driver_unloading) in hif_is_driver_unloading() 2648 return cbk->is_driver_unloading(cbk->context); in hif_is_driver_unloading() 2662 struct hif_driver_state_callbacks *cbk = hif_get_callbacks_handle(scn); in hif_is_load_or_unload_in_progress() local 2664 if (cbk && cbk->is_load_unload_in_progress) in hif_is_load_or_unload_in_progress() 2665 return cbk->is_load_unload_in_progress(cbk->context); in hif_is_load_or_unload_in_progress() 2679 struct hif_driver_state_callbacks *cbk = hif_get_callbacks_handle(scn); in hif_is_recovery_in_progress() local 2681 if (cbk && cbk->is_recovery_in_progress) in hif_is_recovery_in_progress() [all …]
|
/wlan-driver/qcacld-3.0/components/coap/core/src/ |
D | wlan_coap_main.c | 117 coap_cache_get_callback cbk, void *context) in wlan_coap_offload_reply_disable() argument 129 coap_priv->cache_get_cbk = cbk; in wlan_coap_offload_reply_disable() 149 coap_cache_get_callback cbk, void *context) in wlan_coap_offload_cache_get() argument 161 coap_priv->cache_get_cbk = cbk; in wlan_coap_offload_cache_get()
|
/wlan-driver/qcacld-3.0/components/coex/dispatcher/src/ |
D | wlan_coex_ucfg_api.c | 98 struct wlan_coex_callback *cbk; in ucfg_coex_send_dbam_config() local 117 cbk = &coex_obj->cb; in ucfg_coex_send_dbam_config() 118 cbk->set_dbam_config_cb = clbk; in ucfg_coex_send_dbam_config() 119 cbk->set_dbam_config_ctx = context; in ucfg_coex_send_dbam_config()
|
/wlan-driver/qca-wifi-host-cmn/umac/dcs/dispatcher/src/ |
D | wlan_dcs_ucfg_api.c | 29 dcs_callback cbk, in ucfg_dcs_register_cb() argument 42 dcs_psoc_priv->dcs_cbk.cbk = cbk; in ucfg_dcs_register_cb() 94 dcs_psoc_priv->afc_sel_chan_cbk.cbk = cb; in ucfg_dcs_register_afc_sel_chan_cb()
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_driver_ops.c | 383 struct hif_driver_state_callbacks *cbk) in hdd_hif_init_driver_state_callbacks() argument 385 cbk->context = data; in hdd_hif_init_driver_state_callbacks() 386 cbk->set_recovery_in_progress = hdd_set_recovery_in_progress; in hdd_hif_init_driver_state_callbacks() 387 cbk->is_recovery_in_progress = hdd_is_recovery_in_progress; in hdd_hif_init_driver_state_callbacks() 388 cbk->is_load_unload_in_progress = hdd_is_load_or_unload_in_progress; in hdd_hif_init_driver_state_callbacks() 389 cbk->is_driver_unloading = hdd_is_driver_unloading; in hdd_hif_init_driver_state_callbacks() 390 cbk->is_target_ready = hdd_is_target_ready; in hdd_hif_init_driver_state_callbacks() 391 cbk->get_bandwidth_level = hdd_get_bandwidth_level; in hdd_hif_init_driver_state_callbacks() 392 cbk->prealloc_get_consistent_mem_unaligned = in hdd_hif_init_driver_state_callbacks() 394 cbk->prealloc_put_consistent_mem_unaligned = in hdd_hif_init_driver_state_callbacks() [all …]
|
/wlan-driver/qcacld-3.0/components/coap/dispatcher/inc/ |
D | wlan_coap_ucfg_api.h | 51 coap_cache_get_callback cbk, void *context); 89 coap_cache_get_callback cbk, void *context);
|
/wlan-driver/qcacld-3.0/components/coap/core/inc/ |
D | wlan_coap_main.h | 112 coap_cache_get_callback cbk, void *context); 150 coap_cache_get_callback cbk, void *context);
|
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/src/ |
D | wlan_reg_services_api.c | 681 void *cbk, void *arg) in wlan_reg_register_chan_change_callback() argument 683 reg_register_chan_change_callback(psoc, (reg_chan_change_callback)cbk, in wlan_reg_register_chan_change_callback() 689 void *cbk) in wlan_reg_unregister_chan_change_callback() argument 692 (reg_chan_change_callback)cbk); in wlan_reg_unregister_chan_change_callback() 696 void *cbk) in wlan_reg_register_ctry_change_callback() argument 698 reg_register_ctry_change_callback(psoc, (reg_ctry_change_callback)cbk); in wlan_reg_register_ctry_change_callback() 702 void *cbk) in wlan_reg_unregister_ctry_change_callback() argument 705 (reg_ctry_change_callback)cbk); in wlan_reg_unregister_ctry_change_callback() 1981 void *cbk) in wlan_reg_register_is_chan_connected_callback() argument 1984 (reg_get_connected_chan_for_mode_callback)cbk); in wlan_reg_register_is_chan_connected_callback() [all …]
|
D | wlan_reg_ucfg_api.c | 210 void *cbk, void *arg) in ucfg_reg_register_chan_change_callback() argument 212 reg_register_chan_change_callback(psoc, (reg_chan_change_callback)cbk, in ucfg_reg_register_chan_change_callback() 217 void *cbk) in ucfg_reg_unregister_chan_change_callback() argument 220 (reg_chan_change_callback)cbk); in ucfg_reg_unregister_chan_change_callback()
|
/wlan-driver/qca-wifi-host-cmn/umac/dcs/dispatcher/inc/ |
D | wlan_dcs_ucfg_api.h | 80 dcs_callback cbk, 244 ucfg_dcs_register_cb(struct wlan_objmgr_psoc *psoc, dcs_callback cbk, void *arg) in ucfg_dcs_register_cb() argument
|
/wlan-driver/qca-wifi-host-cmn/umac/dcs/core/src/ |
D | wlan_dcs.h | 143 dcs_callback cbk; member 189 dcs_afc_select_chan_cb cbk; member
|
D | wlan_dcs.c | 711 dcs_psoc_priv->dcs_cbk.cbk(psoc, event->dcs_param.pdev_id, in wlan_dcs_frequency_control() 1400 afc_sel_chan_cb = dcs_psoc_priv->afc_sel_chan_cbk.cbk; in wlan_dcs_afc_sel_chan()
|
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/ |
D | wlan_reg_services_api.h | 1265 void *cbk, void *arg); 1275 void *cbk); 1285 void *cbk); 1295 void *cbk); 2918 void *cbk); 2930 void *cbk);
|
D | wlan_reg_ucfg_api.h | 328 void *cbk, void *arg); 338 void *cbk);
|
/wlan-driver/qca-wifi-host-cmn/hif/src/pcie/ |
D | if_pci.c | 2429 struct hif_driver_state_callbacks *cbk = hif_get_callbacks_handle(scn); in __hif_check_link_status() local 2446 if (cbk && cbk->set_recovery_in_progress) in __hif_check_link_status() 2447 cbk->set_recovery_in_progress(cbk->context, true); in __hif_check_link_status() 2625 struct hif_driver_state_callbacks *cbk = hif_get_callbacks_handle(scn); in hif_log_soc_wakeup_timeout() local 2665 if (cbk->set_recovery_in_progress) in hif_log_soc_wakeup_timeout() 2666 cbk->set_recovery_in_progress(cbk->context, true); in hif_log_soc_wakeup_timeout()
|
/wlan-driver/qca-wifi-host-cmn/hif/inc/ |
D | hif.h | 1315 struct hif_driver_state_callbacks *cbk,
|