Home
last modified time | relevance | path

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

/external/u-boot/drivers/fastboot/
Dfb_mmc.c112 fastboot_fail("too large for partition", response); in write_raw_image()
122 fastboot_fail("failed writing to device", response); in write_raw_image()
155 fastboot_fail("invalid number of boot sectors: 0", response); in fb_mmc_get_boot_header()
163 fastboot_fail("cannot read header from boot partition", in fb_mmc_get_boot_header()
172 fastboot_fail("boot partition not initialized", response); in fb_mmc_get_boot_header()
211 fastboot_fail("cannot find boot partition", response); in fb_mmc_update_zimage()
223 fastboot_fail("unable to read boot image header", response); in fb_mmc_update_zimage()
230 fastboot_fail("moving second stage is not supported yet", in fb_mmc_update_zimage()
249 fastboot_fail("cannot read ramdisk from boot partition", in fb_mmc_update_zimage()
259 fastboot_fail("cannot write back boot image header", response); in fb_mmc_update_zimage()
[all …]
Dfb_command.c120 fastboot_fail("unrecognized command", response); in fastboot_handle_command()
161 fastboot_fail("Expected command parameter", response); in download()
167 fastboot_fail("Expected nonzero image size", response); in download()
177 fastboot_fail(cmd_parameter, response); in download()
219 fastboot_fail("Received invalid data length", in fastboot_data_download()
308 fastboot_fail("Cannot set reboot flag", response); in reboot_bootloader()
325 fastboot_fail("partitions not set", response); in oem_format()
330 fastboot_fail("", response); in oem_format()
Dfb_nand.c44 fastboot_fail("cannot init mtdparts", response); in fb_nand_lookup()
51 fastboot_fail("cannot find partition", response); in fb_nand_lookup()
58 fastboot_fail("not a NAND device", response); in fb_nand_lookup()
181 fastboot_fail("invalid NAND device", response); in fastboot_nand_flash_write()
201 sparse.mssg = fastboot_fail; in fastboot_nand_flash_write()
223 fastboot_fail("error writing the image", response); in fastboot_nand_flash_write()
245 fastboot_fail("invalid NAND device", response); in fastboot_nand_erase()
256 fastboot_fail("failed erasing from device", response); in fastboot_nand_erase()
Dfb_getvar.c102 fastboot_fail("Value not set", response); in getvar_serialno()
117 fastboot_fail("Board not set", response); in getvar_product()
152 fastboot_fail("failed to set partition", response); in getvar_partition_type()
202 fastboot_fail("missing var", response); in fastboot_getvar()
228 fastboot_fail("Variable not implemented", response); in fastboot_getvar()
Dfb_common.c60 void fastboot_fail(const char *reason, char *response) in fastboot_fail() function
/external/u-boot/include/
Dfastboot.h60 void fastboot_fail(const char *reason, char *response);
/external/u-boot/drivers/usb/gadget/
Df_fastboot.c433 fastboot_fail("buffer overflow", response); in rx_handler_command()