Searched refs:ti_firmware_header (Results 1 – 2 of 2) sorted by relevance
240 struct ti_firmware_header { struct
1419 struct ti_firmware_header *header; in ti_do_download()1423 for (pos = sizeof(struct ti_firmware_header); pos < size; pos++) in ti_do_download()1426 header = (struct ti_firmware_header *)buffer; in ti_do_download()1428 - sizeof(struct ti_firmware_header))); in ti_do_download()1500 buffer_size = TI_FIRMWARE_BUF_SIZE + sizeof(struct ti_firmware_header); in ti_download_firmware()