Home
last modified time | relevance | path

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

/external/u-boot/include/
Dfastboot.h100 void fastboot_init(void *buf_addr, u32 buf_size);
/external/u-boot/drivers/fastboot/
Dfb_common.c163 void fastboot_init(void *buf_addr, u32 buf_size) in fastboot_init() function
/external/u-boot/cmd/
Dfastboot.c123 fastboot_init((void *)buf_addr, buf_size); in do_fastboot()