Lines Matching refs:clm_path
982 dhd_conf_set_clm_name_by_chip(dhd_pub_t *dhd, char *clm_path, int ag_type) in dhd_conf_set_clm_name_by_chip() argument
988 if (clm_path[0] == '\0') { in dhd_conf_set_clm_name_by_chip()
994 i = strlen(clm_path); in dhd_conf_set_clm_name_by_chip()
996 if (clm_path[i] == '/') { in dhd_conf_set_clm_name_by_chip()
1002 name_ptr = &clm_path[i]; in dhd_conf_set_clm_name_by_chip()
1011 CONFIG_TRACE("clm_path=%s\n", clm_path); in dhd_conf_set_clm_name_by_chip()
1392 dhd_conf_get_filename(dhd->clm_path); in dhd_conf_set_path_params()
1399 if (dhd->clm_path[0] == '\0') { in dhd_conf_set_path_params()
1400 dhd_conf_copy_path(dhd, "clm.blob", dhd->clm_path, fw_path); in dhd_conf_set_path_params()
1408 dhd_conf_set_clm_name_by_chip(dhd, dhd->clm_path, ag_type); in dhd_conf_set_path_params()
1417 dhd_conf_add_filepath(dhd, dhd->clm_path); in dhd_conf_set_path_params()
1423 CONFIG_MSG("Final clm_path=%s\n", dhd->clm_path); in dhd_conf_set_path_params()