Searched refs:fastboot_fail (Results 1 – 7 of 7) sorted by relevance
| /drivers/fastboot/ |
| A D | fb_command.c | 156 fastboot_fail("Unsupported command", response); in fastboot_handle_command() 163 fastboot_fail("unrecognized command", response); in fastboot_handle_command() 250 fastboot_fail(cmd_parameter, response); in download() 292 fastboot_fail("Received invalid data length", in fastboot_data_download() 385 fastboot_fail("missing command", response); in run_ucmd() 390 fastboot_fail("", response); in run_ucmd() 412 fastboot_fail("missing command", response); in run_acmd() 418 fastboot_fail("too long command", response); in run_acmd() 481 fastboot_fail("partitions not set", response); in oem_format() 485 fastboot_fail("", response); in oem_format() [all …]
|
| A D | fb_mmc.c | 245 fastboot_fail("Image size too large", response); in fb_mmc_boot_ops() 255 fastboot_fail("Failed to write EMMC_BOOT part", in fb_mmc_boot_ops() 265 fastboot_fail("Failed to erase EMMC_BOOT part", in fb_mmc_boot_ops() 459 fastboot_fail("partition not given", response); in fastboot_mmc_get_part_info() 471 fastboot_fail("no such device", response); in fastboot_mmc_get_part_info() 474 fastboot_fail("no such partition", response); in fastboot_mmc_get_part_info() 480 fastboot_fail("unanticipated error", response); in fastboot_mmc_get_part_info() 495 fastboot_fail("invalid mmc device", response); in fastboot_mmc_get_dev() 548 fastboot_fail("writing GPT partitions failed", in fastboot_mmc_flash_write() 574 fastboot_fail("writing MBR partition failed", in fastboot_mmc_flash_write() [all …]
|
| 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_getvar.c | 133 fastboot_fail("this storage is not supported in bootloader", response); in getvar_get_part_info() 162 fastboot_fail("Value not set", response); in getvar_serialno() 177 fastboot_fail("Board not set", response); in getvar_product() 187 fastboot_fail("platform not set", response); in getvar_platform() 225 fastboot_fail("invalid partition name", response); in getvar_has_slot() 311 fastboot_fail("missing var", response); in fastboot_getvar() 340 fastboot_fail("Variable not implemented", response); in fastboot_getvar()
|
| A D | fb_spi_flash.c | 142 fastboot_fail("partition not given", response); in fastboot_spi_flash_get_part_info() 149 fastboot_fail("invalid partition or device", response); in fastboot_spi_flash_get_part_info() 188 sparse.mssg = fastboot_fail; in fastboot_spi_flash_write() 215 fastboot_fail("error writing the image", response); in fastboot_spi_flash_write() 246 fastboot_fail("failed erasing from SPI flash", response); in fastboot_spi_flash_erase()
|
| A D | fb_common.c | 63 void fastboot_fail(const char *reason, char *response) in fastboot_fail() function
|
| /drivers/usb/gadget/ |
| A D | f_fastboot.c | 542 fastboot_fail("buffer overflow", response); in rx_handler_command()
|
Completed in 16 milliseconds