Searched refs:spl_params (Results 1 – 1 of 1) sorted by relevance
160 struct spl_params { struct167 static struct spl_params spl_params = { 0 }; argument218 spl_params.init_file = params->datafile; in rkcommon_check_params()220 spl_params.boot_file = strchr(spl_params.init_file, ':'); in rkcommon_check_params()221 if (spl_params.boot_file) { in rkcommon_check_params()222 *spl_params.boot_file = '\0'; in rkcommon_check_params()223 spl_params.boot_file += 1; in rkcommon_check_params()226 spl_params.init_size = in rkcommon_check_params()227 rkcommon_get_aligned_size(params, spl_params.init_file); in rkcommon_check_params()228 if (spl_params.init_size < 0) in rkcommon_check_params()[all …]