Searched refs:boot_sleep (Results 1 – 3 of 3) sorted by relevance
2331 HostCmd_DS_BOOT_SLEEP *boot_sleep = MNULL; in wlan_cmd_boot_sleep() local2337 boot_sleep = &cmd->params.boot_sleep; in wlan_cmd_boot_sleep()2338 boot_sleep->action = wlan_cpu_to_le16(cmd_action); in wlan_cmd_boot_sleep()2339 boot_sleep->enable = wlan_cpu_to_le16(enable); in wlan_cmd_boot_sleep()2358 HostCmd_DS_BOOT_SLEEP *boot_sleep = &resp->params.boot_sleep; in wlan_ret_boot_sleep() local2363 cfg->param.boot_sleep = wlan_le16_to_cpu(boot_sleep->enable); in wlan_ret_boot_sleep()2364 PRINTM(MCMND, "boot sleep cfg status %u", cfg->param.boot_sleep); in wlan_ret_boot_sleep()
4280 t_u16 boot_sleep; member
8080 HostCmd_DS_BOOT_SLEEP boot_sleep;