Home
last modified time | relevance | path

Searched refs:bootstd_priv (Results 1 – 18 of 18) sorted by relevance

/u-boot/boot/
A Dbootstd-uclass.c28 struct bootstd_priv *priv = dev_get_priv(dev); in bootstd_of_to_plat()
44 static void bootstd_clear_glob_(struct bootstd_priv *priv) in bootstd_clear_glob_()
57 struct bootstd_priv *std; in bootstd_clear_glob()
67 struct bootstd_priv *priv = dev_get_priv(dev); in bootstd_remove()
79 struct bootstd_priv *std = dev_get_priv(dev); in bootstd_get_bootdev_order()
99 struct bootstd_priv *std = dev_get_priv(dev); in bootstd_get_prefixes()
104 int bootstd_get_priv(struct bootstd_priv **stdp) in bootstd_get_priv()
119 struct bootstd_priv *std = dev_get_priv(dev); in bootstd_probe()
180 .priv_auto = sizeof(struct bootstd_priv),
A Dvbe.c51 struct bootstd_priv *std; in vbe_list()
79 struct bootstd_priv *std; in vbe_select()
A Dbootflow.c50 struct bootstd_priv *std; in bootflow_first_glob()
68 struct bootstd_priv *std; in bootflow_next_glob()
A Dbootmeth-uclass.c98 struct bootstd_priv *std; in bootmeth_setup_iter_order()
196 struct bootstd_priv *std; in bootmeth_set_order()
A Dbootdev-uclass.c38 struct bootstd_priv *std; in bootdev_add_bootflow()
755 struct bootstd_priv *std; in bootdev_hunt_drv()
841 void bootdev_list_hunters(struct bootstd_priv *std) in bootdev_list_hunters()
A Dbootflow_menu.c169 int bootflow_menu_run(struct bootstd_priv *std, bool text_mode, in bootflow_menu_run()
/u-boot/cmd/
A Dbootdev.c18 static int bootdev_check_state(struct bootstd_priv **stdp) in bootdev_check_state()
20 struct bootstd_priv *std; in bootdev_check_state()
49 struct bootstd_priv *std; in do_bootdev_select()
71 struct bootstd_priv *priv; in do_bootdev_info()
113 struct bootstd_priv *priv; in do_bootdev_hunt()
A Dbootflow.c94 struct bootstd_priv *std; in do_bootflow_scan()
194 struct bootstd_priv *std; in do_bootflow_list()
237 struct bootstd_priv *std; in do_bootflow_select()
298 struct bootstd_priv *std; in do_bootflow_info()
361 struct bootstd_priv *std; in do_bootflow_boot()
388 struct bootstd_priv *std; in do_bootflow_menu()
A Dvbe.c28 struct bootstd_priv *std; in do_vbe_select()
50 struct bootstd_priv *std; in do_vbe_info()
A Dbootmeth.c21 struct bootstd_priv *std; in do_bootmeth_list()
/u-boot/include/
A Dbootstd.h39 struct bootstd_priv { struct
88 int bootstd_get_priv(struct bootstd_priv **stdp);
A Dbootflow.h14 struct bootstd_priv;
440 int bootflow_menu_run(struct bootstd_priv *std, bool text_mode,
A Dbootdev.h14 struct bootstd_priv;
296 void bootdev_list_hunters(struct bootstd_priv *std);
/u-boot/test/boot/
A Dbootstd_common.c61 struct bootstd_priv *priv; in bootstd_test_drop_bootdev_order()
74 struct bootstd_priv *std; in bootstd_test_check_mmc_hunter()
A Dbootdev.c58 struct bootstd_priv *std; in bootdev_test_cmd_select()
307 struct bootstd_priv *std; in bootdev_test_hunter()
347 struct bootstd_priv *std; in bootdev_test_cmd_hunt()
423 struct bootstd_priv *std; in bootdev_test_hunt_scan()
505 struct bootstd_priv *std; in bootdev_test_hunt_label()
559 struct bootstd_priv *std; in bootdev_test_next_label()
637 struct bootstd_priv *std; in bootdev_test_next_prio()
A Dbootmeth.c137 struct bootstd_priv *std; in bootmeth_env()
A Dbootflow.c517 struct bootstd_priv *std; in prep_mmc4_bootdev()
569 struct bootstd_priv *std; in bootflow_cmd_hunt_single()
592 struct bootstd_priv *std; in bootflow_cmd_hunt_label()
/u-boot/doc/develop/
A Dbootstd.rst335 `struct bootstd_priv` for this structure, accessed with `bootstd_get_priv()`.
468 provides the top-level `struct bootstd_priv` containing optional configuration
527 has been done, the ordering is in `struct bootstd_priv`, so that ordering is
733 `struct bootstd_priv`.

Completed in 52 milliseconds