Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/net/
H A Dfastboot.c69 static void write_fb_response(const char*, const char*, char*);
92 write_fb_response("INFO", msg, response); in fastboot_send_info()
179 write_fb_response("OKAY", "", response); in fastboot_send()
186 write_fb_response("OKAY", "", response); in fastboot_send()
189 write_fb_response("FAIL", "unrecognized command", response); in fastboot_send()
242 write_fb_response("FAIL", "missing var", response); in fb_getvar()
244 write_fb_response("OKAY", FASTBOOT_VERSION, response); in fb_getvar()
247 write_fb_response("OKAY", U_BOOT_VERSION, response); in fb_getvar()
252 write_fb_response("OKAY", buf_size_str, response); in fb_getvar()
256 write_fb_response("OKAY", tmp, response); in fb_getvar()
[all …]