Lines Matching refs:clm_path
8170 dhd_apply_default_clm(dhd_pub_t *dhd, char *clm_path) in dhd_apply_default_clm() argument
8179 if (clm_path[0] != '\0') { in dhd_apply_default_clm()
8180 if (strlen(clm_path) > MOD_PARAM_PATHLEN) { in dhd_apply_default_clm()
8184 clm_blob_path = clm_path; in dhd_apply_default_clm()
8185 DHD_TRACE(("clm path from module param:%s\n", clm_path)); in dhd_apply_default_clm()
8330 dhd_apply_default_clm(dhd_pub_t *dhd, char *clm_path) in dhd_apply_default_clm() argument
8339 if (clm_path && clm_path[0] != '\0') { in dhd_apply_default_clm()
8340 if (strlen(clm_path) > MOD_PARAM_PATHLEN) { in dhd_apply_default_clm()
8344 clm_blob_path = clm_path; in dhd_apply_default_clm()
8345 DHD_TRACE(("clm path from module param:%s\n", clm_path)); in dhd_apply_default_clm()
8375 printf("%s: Ignore clm file %s\n", __FUNCTION__, clm_path); in dhd_apply_default_clm()