Home
last modified time | relevance | path

Searched refs:auto_sh_cmd (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/inc/
Dwma_internal.h1239 struct auto_shutdown_cmd *auto_sh_cmd);
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_features.c4294 struct auto_shutdown_cmd *auto_sh_cmd) in wma_set_auto_shutdown_timer_req() argument
4296 if (!auto_sh_cmd) { in wma_set_auto_shutdown_timer_req()
4302 auto_sh_cmd->timer_val); in wma_set_auto_shutdown_timer_req()
/wlan-driver/qcacld-3.0/core/sme/src/common/
Dsme_api.c8377 struct auto_shutdown_cmd *auto_sh_cmd; in sme_set_auto_shutdown_timer() local
8380 auto_sh_cmd = qdf_mem_malloc(sizeof(*auto_sh_cmd)); in sme_set_auto_shutdown_timer()
8381 if (!auto_sh_cmd) in sme_set_auto_shutdown_timer()
8385 auto_sh_cmd->timer_val = timer_val; in sme_set_auto_shutdown_timer()
8388 message.bodyptr = auto_sh_cmd; in sme_set_auto_shutdown_timer()
8396 qdf_mem_free(auto_sh_cmd); in sme_set_auto_shutdown_timer()