Lines Matching full:response
101 u32 download_bytes, char *response) in write_raw_image() argument
112 fastboot_fail("too large for partition", response); in write_raw_image()
122 fastboot_fail("failed writing to device", response); in write_raw_image()
128 fastboot_okay(NULL, response); in write_raw_image()
144 char *response) in fb_mmc_get_boot_header() argument
155 fastboot_fail("invalid number of boot sectors: 0", response); in fb_mmc_get_boot_header()
164 response); in fb_mmc_get_boot_header()
172 fastboot_fail("boot partition not initialized", response); in fb_mmc_get_boot_header()
191 char *response) in fb_mmc_update_zimage() argument
211 fastboot_fail("cannot find boot partition", response); in fb_mmc_update_zimage()
220 hdr_sectors = fb_mmc_get_boot_header(dev_desc, &info, hdr, response); in fb_mmc_update_zimage()
223 fastboot_fail("unable to read boot image header", response); in fb_mmc_update_zimage()
231 response); in fb_mmc_update_zimage()
250 response); in fb_mmc_update_zimage()
259 fastboot_fail("cannot write back boot image header", response); in fb_mmc_update_zimage()
271 fastboot_fail("cannot write new kernel", response); in fb_mmc_update_zimage()
283 fastboot_fail("cannot write back original ramdisk", response); in fb_mmc_update_zimage()
288 fastboot_okay(NULL, response); in fb_mmc_update_zimage()
299 * @response: Pointer to fastboot response buffer
302 disk_partition_t *part_info, char *response) in fastboot_mmc_get_part_info() argument
308 fastboot_fail("block device not found", response); in fastboot_mmc_get_part_info()
312 fastboot_fail("partition not found", response); in fastboot_mmc_get_part_info()
318 fastboot_fail("partition not found", response); in fastboot_mmc_get_part_info()
331 * @response: Pointer to fastboot response buffer
334 u32 download_bytes, char *response) in fastboot_mmc_flash_write() argument
342 fastboot_fail("invalid mmc device", response); in fastboot_mmc_flash_write()
353 fastboot_fail("invalid GPT partition", response); in fastboot_mmc_flash_write()
359 response); in fastboot_mmc_flash_write()
363 fastboot_okay(NULL, response); in fastboot_mmc_flash_write()
374 fastboot_fail("invalid MBR partition", response); in fastboot_mmc_flash_write()
380 response); in fastboot_mmc_flash_write()
384 fastboot_okay(NULL, response); in fastboot_mmc_flash_write()
392 download_bytes, response); in fastboot_mmc_flash_write()
399 fastboot_fail("cannot find partition", response); in fastboot_mmc_flash_write()
422 response); in fastboot_mmc_flash_write()
424 fastboot_okay(NULL, response); in fastboot_mmc_flash_write()
427 download_bytes, response); in fastboot_mmc_flash_write()
435 * @response: Pointer to fastboot response buffer
437 void fastboot_mmc_erase(const char *cmd, char *response) in fastboot_mmc_erase() argument
447 fastboot_fail("invalid mmc device", response); in fastboot_mmc_erase()
454 fastboot_fail("invalid mmc device", response); in fastboot_mmc_erase()
461 fastboot_fail("cannot find partition", response); in fastboot_mmc_erase()
481 fastboot_fail("failed erasing from device", response); in fastboot_mmc_erase()
487 fastboot_okay(NULL, response); in fastboot_mmc_erase()