Lines Matching defs:bflow
44 int bootmeth_read_bootflow(struct udevice *dev, struct bootflow *bflow) in bootmeth_read_bootflow()
54 int bootmeth_set_bootflow(struct udevice *dev, struct bootflow *bflow, in bootmeth_set_bootflow()
66 int bootmeth_read_all(struct udevice *dev, struct bootflow *bflow) in bootmeth_read_all()
77 int bootmeth_boot(struct udevice *dev, struct bootflow *bflow) in bootmeth_boot()
87 int bootmeth_read_file(struct udevice *dev, struct bootflow *bflow, in bootmeth_read_file()
99 int bootmeth_get_bootflow(struct udevice *dev, struct bootflow *bflow) in bootmeth_get_bootflow()
296 int bootmeth_setup_fs(struct bootflow *bflow, struct blk_desc *desc) in bootmeth_setup_fs()
311 int bootmeth_try_file(struct bootflow *bflow, struct blk_desc *desc, in bootmeth_try_file()
346 int bootmeth_alloc_file(struct bootflow *bflow, uint size_limit, uint align, in bootmeth_alloc_file()
376 int bootmeth_alloc_other(struct bootflow *bflow, const char *fname, in bootmeth_alloc_other()
416 int bootmeth_common_read_file(struct udevice *dev, struct bootflow *bflow, in bootmeth_common_read_file()