Searched refs:bootflow (Results 1 – 7 of 7) sorted by relevance
| /include/ |
| A D | bootmeth.h | 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); 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, [all …]
|
| A D | bootflow.h | 93 struct bootflow { struct 293 void bootflow_init(struct bootflow *bflow, struct udevice *bootdev, 344 struct bootflow *bflow); 368 int bootflow_first_glob(struct bootflow **bflowp); 380 int bootflow_next_glob(struct bootflow **bflowp); 387 void bootflow_free(struct bootflow *bflow); 399 int bootflow_boot(struct bootflow *bflow); 410 int bootflow_read_all(struct bootflow *bflow); 440 void bootflow_remove(struct bootflow *bflow); 626 int bootflow_cmdline_auto(struct bootflow *bflow, const char *arg); [all …]
|
| A D | bootdev.h | 13 struct bootflow; 136 struct bootflow *bflow); 152 struct bootflow *bflow); 177 struct bootflow_iter *iter, struct bootflow *bflow); 195 int bootdev_first_bootflow(struct udevice *dev, struct bootflow **bflowp); 206 int bootdev_next_bootflow(struct bootflow **bflowp);
|
| A D | bootstd.h | 50 struct bootflow *cur_bootflow; 144 int bootstd_add_bootflow(struct bootflow *bflow);
|
| A D | extlinux.h | 20 struct bootflow *bflow;
|
| A D | efi_loader.h | 21 struct bootflow; 631 efi_status_t efi_bootflow_run(struct bootflow *bootflow);
|
| /include/env/ti/ |
| A D | android.env | 31 bootcmd=bootflow scan -lb
|
Completed in 11 milliseconds