/wlan-driver/qcacld-3.0/components/target_if/ocb/src/ |
D | target_if_ocb.c | 232 target_if_ocb_set_config_resp(ol_scn_t scn, uint8_t *event_buf, in target_if_ocb_set_config_resp() argument 243 scn, event_buf, len); in target_if_ocb_set_config_resp() 244 if (!scn || !event_buf) { in target_if_ocb_set_config_resp() 245 target_if_err("scn: 0x%pK, data: 0x%pK", scn, event_buf); in target_if_ocb_set_config_resp() 266 event_buf, &resp); in target_if_ocb_set_config_resp() 298 uint8_t *event_buf, in target_if_ocb_get_tsf_timer_resp() argument 309 scn, event_buf, len); in target_if_ocb_get_tsf_timer_resp() 311 if (!scn || !event_buf) { in target_if_ocb_get_tsf_timer_resp() 312 target_if_err("scn: 0x%pK, data: 0x%pK", scn, event_buf); in target_if_ocb_get_tsf_timer_resp() 333 event_buf, &response); in target_if_ocb_get_tsf_timer_resp() [all …]
|
/wlan-driver/qcacld-3.0/components/target_if/fw_offload/src/ |
D | target_if_fwol.c | 99 static int target_if_fwol_get_elna_bypass_resp(ol_scn_t scn, uint8_t *event_buf, in target_if_fwol_get_elna_bypass_resp() argument 109 target_if_debug("scn:%pK, data:%pK, datalen:%d", scn, event_buf, len); in target_if_fwol_get_elna_bypass_resp() 110 if (!scn || !event_buf) { in target_if_fwol_get_elna_bypass_resp() 111 target_if_err("scn: 0x%pK, data: 0x%pK", scn, event_buf); in target_if_fwol_get_elna_bypass_resp() 136 event_buf, &resp); in target_if_fwol_get_elna_bypass_resp() 377 target_if_fwol_thermal_throttle_event_handler(ol_scn_t scn, uint8_t *event_buf, in target_if_fwol_thermal_throttle_event_handler() argument 387 target_if_debug("scn:%pK, data:%pK, datalen:%d", scn, event_buf, len); in target_if_fwol_thermal_throttle_event_handler() 388 if (!scn || !event_buf) { in target_if_fwol_thermal_throttle_event_handler() 389 target_if_err("scn: 0x%pK, data: 0x%pK", scn, event_buf); in target_if_fwol_thermal_throttle_event_handler() 412 event_buf, in target_if_fwol_thermal_throttle_event_handler()
|
/wlan-driver/qca-wifi-host-cmn/ftm/dispatcher/src/ |
D | wlan_ftm_ucfg_api.c | 51 uint8_t *event_buf, uint32_t len) in wlan_ftm_process_utf_event() argument 66 utf_data = event_buf; in wlan_ftm_process_utf_event() 67 seghdr_info = *(struct ftm_seg_hdr_info *)(event_buf); in wlan_ftm_process_utf_event()
|
/wlan-driver/qca-wifi-host-cmn/target_if/regulatory/src/ |
D | target_if_reg_lte.c | 37 static int tgt_reg_ch_avoid_event_handler(ol_scn_t handle, uint8_t *event_buf, in tgt_reg_ch_avoid_event_handler() argument 72 wmi_handle, event_buf, &ch_avoid_event, len) in tgt_reg_ch_avoid_event_handler()
|
D | target_if_reg.c | 250 static int tgt_reg_chan_list_update_handler(ol_scn_t handle, uint8_t *event_buf, in tgt_reg_chan_list_update_handler() argument 290 event_buf, reg_info, len) in tgt_reg_chan_list_update_handler() 389 uint8_t *event_buf, in tgt_reg_chan_list_ext_update_handler() argument 430 event_buf, in tgt_reg_chan_list_ext_update_handler() 524 tgt_afc_event_handler(ol_scn_t handle, uint8_t *event_buf, uint32_t len) in tgt_afc_event_handler() argument 562 status = wmi_extract_afc_event(wmi_handle, event_buf, afc_info, len); in tgt_afc_event_handler() 1274 tgt_rate_to_power_complete_handler(ol_scn_t handle, uint8_t *event_buf, in tgt_rate_to_power_complete_handler() argument 1320 status = wmi_extract_tgtr2p_table_event(wmi_handle, event_buf, in tgt_rate_to_power_complete_handler()
|
D | target_if_reg_11d.c | 56 static int tgt_reg_11d_new_cc_handler(ol_scn_t handle, uint8_t *event_buf, in tgt_reg_11d_new_cc_handler() argument 85 if (wmi_extract_reg_11d_new_cc_event(wmi_handle, event_buf, in tgt_reg_11d_new_cc_handler()
|
/wlan-driver/qca-wifi-host-cmn/target_if/ftm/src/ |
D | target_if_ftm.c | 47 target_if_ftm_process_utf_event(ol_scn_t sc, uint8_t *event_buf, uint32_t len) in target_if_ftm_process_utf_event() argument 78 if (wmi_extract_pdev_utf_event(wmi_handle, event_buf, &event) in target_if_ftm_process_utf_event()
|
/wlan-driver/qcacld-3.0/core/wma/inc/ |
D | wma_internal.h | 1015 int wma_stats_ext_event_handler(void *handle, uint8_t *event_buf, 1140 int wma_profile_data_report_event_handler(void *handle, uint8_t *event_buf, 1549 int wma_rx_aggr_failure_event_handler(void *handle, u_int8_t *event_buf, 1577 int wma_pdev_div_info_evt_handler(void *handle, u_int8_t *event_buf, 1740 int wma_get_ani_level_evt_handler(void *handle, uint8_t *event_buf,
|
D | wma.h | 1933 int wma_chan_info_event_handler(void *handle, uint8_t *event_buf,
|
/wlan-driver/qca-wifi-host-cmn/ftm/dispatcher/inc/ |
D | wlan_ftm_ucfg_api.h | 139 uint8_t *event_buf, uint32_t len);
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_son.c | 1531 const uint8_t *event_buf) in hdd_son_send_cfg_event() argument 1539 if (!event_buf) { in hdd_son_send_cfg_event() 1574 event_buf)) { in hdd_son_send_cfg_event() 1587 const uint8_t *event_buf) in hdd_son_deliver_opmode() argument 1592 event_buf); in hdd_son_deliver_opmode() 1597 const uint8_t *event_buf) in hdd_son_deliver_smps() argument 1602 event_buf); in hdd_son_deliver_smps()
|
D | wlan_hdd_main.c | 17835 struct sk_buff *event_buf; in hdd_send_pagefault_report_to_user() local 17840 event_buf = wlan_cfg80211_vendor_event_alloc(hdd_ctx->wiphy, NULL, in hdd_send_pagefault_report_to_user() 17843 if (!event_buf) { in hdd_send_pagefault_report_to_user() 17848 if (nla_put(event_buf, QCA_WLAN_VENDOR_ATTR_FW_PAGE_FAULT_REPORT_DATA, in hdd_send_pagefault_report_to_user() 17851 wlan_cfg80211_vendor_free_skb(event_buf); in hdd_send_pagefault_report_to_user() 17855 wlan_cfg80211_vendor_event(event_buf, flags); in hdd_send_pagefault_report_to_user()
|
/wlan-driver/qcacld-3.0/components/son/dispatcher/inc/ |
D | son_api.h | 185 const uint8_t *event_buf);
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
D | wma_features.c | 5831 int wma_chan_info_event_handler(void *handle, uint8_t *event_buf, uint32_t len) in wma_chan_info_event_handler() argument 5852 param_buf = (WMI_CHAN_INFO_EVENTID_param_tlvs *)event_buf; in wma_chan_info_event_handler() 5937 int wma_rx_aggr_failure_event_handler(void *handle, u_int8_t *event_buf, in wma_rx_aggr_failure_event_handler() argument 5953 param_buf = (WMI_REPORT_RX_AGGR_FAILURE_EVENTID_param_tlvs *)event_buf; in wma_rx_aggr_failure_event_handler() 6037 int wma_pdev_div_info_evt_handler(void *handle, u_int8_t *event_buf, in wma_pdev_div_info_evt_handler() argument 6058 param_buf = (WMI_PDEV_DIV_RSSI_ANTID_EVENTID_param_tlvs *) event_buf; in wma_pdev_div_info_evt_handler() 6294 int wma_get_ani_level_evt_handler(void *handle, uint8_t *event_buf, in wma_get_ani_level_evt_handler() argument 6310 status = wmi_unified_extract_ani_level(wma->wmi_handle, event_buf, in wma_get_ani_level_evt_handler() 6332 int wma_get_ani_level_evt_handler(void *handle, uint8_t *event_buf, in wma_get_ani_level_evt_handler() argument
|
D | wma_utils.c | 689 int wma_stats_ext_event_handler(void *handle, uint8_t *event_buf, in wma_stats_ext_event_handler() argument 705 param_buf = (WMI_STATS_EXT_EVENTID_param_tlvs *)event_buf; in wma_stats_ext_event_handler() 800 int wma_stats_ext_event_handler(void *handle, uint8_t *event_buf, in wma_stats_ext_event_handler() argument 813 param_buf = (WMI_STATS_EXT_EVENTID_param_tlvs *)event_buf; in wma_stats_ext_event_handler() 869 int wma_profile_data_report_event_handler(void *handle, uint8_t *event_buf, in wma_profile_data_report_event_handler() argument 879 param_buf = (WMI_WLAN_PROFILE_DATA_EVENTID_param_tlvs *) event_buf; in wma_profile_data_report_event_handler()
|
/wlan-driver/qca-wifi-host-cmn/wmi/inc/ |
D | wmi_unified_priv.h | 2970 void *event_buf, 2977 void *event_buf,
|
D | wmi_unified_param.h | 587 uint8_t *event_buf, uint32_t len);
|
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/ |
D | wlan_lmac_if_def.h | 1101 uint8_t *event_buf, uint32_t len);
|