Lines Matching refs:conf_path
1115 dhd_conf_set_conf_name_by_chip(dhd_pub_t *dhd, char *conf_path) in dhd_conf_set_conf_name_by_chip() argument
1121 if (conf_path[0] == '\0') { in dhd_conf_set_conf_name_by_chip()
1127 i = strlen(conf_path); in dhd_conf_set_conf_name_by_chip()
1129 if (conf_path[i] == '/') { in dhd_conf_set_conf_name_by_chip()
1135 name_ptr = &conf_path[i]; in dhd_conf_set_conf_name_by_chip()
1144 CONFIG_TRACE("config_path=%s\n", conf_path); in dhd_conf_set_conf_name_by_chip()
1393 dhd_conf_get_filename(dhd->conf_path); in dhd_conf_set_path_params()
1396 if (dhd->conf_path[0] == '\0') { in dhd_conf_set_path_params()
1397 dhd_conf_copy_path(dhd, "config.txt", dhd->conf_path, nv_path); in dhd_conf_set_path_params()
1403 dhd_conf_set_conf_name_by_chip(dhd, dhd->conf_path); in dhd_conf_set_path_params()
1418 dhd_conf_add_filepath(dhd, dhd->conf_path); in dhd_conf_set_path_params()
1424 CONFIG_MSG("Final conf_path=%s\n", dhd->conf_path); in dhd_conf_set_path_params()
1426 dhd_conf_read_config(dhd, dhd->conf_path); in dhd_conf_set_path_params()
4589 dhd_conf_read_config(dhd_pub_t *dhd, char *conf_path) in dhd_conf_read_config() argument
4600 conf_file_exists = ((conf_path != NULL) && (conf_path[0] != '\0')); in dhd_conf_read_config()
4602 CONFIG_MSG("config path %s\n", conf_path); in dhd_conf_read_config()
4607 bcmerror = dhd_get_download_buffer(dhd, conf_path, NVRAM, &memblock, in dhd_conf_read_config()
4613 CONFIG_MSG("Ignore config file %s\n", conf_path); in dhd_conf_read_config()