Searched refs:wl_suspend (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_config.c | 1968 dhd_conf_set_wl_cmd(dhd, conf->wl_suspend, FALSE); in dhd_conf_set_suspend_resume() 3238 if (conf->wl_suspend) { in dhd_conf_read_others() 3239 kfree(conf->wl_suspend); in dhd_conf_read_others() 3240 conf->wl_suspend = NULL; in dhd_conf_read_others() 3242 if (!(conf->wl_suspend = kmalloc(len_param+1, GFP_KERNEL))) { in dhd_conf_read_others() 3245 memset(conf->wl_suspend, 0, len_param+1); in dhd_conf_read_others() 3246 strcpy(conf->wl_suspend, data); in dhd_conf_read_others() 3247 CONFIG_MSG("wl_suspend = %s\n", conf->wl_suspend); in dhd_conf_read_others() 3598 if (conf->wl_suspend) { in dhd_conf_preinit() 3599 kfree(conf->wl_suspend); in dhd_conf_preinit() [all …]
|
| H A D | dhd_config.h | 275 char *wl_suspend; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_config.c | 2991 dhd_conf_set_wl_cmd(dhd, conf->wl_suspend, FALSE); in dhd_conf_set_suspend_resume() 4284 if (conf->wl_suspend) { in dhd_conf_read_others() 4285 kfree(conf->wl_suspend); in dhd_conf_read_others() 4286 conf->wl_suspend = NULL; in dhd_conf_read_others() 4288 if (!(conf->wl_suspend = kmalloc(strlen(data)+1, GFP_KERNEL))) { in dhd_conf_read_others() 4291 memset(conf->wl_suspend, 0, strlen(data)+1); in dhd_conf_read_others() 4292 strcpy(conf->wl_suspend, data); in dhd_conf_read_others() 4293 CONFIG_MSG("wl_suspend = %s\n", conf->wl_suspend); in dhd_conf_read_others() 4863 if (conf->wl_suspend) { in dhd_conf_preinit() 4864 kfree(conf->wl_suspend); in dhd_conf_preinit() [all …]
|
| H A D | dhd_config.h | 340 char *wl_suspend; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_config.c | 3109 dhd_conf_set_wl_cmd(dhd, conf->wl_suspend, FALSE); in dhd_conf_set_suspend_resume() 4423 if (conf->wl_suspend) { in dhd_conf_read_others() 4424 kfree(conf->wl_suspend); in dhd_conf_read_others() 4425 conf->wl_suspend = NULL; in dhd_conf_read_others() 4427 if (!(conf->wl_suspend = kmalloc(strlen(data)+1, GFP_KERNEL))) { in dhd_conf_read_others() 4430 memset(conf->wl_suspend, 0, strlen(data)+1); in dhd_conf_read_others() 4431 strcpy(conf->wl_suspend, data); in dhd_conf_read_others() 4432 CONFIG_MSG("wl_suspend = %s\n", conf->wl_suspend); in dhd_conf_read_others() 5038 if (conf->wl_suspend) { in dhd_conf_free_preinit() 5039 kfree(conf->wl_suspend); in dhd_conf_free_preinit() [all …]
|
| H A D | dhd_config.h | 343 char *wl_suspend; member
|