Searched refs:wmi_cmd_struct_ptr (Results 1 – 4 of 4) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
D | wmi_tlv_helper.c | 492 uint32_t wmi_cmd_event_id, void **wmi_cmd_struct_ptr) in wmitlv_check_and_pad_tlvs() argument 529 wmi_tlv_os_mem_alloc(os_handle, *wmi_cmd_struct_ptr, in wmitlv_check_and_pad_tlvs() 536 *wmi_cmd_struct_ptr = g_wmi_static_cmd_param_info_buf; in wmitlv_check_and_pad_tlvs() 546 if (!*wmi_cmd_struct_ptr) { in wmitlv_check_and_pad_tlvs() 554 cmd_param_tlvs_ptr = (wmitlv_cmd_param_info *) *wmi_cmd_struct_ptr; in wmitlv_check_and_pad_tlvs() 975 wmi_cmd_struct_ptr); in wmitlv_check_and_pad_tlvs() 978 wmi_cmd_struct_ptr); in wmitlv_check_and_pad_tlvs() 980 *wmi_cmd_struct_ptr = NULL; in wmitlv_check_and_pad_tlvs() 1001 void **wmi_cmd_struct_ptr) in wmitlv_check_and_pad_event_tlvs() argument 1006 wmi_cmd_event_id, wmi_cmd_struct_ptr); in wmitlv_check_and_pad_event_tlvs() [all …]
|
D | wmi_unified.c | 2897 void *wmi_cmd_struct_ptr = NULL; in __wmi_control_rx() local 2922 &wmi_cmd_struct_ptr); in __wmi_control_rx() 2969 wmi_cmd_struct_ptr, len); in __wmi_control_rx() 2972 ev_buf.evt_processed_buf = wmi_cmd_struct_ptr; in __wmi_control_rx() 2985 wmi_handle->ops->wmi_free_allocated_event(id, &wmi_cmd_struct_ptr); in __wmi_control_rx()
|
/wlan-driver/fw-api/fw/ |
D | wmi_tlv_helper.h | 113 void **wmi_cmd_struct_ptr); 118 void **wmi_cmd_struct_ptr); 130 …id *param_struc_ptr, A_UINT32 param_buf_len, A_UINT32 wmi_cmd_event_id, void **wmi_cmd_struct_ptr); 134 …id *param_struc_ptr, A_UINT32 param_buf_len, A_UINT32 wmi_cmd_event_id, void **wmi_cmd_struct_ptr);
|
/wlan-driver/qca-wifi-host-cmn/wmi/inc/ |
D | wmi_unified_priv.h | 2594 void **wmi_cmd_struct_ptr); 2598 void **wmi_cmd_struct_ptr);
|