Lines Matching defs:param
104 struct ubiblock_param *param;
133 param = &ubiblock_param[ubiblock_devs];
136 ret = kstrtoint(tokens[0], 10, ¶m->ubi_num);
140 /* Second param can be a number or a name */
141 ret = kstrtoint(tokens[1], 10, ¶m->vol_id);
143 param->vol_id = -1;
144 strcpy(param->name, tokens[1]);
149 strcpy(param->name, tokens[0]);
150 param->ubi_num = -1;
151 param->vol_id = -1;
681 * Attach block devices from 'block=' module param.
682 * Even if one block device in the param list fails to come up,