Searched refs:spl_params (Results 1 – 1 of 1) sorted by relevance
156 struct spl_params { struct163 static struct spl_params spl_params = { 0 }; argument214 spl_params.init_file = params->datafile; in rkcommon_check_params()216 spl_params.boot_file = strchr(spl_params.init_file, ':'); in rkcommon_check_params()217 if (spl_params.boot_file) { in rkcommon_check_params()218 *spl_params.boot_file = '\0'; in rkcommon_check_params()219 spl_params.boot_file += 1; in rkcommon_check_params()222 spl_params.init_size = in rkcommon_check_params()223 rkcommon_get_aligned_size(params, spl_params.init_file); in rkcommon_check_params()224 if (spl_params.init_size < 0) in rkcommon_check_params()[all …]