Searched refs:profile_data (Results 1 – 6 of 6) sorted by relevance
/wlan-driver/qcacld-3.0/core/wma/src/ |
D | wma_utils.c | 874 wmi_wlan_profile_t *profile_data; in wma_profile_data_report_event_handler() local 915 profile_data = param_buf->profile_data; in wma_profile_data_report_event_handler() 921 profile_data[i].id, in wma_profile_data_report_event_handler() 922 profile_data[i].cnt, in wma_profile_data_report_event_handler() 923 profile_data[i].tot, in wma_profile_data_report_event_handler() 924 profile_data[i].min, in wma_profile_data_report_event_handler() 925 profile_data[i].max, in wma_profile_data_report_event_handler() 926 profile_data[i].hist_intvl, in wma_profile_data_report_event_handler() 927 profile_data[i].hist[0], in wma_profile_data_report_event_handler() 928 profile_data[i].hist[1], in wma_profile_data_report_event_handler() [all …]
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
D | wmi_unified_api.c | 2511 wmi_host_wlan_profile_t *profile_data) in wmi_extract_profile_data() argument 2515 evt_buf, idx, profile_data); in wmi_extract_profile_data()
|
D | wmi_unified_tlv.c | 14448 void *evt_buf, uint8_t idx, wmi_host_wlan_profile_t *profile_data) in extract_profile_data_tlv() argument 14459 ev = ¶m_buf->profile_data[idx]; in extract_profile_data_tlv() 14460 profile_data->id = ev->id; in extract_profile_data_tlv() 14461 profile_data->cnt = ev->cnt; in extract_profile_data_tlv() 14462 profile_data->tot = ev->tot; in extract_profile_data_tlv() 14463 profile_data->min = ev->min; in extract_profile_data_tlv() 14464 profile_data->max = ev->max; in extract_profile_data_tlv() 14465 profile_data->hist_intvl = ev->hist_intvl; in extract_profile_data_tlv() 14466 qdf_mem_copy(profile_data->hist, ev->hist, sizeof(profile_data->hist)); in extract_profile_data_tlv()
|
/wlan-driver/qca-wifi-host-cmn/wmi/inc/ |
D | wmi_unified_api.h | 3562 wmi_host_wlan_profile_t *profile_data);
|
D | wmi_unified_priv.h | 2180 wmi_host_wlan_profile_t *profile_data);
|
/wlan-driver/fw-api/fw/ |
D | wmi_tlv_defs.h | 6163 …WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_wlan_profile_t, profile_data, WMITLV_SIZE_V…
|