Home
last modified time | relevance | path

Searched refs:wl_resume (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_config.c2005 dhd_conf_set_wl_cmd(dhd, conf->wl_resume, FALSE); in dhd_conf_set_suspend_resume()
3251 if (conf->wl_resume) { in dhd_conf_read_others()
3252 kfree(conf->wl_resume); in dhd_conf_read_others()
3253 conf->wl_resume = NULL; in dhd_conf_read_others()
3255 if (!(conf->wl_resume = kmalloc(len_param+1, GFP_KERNEL))) { in dhd_conf_read_others()
3258 memset(conf->wl_resume, 0, len_param+1); in dhd_conf_read_others()
3259 strcpy(conf->wl_resume, data); in dhd_conf_read_others()
3260 CONFIG_MSG("wl_resume = %s\n", conf->wl_resume); in dhd_conf_read_others()
3602 if (conf->wl_resume) { in dhd_conf_preinit()
3603 kfree(conf->wl_resume); in dhd_conf_preinit()
[all …]
H A Ddhd_config.h276 char *wl_resume; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_config.c3004 dhd_conf_set_wl_cmd(dhd, conf->wl_resume, FALSE); in dhd_conf_set_suspend_resume()
4297 if (conf->wl_resume) { in dhd_conf_read_others()
4298 kfree(conf->wl_resume); in dhd_conf_read_others()
4299 conf->wl_resume = NULL; in dhd_conf_read_others()
4301 if (!(conf->wl_resume = kmalloc(strlen(data)+1, GFP_KERNEL))) { in dhd_conf_read_others()
4304 memset(conf->wl_resume, 0, strlen(data)+1); in dhd_conf_read_others()
4305 strcpy(conf->wl_resume, data); in dhd_conf_read_others()
4306 CONFIG_MSG("wl_resume = %s\n", conf->wl_resume); in dhd_conf_read_others()
4867 if (conf->wl_resume) { in dhd_conf_preinit()
4868 kfree(conf->wl_resume); in dhd_conf_preinit()
[all …]
H A Ddhd_config.h341 char *wl_resume; member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_config.c3122 dhd_conf_set_wl_cmd(dhd, conf->wl_resume, FALSE); in dhd_conf_set_suspend_resume()
4436 if (conf->wl_resume) { in dhd_conf_read_others()
4437 kfree(conf->wl_resume); in dhd_conf_read_others()
4438 conf->wl_resume = NULL; in dhd_conf_read_others()
4440 if (!(conf->wl_resume = kmalloc(strlen(data)+1, GFP_KERNEL))) { in dhd_conf_read_others()
4443 memset(conf->wl_resume, 0, strlen(data)+1); in dhd_conf_read_others()
4444 strcpy(conf->wl_resume, data); in dhd_conf_read_others()
4445 CONFIG_MSG("wl_resume = %s\n", conf->wl_resume); in dhd_conf_read_others()
5042 if (conf->wl_resume) { in dhd_conf_free_preinit()
5043 kfree(conf->wl_resume); in dhd_conf_free_preinit()
[all …]
H A Ddhd_config.h344 char *wl_resume; member