Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dbootm.h42 boot_os_fn *bootm_os_get_boot_func(int os);
/rk3399_rockchip-uboot/common/
H A Dbootm_os.c494 boot_os_fn *bootm_os_get_boot_func(int os) in bootm_os_get_boot_func() function
H A Dbootm.c757 boot_fn = bootm_os_get_boot_func(images->os.os); in do_bootm_states()