Lines Matching defs:image
673 /* Make sure that the I2C image is good */
829 /* Set entire image of 0xffs */
838 /* Pointer to fw_down memory image */
921 /* Download given firmware image to the device (IN BOOT MODE) */
922 static int download_code(struct edgeport_serial *serial, u8 *image,
930 /* Transfer firmware image */
938 status = bulk_xfer(serial->serial, &image[pos],
1012 dev_err(dev, "Failed to load image \"%s\" err %d\n",
1355 /* Tell firmware to copy download image into I2C */
1405 * Determine I2C image type
1452 * Do we really have to copy the whole firmware image,
1480 dev_dbg(dev, "%s - Downloading operational code image version %d.%d (TI UMP)\n",
1488 dev_dbg(dev, "%s - Error downloading operational code image\n", __func__);