Lines Matching full:download

52 #define TI_MODE_DOWNLOAD	2   /* Made it to download mode		   */
55 * transitioning to download mode
811 * Then while in boot mode, the driver will download the latest in build_i2c_fw_hdr()
813 * device comes back up in download mode the driver will cause the new in build_i2c_fw_hdr()
921 /* Download given firmware image to the device (IN BOOT MODE) */
996 * DownloadTIFirmware - Download run-time operating firmware to the TI5052
1029 * This routine is entered by both the BOOT mode and the Download mode in download_fw()
1051 * if we have more than one endpoint we are definitely in download in download_fw()
1080 dev_dbg(dev, "%s - RUNNING IN DOWNLOAD MODE\n", __func__); in do_download_mode()
1084 dev_dbg(dev, "%s - DOWNLOAD MODE -- BAD I2C\n", __func__); in do_download_mode()
1150 * Check version number of download with current in do_download_mode()
1187 * download the latest firmware (padded to in do_download_mode()
1189 * device comes back up in download mode the in do_download_mode()
1292 * mode, the driver will download the latest firmware in do_download_mode()
1294 * device comes back up in download mode the driver in do_download_mode()
1341 dev_dbg(dev, "%s - write download record failed\n", in do_download_mode()
1355 /* Tell firmware to copy download image into I2C */ in do_download_mode()
1374 /* The device is running the download code */ in do_download_mode()
1390 /* Configure the TI device so we can use the BULK pipes for download */ in do_boot_mode()
1446 * download the latest firmware (padded to 15.5k) into the in do_boot_mode()
1447 * UMP ram. Finally when the device comes back up in download in do_boot_mode()
1479 /* Download the operational code */ in do_boot_mode()
1495 dev_dbg(dev, "%s - Download successful -- Device rebooting...\n", __func__); in do_boot_mode()
2480 /* Make sure we have the required endpoints when in download mode. */ in edge_calc_num_ports()