Home
last modified time | relevance | path

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

/u-boot/drivers/fastboot/
A Dfb_command.c166 fastboot_fail("unrecognized command", response); in fastboot_handle_command()
223 fastboot_fail(cmd_parameter, response); in download()
265 fastboot_fail("Received invalid data length", in fastboot_data_download()
356 fastboot_fail("missing command", response); in run_ucmd()
361 fastboot_fail("", response); in run_ucmd()
383 fastboot_fail("missing command", response); in run_acmd()
389 fastboot_fail("too long command", response); in run_acmd()
407 fastboot_fail("Cannot set reboot flag", response); in reboot_bootloader()
452 fastboot_fail("partitions not set", response); in oem_format()
457 fastboot_fail("", response); in oem_format()
[all …]
A Dfb_mmc.c254 fastboot_fail("Image size too large", response); in fb_mmc_boot_ops()
264 fastboot_fail("Failed to write EMMC_BOOT part", in fb_mmc_boot_ops()
274 fastboot_fail("Failed to erase EMMC_BOOT part", in fb_mmc_boot_ops()
461 fastboot_fail("partition not given", response); in fastboot_mmc_get_part_info()
473 fastboot_fail("no such device", response); in fastboot_mmc_get_part_info()
476 fastboot_fail("no such partition", response); in fastboot_mmc_get_part_info()
482 fastboot_fail("unanticipated error", response); in fastboot_mmc_get_part_info()
497 fastboot_fail("invalid mmc device", response); in fastboot_mmc_get_dev()
555 fastboot_fail("writing GPT partitions failed",
581 fastboot_fail("writing MBR partition failed",
[all …]
A Dfb_getvar.c120 fastboot_fail("this storage is not supported in bootloader", response); in getvar_get_part_info()
150 fastboot_fail("Value not set", response); in getvar_serialno()
165 fastboot_fail("Board not set", response); in getvar_product()
175 fastboot_fail("platform not set", response); in getvar_platform()
214 fastboot_fail("invalid partition name", response); in getvar_has_slot()
230 fastboot_fail("failed to set partition", response); in getvar_partition_type()
270 fastboot_fail("missing var", response); in fastboot_getvar()
296 fastboot_fail("Variable not implemented", response); in fastboot_getvar()
A Dfb_nand.c46 fastboot_fail("cannot init mtdparts", response); in fb_nand_lookup()
53 fastboot_fail("cannot find partition", response); in fb_nand_lookup()
60 fastboot_fail("not a NAND device", response); in fb_nand_lookup()
183 fastboot_fail("invalid NAND device", response); in fastboot_nand_flash_write()
203 sparse.mssg = fastboot_fail; in fastboot_nand_flash_write()
225 fastboot_fail("error writing the image", response); in fastboot_nand_flash_write()
247 fastboot_fail("invalid NAND device", response); in fastboot_nand_erase()
258 fastboot_fail("failed erasing from device", response); in fastboot_nand_erase()
A Dfb_common.c63 void fastboot_fail(const char *reason, char *response) in fastboot_fail() function
/u-boot/include/
A Dfastboot.h82 void fastboot_fail(const char *reason, char *response);
/u-boot/drivers/usb/gadget/
A Df_fastboot.c523 fastboot_fail("buffer overflow", response); in rx_handler_command()

Completed in 10 milliseconds