Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux.c869 static int dhd_init_static_strs_array(osl_t *osh, dhd_event_log_t *temp, char *str_file,
11080 dhd_init_static_strs_array(osl_t *osh, dhd_event_log_t *temp, char *str_file, char *map_file) in dhd_init_static_strs_array() argument
11095 if (strstr(str_file, ram_file_str) != NULL) { in dhd_init_static_strs_array()
11097 } else if (strstr(str_file, rom_file_str) != NULL) { in dhd_init_static_strs_array()
11114 if (strstr(str_file, ram_file_str) != NULL && temp->raw_sstr != NULL) { in dhd_init_static_strs_array()
11116 } else if (strstr(str_file, rom_file_str) != NULL && temp->rom_raw_sstr != NULL) { in dhd_init_static_strs_array()
11127 error = dhd_os_get_img_fwreq(&fw, str_file); in dhd_init_static_strs_array()
11142 if (strstr(str_file, ram_file_str) != NULL) { in dhd_init_static_strs_array()
11147 } else if (strstr(str_file, rom_file_str) != NULL) { in dhd_init_static_strs_array()
11170 if (strstr(str_file, ram_file_str) != NULL) { in dhd_init_static_strs_array()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux.c870 static int dhd_init_static_strs_array(osl_t *osh, dhd_event_log_t *temp, char *str_file,
10955 dhd_init_static_strs_array(osl_t *osh, dhd_event_log_t *temp, char *str_file, char *map_file) in dhd_init_static_strs_array() argument
10970 if (strstr(str_file, ram_file_str) != NULL) { in dhd_init_static_strs_array()
10972 } else if (strstr(str_file, rom_file_str) != NULL) { in dhd_init_static_strs_array()
10989 if (strstr(str_file, ram_file_str) != NULL && temp->raw_sstr != NULL) { in dhd_init_static_strs_array()
10991 } else if (strstr(str_file, rom_file_str) != NULL && temp->rom_raw_sstr != NULL) { in dhd_init_static_strs_array()
11002 error = dhd_os_get_img_fwreq(&fw, str_file); in dhd_init_static_strs_array()
11017 if (strstr(str_file, ram_file_str) != NULL) { in dhd_init_static_strs_array()
11022 } else if (strstr(str_file, rom_file_str) != NULL) { in dhd_init_static_strs_array()
11045 if (strstr(str_file, ram_file_str) != NULL) { in dhd_init_static_strs_array()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_linux.c1187 static int dhd_init_static_strs_array(osl_t *osh, dhd_event_log_t *temp, char *str_file,
9286 dhd_init_static_strs_array(osl_t *osh, dhd_event_log_t *temp, char *str_file, char *map_file) in dhd_init_static_strs_array() argument
9303 if (strstr(str_file, ram_file_str) != NULL) { in dhd_init_static_strs_array()
9305 } else if (strstr(str_file, rom_file_str) != NULL) { in dhd_init_static_strs_array()
9316 filep = filp_open(str_file, O_RDONLY, 0); in dhd_init_static_strs_array()
9318 DHD_ERROR(("%s: Failed to open the file %s \n", __FUNCTION__, str_file)); in dhd_init_static_strs_array()
9340 DHD_ERROR(("%s: %s llseek failed %d \n", __FUNCTION__, str_file, error)); in dhd_init_static_strs_array()
9346 DHD_ERROR(("%s: %s read failed %d \n", __FUNCTION__, str_file, error)); in dhd_init_static_strs_array()
9350 if (strstr(str_file, ram_file_str) != NULL) { in dhd_init_static_strs_array()
9356 } else if (strstr(str_file, rom_file_str) != NULL) { in dhd_init_static_strs_array()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux.c707 static int dhd_init_static_strs_array(osl_t *osh, dhd_event_log_t *temp, char *str_file,
8236 dhd_init_static_strs_array(osl_t *osh, dhd_event_log_t *temp, char *str_file, char *map_file)
8254 if (strstr(str_file, ram_file_str) != NULL) {
8256 } else if (strstr(str_file, rom_file_str) != NULL) {
8269 filep = filp_open(str_file, O_RDONLY, 0);
8271 DHD_ERROR(("%s: Failed to open the file %s \n", __FUNCTION__, str_file));
8295 DHD_ERROR(("%s: %s llseek failed %d \n", __FUNCTION__, str_file, error));
8302 DHD_ERROR(("%s: %s read failed %d \n", __FUNCTION__, str_file, error));
8306 if (strstr(str_file, ram_file_str) != NULL) {
8311 } else if (strstr(str_file, rom_file_str) != NULL) {
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_linux.c723 static int dhd_init_static_strs_array(osl_t *osh, dhd_event_log_t *temp, char *str_file,
8230 dhd_init_static_strs_array(osl_t *osh, dhd_event_log_t *temp, char *str_file, char *map_file)
8246 if (strstr(str_file, ram_file_str) != NULL) {
8248 } else if (strstr(str_file, rom_file_str) != NULL) {
8259 filep = filp_open(str_file, O_RDONLY, 0);
8261 DHD_ERROR(("%s: Failed to open the file %s \n", __FUNCTION__, str_file));
8285 DHD_ERROR(("%s: %s llseek failed %d \n", __FUNCTION__, str_file, error));
8292 DHD_ERROR(("%s: %s read failed %d \n", __FUNCTION__, str_file, error));
8296 if (strstr(str_file, ram_file_str) != NULL) {
8301 } else if (strstr(str_file, rom_file_str) != NULL) {
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_linux.c707 static int dhd_init_static_strs_array(osl_t *osh, dhd_event_log_t *temp, char *str_file,
8236 dhd_init_static_strs_array(osl_t *osh, dhd_event_log_t *temp, char *str_file, char *map_file)
8254 if (strstr(str_file, ram_file_str) != NULL) {
8256 } else if (strstr(str_file, rom_file_str) != NULL) {
8269 filep = filp_open(str_file, O_RDONLY, 0);
8271 DHD_ERROR(("%s: Failed to open the file %s \n", __FUNCTION__, str_file));
8295 DHD_ERROR(("%s: %s llseek failed %d \n", __FUNCTION__, str_file, error));
8302 DHD_ERROR(("%s: %s read failed %d \n", __FUNCTION__, str_file, error));
8306 if (strstr(str_file, ram_file_str) != NULL) {
8311 } else if (strstr(str_file, rom_file_str) != NULL) {
[all …]