Lines Matching refs:bootflow
92 int (*read_bootflow)(struct udevice *dev, struct bootflow *bflow);
107 int (*set_bootflow)(struct udevice *dev, struct bootflow *bflow,
125 int (*read_file)(struct udevice *dev, struct bootflow *bflow,
136 int (*read_all)(struct udevice *dev, struct bootflow *bflow);
149 int (*boot)(struct udevice *dev, struct bootflow *bflow);
221 int bootmeth_read_bootflow(struct udevice *dev, struct bootflow *bflow);
237 int bootmeth_set_bootflow(struct udevice *dev, struct bootflow *bflow,
255 int bootmeth_read_file(struct udevice *dev, struct bootflow *bflow,
271 int bootmeth_read_all(struct udevice *dev, struct bootflow *bflow);
282 int bootmeth_boot(struct udevice *dev, struct bootflow *bflow);
338 int bootmeth_setup_fs(struct bootflow *bflow, struct blk_desc *desc);
357 int bootmeth_try_file(struct bootflow *bflow, struct blk_desc *desc,
375 int bootmeth_alloc_file(struct bootflow *bflow, uint size_limit, uint align,
392 int bootmeth_alloc_other(struct bootflow *bflow, const char *fname,
408 int bootmeth_common_read_file(struct udevice *dev, struct bootflow *bflow,
422 int bootmeth_get_bootflow(struct udevice *dev, struct bootflow *bflow);