Home
last modified time | relevance | path

Searched refs:boot_fn (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/common/
H A Dbootm.c689 boot_os_fn *boot_fn; in do_bootm_states() local
757 boot_fn = bootm_os_get_boot_func(images->os.os); in do_bootm_states()
761 if (boot_fn == NULL && need_boot_fn) { in do_bootm_states()
773 ret = boot_fn(BOOTM_STATE_OS_CMDLINE, argc, argv, images); in do_bootm_states()
775 ret = boot_fn(BOOTM_STATE_OS_BD_T, argc, argv, images); in do_bootm_states()
783 ret = boot_fn(BOOTM_STATE_OS_PREP, argc, argv, images); in do_bootm_states()
792 images, boot_fn); in do_bootm_states()
807 images, boot_fn); in do_bootm_states()
H A Dbootm_os.c478 bootm_headers_t *images, boot_os_fn *boot_fn) in boot_selected_os() argument
481 boot_fn(state, argc, argv, images); in boot_selected_os()
/OK3568_Linux_fs/u-boot/include/
H A Dbootm.h47 bootm_headers_t *images, boot_os_fn *boot_fn);