Searched refs:ti_firmware_header (Results 1 – 1 of 1) sorted by relevance
257 struct ti_firmware_header { struct1550 struct ti_firmware_header *header; in ti_do_download()1554 for (pos = sizeof(struct ti_firmware_header); pos < size; pos++) in ti_do_download()1557 header = (struct ti_firmware_header *)buffer; in ti_do_download()1642 buffer_size = TI_FIRMWARE_BUF_SIZE + sizeof(struct ti_firmware_header); in ti_download_firmware()