Searched refs:param_struc_ptr (Results 1 – 3 of 3) sorted by relevance
/wlan-driver/fw-api/fw/ |
H A D | wmi_tlv_helper.h | 122 void *os_ctx, void *param_struc_ptr, A_UINT32 param_buf_len, A_UINT32 wmi_cmd_event_id); 126 void *os_ctx, void *param_struc_ptr, A_UINT32 param_buf_len, A_UINT32 wmi_cmd_event_id); 130 …void *os_ctx, void *param_struc_ptr, A_UINT32 param_buf_len, A_UINT32 wmi_cmd_event_id, void **wmi… 134 …void *os_ctx, void *param_struc_ptr, A_UINT32 param_buf_len, A_UINT32 wmi_cmd_event_id, void **wmi…
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
H A D | wmi_tlv_helper.c | 193 wmitlv_check_tlv_params(void *os_handle, void *param_struc_ptr, in wmitlv_check_tlv_params() argument 200 uint8_t *buf_ptr = (unsigned char *)param_struc_ptr; in wmitlv_check_tlv_params() 438 wmitlv_check_event_tlv_params(void *os_handle, void *param_struc_ptr, in wmitlv_check_event_tlv_params() argument 444 (os_handle, param_struc_ptr, param_buf_len, is_cmd_id, in wmitlv_check_event_tlv_params() 462 wmitlv_check_command_tlv_params(void *os_handle, void *param_struc_ptr, in wmitlv_check_command_tlv_params() argument 469 (os_handle, param_struc_ptr, param_buf_len, is_cmd_id, in wmitlv_check_command_tlv_params() 490 wmitlv_check_and_pad_tlvs(void *os_handle, void *param_struc_ptr, in wmitlv_check_and_pad_tlvs() argument 499 uint8_t *buf_ptr = (unsigned char *)param_struc_ptr; in wmitlv_check_and_pad_tlvs() 998 wmitlv_check_and_pad_event_tlvs(void *os_handle, void *param_struc_ptr, in wmitlv_check_and_pad_event_tlvs() argument 1005 (os_handle, param_struc_ptr, param_buf_len, is_cmd_id, in wmitlv_check_and_pad_event_tlvs() [all …]
|
/wlan-driver/qca-wifi-host-cmn/wmi/inc/ |
H A D | wmi_unified_priv.h | 2595 int (*wmi_check_and_pad_event)(void *os_handle, void *param_struc_ptr, 2599 int (*wmi_check_command_params)(void *os_handle, void *param_struc_ptr,
|