Searched refs:cmd_source_script (Results 1 – 6 of 6) sorted by relevance
/u-boot/cmd/ |
A D | source.c | 53 rcode = cmd_source_script(addr, fit_uname, confname); in do_source()
|
/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/ |
A D | cmd_stm32prog.c | 157 cmd_source_script(data->script, NULL, NULL); in do_stm32prog()
|
/u-boot/boot/ |
A D | bootmeth_script.c | 213 ret = cmd_source_script(addr, NULL, NULL); in script_boot()
|
/u-boot/include/ |
A D | command.h | 300 int cmd_source_script(ulong addr, const char *fit_uname, const char *confname);
|
/u-boot/common/ |
A D | command.c | 660 int cmd_source_script(ulong addr, const char *fit_uname, const char *confname) in cmd_source_script() function
|
/u-boot/drivers/usb/gadget/ |
A D | f_sdp.c | 872 cmd_source_script(sdp_func->jmp_address, NULL, NULL); in sdp_handle_in_ep()
|
Completed in 38 milliseconds