Lines Matching defs:param
100 struct ubiblock_param *param;
129 param = &ubiblock_param[ubiblock_devs];
132 ret = kstrtoint(tokens[0], 10, ¶m->ubi_num);
136 /* Second param can be a number or a name */
137 ret = kstrtoint(tokens[1], 10, ¶m->vol_id);
139 param->vol_id = -1;
140 strcpy(param->name, tokens[1]);
145 strcpy(param->name, tokens[0]);
146 param->ubi_num = -1;
147 param->vol_id = -1;
647 * Attach block devices from 'block=' module param.
648 * Even if one block device in the param list fails to come up,