Lines Matching defs:fw_img
59 const char *fw_img;
64 .fw_img = NULL,
74 OPT("firmware", 'f', arg_path, opt, fw_img,
256 if (!opt.activate && opt.fw_img == NULL) {
264 if (opt.activate && opt.fw_img == NULL && opt.slot == 0) {
289 if (opt.fw_img && opt.slot == 1 && fw_slot1_ro)
299 if (opt.activate && opt.fw_img == NULL &&
307 if (opt.fw_img)
308 read_image_file(opt.fw_img, &buf, &size);
310 if (opt.fw_img != NULL&& opt.activate)
315 opt.fw_img, opt.dev);
321 else if (opt.fw_img != NULL)
326 opt.fw_img, opt.dev);
338 if (opt.fw_img != NULL) {