Lines Matching defs:bootflow_iter
262 struct bootflow_iter { struct
263 int flags;
264 struct udevice *dev;
265 int part;
266 struct udevice *method;
267 int max_part;
268 int first_bootable;
269 int err;
270 int num_devs;
271 int max_devs;
272 struct udevice *dev_used[BOOTFLOW_MAX_USED_DEVS];
273 const char *const *labels;
297 * bootflow_iter_init() - Reset a bootflow iterator argument
304 void bootflow_iter_init(struct bootflow_iter *iter, int flags); argument