Searched refs:fastboot_fail (Results 1 – 7 of 7) sorted by relevance
| /u-boot/drivers/fastboot/ |
| A D | fb_command.c | 143 fastboot_fail("Unsupported command", response); in fastboot_handle_command() 150 fastboot_fail("unrecognized command", response); in fastboot_handle_command() 207 fastboot_fail(cmd_parameter, response); in download() 249 fastboot_fail("Received invalid data length", in fastboot_data_download() 335 fastboot_fail("missing command", response); in run_ucmd() 340 fastboot_fail("", response); in run_ucmd() 362 fastboot_fail("missing command", response); in run_acmd() 368 fastboot_fail("too long command", response); in run_acmd() 385 fastboot_fail("Cannot set reboot flag", response); in reboot_bootloader() 431 fastboot_fail("partitions not set", response); in oem_format() [all …]
|
| A D | fb_mmc.c | 248 fastboot_fail("Image size too large", response); in fb_mmc_boot_ops() 258 fastboot_fail("Failed to write EMMC_BOOT part", in fb_mmc_boot_ops() 268 fastboot_fail("Failed to erase EMMC_BOOT part", in fb_mmc_boot_ops() 462 fastboot_fail("partition not given", response); in fastboot_mmc_get_part_info() 474 fastboot_fail("no such device", response); in fastboot_mmc_get_part_info() 477 fastboot_fail("no such partition", response); in fastboot_mmc_get_part_info() 483 fastboot_fail("unanticipated error", response); in fastboot_mmc_get_part_info() 498 fastboot_fail("invalid mmc device", response); in fastboot_mmc_get_dev() 551 fastboot_fail("writing GPT partitions failed", in fastboot_mmc_flash_write() 577 fastboot_fail("writing MBR partition failed", in fastboot_mmc_flash_write() [all …]
|
| A D | fb_getvar.c | 112 fastboot_fail("this storage is not supported in bootloader", response); in getvar_get_part_info() 141 fastboot_fail("Value not set", response); in getvar_serialno() 156 fastboot_fail("Board not set", response); in getvar_product() 166 fastboot_fail("platform not set", response); in getvar_platform() 204 fastboot_fail("invalid partition name", response); in getvar_has_slot() 218 fastboot_fail("failed to set partition", response); in getvar_partition_type() 255 fastboot_fail("missing var", response); in fastboot_getvar() 281 fastboot_fail("Variable not implemented", response); in fastboot_getvar()
|
| A D | fb_nand.c | 45 fastboot_fail("cannot init mtdparts", response); in fb_nand_lookup() 52 fastboot_fail("cannot find partition", response); in fb_nand_lookup() 59 fastboot_fail("not a NAND device", response); in fb_nand_lookup() 182 fastboot_fail("invalid NAND device", response); in fastboot_nand_flash_write() 202 sparse.mssg = fastboot_fail; in fastboot_nand_flash_write() 224 fastboot_fail("error writing the image", response); in fastboot_nand_flash_write() 246 fastboot_fail("invalid NAND device", response); in fastboot_nand_erase() 257 fastboot_fail("failed erasing from device", response); in fastboot_nand_erase()
|
| A D | fb_common.c | 63 void fastboot_fail(const char *reason, char *response) in fastboot_fail() function
|
| /u-boot/include/ |
| A D | fastboot.h | 72 void fastboot_fail(const char *reason, char *response);
|
| /u-boot/drivers/usb/gadget/ |
| A D | f_fastboot.c | 523 fastboot_fail("buffer overflow", response); in rx_handler_command()
|
Completed in 16 milliseconds