Lines Matching defs:image
676 /* Make sure that the I2C image is good */
832 /* Set entire image of 0xffs */
841 /* Pointer to fw_down memory image */
924 /* Download given firmware image to the device (IN BOOT MODE) */
925 static int download_code(struct edgeport_serial *serial, __u8 *image,
933 /* Transfer firmware image */
941 status = bulk_xfer(serial->serial, &image[pos],
1015 dev_err(dev, "Failed to load image \"%s\" err %d\n",
1358 /* Tell firmware to copy download image into I2C */
1408 * Determine I2C image type
1455 * Do we really have to copy the whole firmware image,
1483 dev_dbg(dev, "%s - Downloading operational code image version %d.%d (TI UMP)\n",
1491 dev_dbg(dev, "%s - Error downloading operational code image\n", __func__);