Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux.c844 static char *logstrs_path = "logstrs.bin"; variable
850 static char *logstrs_path = PLATFORM_PATH"logstrs.bin"; variable
860 module_param(logstrs_path, charp, S_IRUGO);
10636 filep = filp_open(logstrs_path, O_RDONLY, 0); in dhd_init_logstrs_array()
10639 DHD_ERROR_NO_HW4(("%s: Failed to open the file %s \n", __FUNCTION__, logstrs_path)); in dhd_init_logstrs_array()
10643 error = vfs_stat(logstrs_path, &stat); in dhd_init_logstrs_array()
10645 DHD_ERROR_NO_HW4(("%s: Failed to stat file %s \n", __FUNCTION__, logstrs_path)); in dhd_init_logstrs_array()
10669 DHD_ERROR_NO_HW4(("%s: Failed to read file %s\n", __FUNCTION__, logstrs_path)); in dhd_init_logstrs_array()
10996 error = dhd_os_get_img_fwreq(&fw, logstrs_path); in dhd_init_logstrs_array()
11201 filep = dhd_filp_open(logstrs_path, O_RDONLY, 0); in dhd_init_logstrs_array()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_linux.c1157 static char *logstrs_path = PLATFORM_PATH"logstrs.bin"; variable
1163 static char *logstrs_path = "/data/misc/wifi/logstrs.bin"; variable
1169 static char *logstrs_path = "/installmedia/logstrs.bin"; variable
1178 module_param(logstrs_path, charp, S_IRUGO);
9200 filep = filp_open(logstrs_path, O_RDONLY, 0); in dhd_init_logstrs_array()
9203 DHD_ERROR(("%s: Failed to open the file %s \n", __FUNCTION__, logstrs_path)); in dhd_init_logstrs_array()
9206 error = vfs_stat(logstrs_path, &stat); in dhd_init_logstrs_array()
9208 DHD_ERROR(("%s: Failed to stat file %s \n", __FUNCTION__, logstrs_path)); in dhd_init_logstrs_array()
9224 DHD_ERROR(("%s: Failed to read file %s\n", __FUNCTION__, logstrs_path)); in dhd_init_logstrs_array()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux.c671 static char *logstrs_path = PLATFORM_PATH"logstrs.bin"; variable
677 static char *logstrs_path = "/data/misc/wifi/logstrs.bin"; variable
683 static char *logstrs_path = "/installmedia/logstrs.bin"; variable
689 static char *logstrs_path = "/root/logstrs.bin"; variable
698 module_param(logstrs_path, charp, S_IRUGO);
8134 filep = filp_open(logstrs_path, O_RDONLY, 0);
8137 DHD_ERROR_NO_HW4(("%s: Failed to open the file %s \n", __FUNCTION__, logstrs_path));
8141 error = vfs_stat(logstrs_path, &stat);
8143 DHD_ERROR_NO_HW4(("%s: Failed to stat file %s \n", __FUNCTION__, logstrs_path));
8162 DHD_ERROR_NO_HW4(("%s: Failed to read file %s\n", __FUNCTION__, logstrs_path));
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_linux.c681 static char *logstrs_path = PLATFORM_PATH"logstrs.bin"; variable
687 static char *logstrs_path = "/data/misc/wifi/logstrs.bin"; variable
693 static char *logstrs_path = "/data/misc/wifi/logstrs.bin"; variable
699 static char *logstrs_path = "/installmedia/logstrs.bin"; variable
705 static char *logstrs_path = "/root/logstrs.bin"; variable
714 module_param(logstrs_path, charp, S_IRUGO);
8139 filep = filp_open(logstrs_path, O_RDONLY, 0);
8142 DHD_ERROR_NO_HW4(("%s: Failed to open the file %s \n", __FUNCTION__, logstrs_path));
8151 DHD_ERROR_NO_HW4(("%s: Failed to stat file %s \n", __FUNCTION__, logstrs_path));
8168 DHD_ERROR_NO_HW4(("%s: Failed to read file %s\n", __FUNCTION__, logstrs_path));
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_linux.c671 static char *logstrs_path = PLATFORM_PATH"logstrs.bin"; variable
677 static char *logstrs_path = "/data/misc/wifi/logstrs.bin"; variable
683 static char *logstrs_path = "/installmedia/logstrs.bin"; variable
689 static char *logstrs_path = "/root/logstrs.bin"; variable
698 module_param(logstrs_path, charp, S_IRUGO);
8134 filep = filp_open(logstrs_path, O_RDONLY, 0);
8137 DHD_ERROR_NO_HW4(("%s: Failed to open the file %s \n", __FUNCTION__, logstrs_path));
8141 error = vfs_stat(logstrs_path, &stat);
8143 DHD_ERROR_NO_HW4(("%s: Failed to stat file %s \n", __FUNCTION__, logstrs_path));
8162 DHD_ERROR_NO_HW4(("%s: Failed to read file %s\n", __FUNCTION__, logstrs_path));
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux.c845 static char *logstrs_path = "logstrs.bin"; variable
851 static char *logstrs_path = PLATFORM_PATH"logstrs.bin"; variable
861 module_param(logstrs_path, charp, S_IRUGO);
10871 error = dhd_os_get_img_fwreq(&fw, logstrs_path); in dhd_init_logstrs_array()
11076 filep = dhd_filp_open(logstrs_path, O_RDONLY, 0); in dhd_init_logstrs_array()
11080 __FUNCTION__, logstrs_path)); in dhd_init_logstrs_array()
11083 error = dhd_vfs_stat(logstrs_path, &stat); in dhd_init_logstrs_array()
11085 DHD_ERROR_NO_HW4(("%s: Failed to stat file %s \n", __FUNCTION__, logstrs_path)); in dhd_init_logstrs_array()
11106 DHD_ERROR_NO_HW4(("%s: Failed to read file %s\n", __FUNCTION__, logstrs_path)); in dhd_init_logstrs_array()