Home
last modified time | relevance | path

Searched refs:oem_data_rsp (Results 1 – 13 of 13) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/target_if/wifi_pos/inc/
H A Dtarget_if_wifi_pos.h35 struct oem_data_rsp;
55 struct oem_data_rsp *rsp, uint32_t *cookie);
74 struct oem_data_rsp *rsp, uint32_t *cookie) in target_if_wifi_pos_get_indirect_data()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_oemdata.c305 void hdd_send_oem_data_rsp_msg(struct oem_data_rsp *oem_data_rsp) in hdd_send_oem_data_rsp_msg() argument
320 if (oem_data_rsp->rsp_len > OEM_DATA_RSP_SIZE) { in hdd_send_oem_data_rsp_msg()
338 ani_hdr->length = oem_data_rsp->rsp_len; in hdd_send_oem_data_rsp_msg()
341 qdf_mem_copy(oem_data, oem_data_rsp->data, oem_data_rsp->rsp_len); in hdd_send_oem_data_rsp_msg()
346 oem_data_rsp->rsp_len, p_hdd_ctx->oem_pid); in hdd_send_oem_data_rsp_msg()
/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/src/
H A Dwifi_pos_main_i.h135 struct oem_data_rsp *oem_rsp);
H A Dwifi_pos_main.c1231 struct oem_data_rsp *oem_rsp) in wifi_pos_oem_rsp_handler()
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_oemdata.h207 void hdd_send_oem_data_rsp_msg(struct oem_data_rsp *oem_rsp);
/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/inc/
H A Dwifi_pos_utils_i.h116 struct oem_data_rsp { struct
/wlan-driver/qca-wifi-host-cmn/target_if/wifi_pos/src/
H A Dtarget_if_wifi_pos_rx_ops.c64 struct oem_data_rsp oem_rsp = {0}; in target_if_wifi_pos_oem_rsp_ev_handler()
H A Dtarget_if_wifi_pos.c92 struct oem_data_rsp *rsp, uint32_t *cookie) in target_if_wifi_pos_get_indirect_data()
/wlan-driver/qcacld-3.0/core/sme/inc/
H A Dsme_internal.h145 typedef void (*sme_send_oem_data_rsp_msg)(struct oem_data_rsp *);
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_if.h484 uint8_t *oem_data_rsp; member
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
H A Dwlan_lmac_if_def.h72 struct oem_data_rsp;
2381 struct oem_data_rsp *oem_rsp);
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dsir_api.h866 struct oem_data_rsp { struct
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_features.c1704 struct oem_data_rsp *oem_rsp; in wma_oem_data_response_handler()