Searched refs:auto_sh_cmd (Results 1 – 3 of 3) sorted by relevance
1239 struct auto_shutdown_cmd *auto_sh_cmd);
4294 struct auto_shutdown_cmd *auto_sh_cmd) in wma_set_auto_shutdown_timer_req() argument4296 if (!auto_sh_cmd) { in wma_set_auto_shutdown_timer_req()4302 auto_sh_cmd->timer_val); in wma_set_auto_shutdown_timer_req()
8377 struct auto_shutdown_cmd *auto_sh_cmd; in sme_set_auto_shutdown_timer() local8380 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()