Home
last modified time | relevance | path

Searched refs:oem_data_req (Results 1 – 11 of 11) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_oemdata.c362 struct oem_data_req oem_data_req; in oem_process_data_req_msg() local
377 qdf_mem_zero(&oem_data_req, sizeof(oem_data_req)); in oem_process_data_req_msg()
379 oem_data_req.data = qdf_mem_malloc(oem_data_len); in oem_process_data_req_msg()
380 if (!oem_data_req.data) in oem_process_data_req_msg()
383 oem_data_req.data_len = oem_data_len; in oem_process_data_req_msg()
384 qdf_mem_copy(oem_data_req.data, oem_data, oem_data_len); in oem_process_data_req_msg()
386 status = sme_oem_req_cmd(p_hdd_ctx->mac_handle, &oem_data_req); in oem_process_data_req_msg()
388 qdf_mem_free(oem_data_req.data); in oem_process_data_req_msg()
389 oem_data_req.data = NULL; in oem_process_data_req_msg()
/wlan-driver/qca-wifi-host-cmn/target_if/wifi_pos/inc/
H A Dtarget_if_wifi_pos.h34 struct oem_data_req;
/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/inc/
H A Dwifi_pos_utils_i.h101 struct oem_data_req { struct
/wlan-driver/qca-wifi-host-cmn/target_if/wifi_pos/src/
H A Dtarget_if_wifi_pos_tx_ops.c45 struct oem_data_req *req) in target_if_wifi_pos_oem_data_req()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_features.c1766 struct oem_data_req *oem_data_req) in wma_start_oem_req_cmd() argument
1773 if (!oem_data_req || !oem_data_req->data) { in wma_start_oem_req_cmd()
1779 qdf_mem_free(oem_data_req->data); in wma_start_oem_req_cmd()
1785 qdf_mem_free(oem_data_req->data); in wma_start_oem_req_cmd()
1791 oem_data_req->data_len, in wma_start_oem_req_cmd()
1792 oem_data_req->data); in wma_start_oem_req_cmd()
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma.h1835 struct oem_data_req *oem_data_req);
/wlan-driver/qcacld-3.0/core/sme/src/common/
H A Dsme_api.c4121 struct oem_data_req *oem_req) in sme_oem_req_cmd()
4124 struct oem_data_req *oem_data_req; in sme_oem_req_cmd() local
4132 oem_data_req = qdf_mem_malloc(sizeof(*oem_data_req)); in sme_oem_req_cmd()
4133 if (!oem_data_req) in sme_oem_req_cmd()
4136 oem_data_req->data_len = oem_req->data_len; in sme_oem_req_cmd()
4137 oem_data_req->data = qdf_mem_malloc(oem_data_req->data_len); in sme_oem_req_cmd()
4138 if (!oem_data_req->data) { in sme_oem_req_cmd()
4139 qdf_mem_free(oem_data_req); in sme_oem_req_cmd()
4143 qdf_mem_copy(oem_data_req->data, oem_req->data, in sme_oem_req_cmd()
4144 oem_data_req->data_len); in sme_oem_req_cmd()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
H A Dwlan_lmac_if_def.h71 struct oem_data_req;
980 struct oem_data_req *req);
/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/src/
H A Dwifi_pos_main.c195 struct oem_data_req data_req; in wifi_pos_process_data_req()
/wlan-driver/qcacld-3.0/core/sme/inc/
H A Dsme_api.h849 struct oem_data_req *oem_req);
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dsir_api.h861 struct oem_data_req { struct