Home
last modified time | relevance | path

Searched refs:nvram_path (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux_exportfs.c716 extern char nvram_path[];
722 ret = scnprintf(buf, PAGE_SIZE - 1, "%s\n", nvram_path); in show_nvram_path()
737 sscanf(buf, fmt_spec, nvram_path); in store_nvram_path()
1119 __ATTR(nvram_path, 0660, show_nvram_path, store_nvram_path);
H A Ddhd_linux.c561 char nvram_path[MOD_PARAM_PATHLEN]; variable
677 module_param_string(nvram_path, nvram_path, MOD_PARAM_PATHLEN, 0660);
12415 if (nvram_path[0] != '\0') in dhd_update_fw_nv_path()
12416 nv = nvram_path; in dhd_update_fw_nv_path()
12522 nvram_path[0] = '\0'; in dhd_update_fw_nv_path()
17944 if (nvram_path[0] != '\0') { in _dhd_module_init()
17945 strlcpy(nv_bak_path, nvram_path, sizeof(nv_bak_path)); in _dhd_module_init()
17957 strlcpy(nvram_path, nv_bak_path, sizeof(nvram_path)); in _dhd_module_init()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux_exportfs.c718 extern char nvram_path[];
724 ret = scnprintf(buf, PAGE_SIZE - 1, "%s\n", nvram_path); in show_nvram_path()
739 sscanf(buf, fmt_spec, nvram_path); in store_nvram_path()
1121 __ATTR(nvram_path, 0660, show_nvram_path, store_nvram_path);
H A Ddhd_linux.c562 char nvram_path[MOD_PARAM_PATHLEN]; variable
678 module_param_string(nvram_path, nvram_path, MOD_PARAM_PATHLEN, 0660);
12294 if (nvram_path[0] != '\0') in dhd_update_fw_nv_path()
12295 nv = nvram_path; in dhd_update_fw_nv_path()
12401 nvram_path[0] = '\0'; in dhd_update_fw_nv_path()
17835 if (nvram_path[0] != '\0') { in _dhd_module_init()
17836 strlcpy(nv_bak_path, nvram_path, sizeof(nv_bak_path)); in _dhd_module_init()
17848 strlcpy(nvram_path, nv_bak_path, sizeof(nvram_path)); in _dhd_module_init()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_linux.c429 char nvram_path[MOD_PARAM_PATHLEN]; variable
533 module_param_string(nvram_path, nvram_path, MOD_PARAM_PATHLEN, 0664);
538 module_param_string(nvram_path, nvram_path, MOD_PARAM_PATHLEN, 0660);
9213 if (nvram_path[0] != '\0') {
9214 nv = nvram_path;
9218 chip_nv = nvram_path;
9310 if ((nv != NULL) && (nvram_path[0] == '\0')) {
9311 strncpy(nvram_path, nv, (MOD_PARAM_PATHLEN - 1));
9317 nvram_path[0] = '\0';
12996 if (nvram_path[0] != '\0') {
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_linux.c944 char nvram_path[MOD_PARAM_PATHLEN]; variable
1025 module_param_string(nvram_path, nvram_path, MOD_PARAM_PATHLEN, 0660);
10057 if (nvram_path[0] != '\0') in dhd_update_fw_nv_path()
10058 nv = nvram_path; in dhd_update_fw_nv_path()
10153 nvram_path[0] = '\0'; in dhd_update_fw_nv_path()
13676 if (nvram_path[0] != '\0') { in dhd_module_init()
13677 strncpy(nv_bak_path, nvram_path, MOD_PARAM_PATHLEN); in dhd_module_init()
13691 strncpy(nvram_path, nv_bak_path, MOD_PARAM_PATHLEN); in dhd_module_init()
13692 nvram_path[MOD_PARAM_PATHLEN-1] = '\0'; in dhd_module_init()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux.c430 char nvram_path[MOD_PARAM_PATHLEN]; variable
530 module_param_string(nvram_path, nvram_path, MOD_PARAM_PATHLEN, 0660);
9083 if (nvram_path[0] != '\0')
9084 nv = nvram_path;
9158 nvram_path[0] = '\0';
12806 if (nvram_path[0] != '\0') {
12807 strncpy(nv_bak_path, nvram_path, MOD_PARAM_PATHLEN);
12821 strncpy(nvram_path, nv_bak_path, MOD_PARAM_PATHLEN);
12822 nvram_path[MOD_PARAM_PATHLEN-1] = '\0';
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_linux.c430 char nvram_path[MOD_PARAM_PATHLEN]; variable
530 module_param_string(nvram_path, nvram_path, MOD_PARAM_PATHLEN, 0660);
9103 if (nvram_path[0] != '\0')
9104 nv = nvram_path;
9223 nvram_path[0] = '\0';
12871 if (nvram_path[0] != '\0') {
12872 strncpy(nv_bak_path, nvram_path, MOD_PARAM_PATHLEN);
12886 strncpy(nvram_path, nv_bak_path, MOD_PARAM_PATHLEN);
12887 nvram_path[MOD_PARAM_PATHLEN-1] = '\0';