Lines Matching refs:response
36 char *response) in fb_nand_lookup()
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()
150 unsigned int download_bytes, char *response) in fb_nand_flash_write() argument
156 ret = fb_nand_lookup(cmd, &mtd, &part, response); in fb_nand_flash_write()
159 fastboot_fail("invalid NAND device", response); in fb_nand_flash_write()
185 download_bytes, response); in fb_nand_flash_write()
198 fastboot_fail("pr_err writing the image", response); in fb_nand_flash_write()
202 fastboot_okay("", response); in fb_nand_flash_write()
205 void fb_nand_erase(const char *cmd, char *response) in fb_nand_erase() argument
211 ret = fb_nand_lookup(cmd, &mtd, &part, response); in fb_nand_erase()
214 fastboot_fail("invalid NAND device", response); in fb_nand_erase()
225 fastboot_fail("failed erasing from device", response); in fb_nand_erase()
229 fastboot_okay("", response); in fb_nand_erase()