Searched refs:ti_firmware_header (Results 1 – 2 of 2) sorted by relevance
236 struct ti_firmware_header { struct
1651 struct ti_firmware_header *header; in ti_do_download()1655 for (pos = sizeof(struct ti_firmware_header); pos < size; pos++) in ti_do_download()1658 header = (struct ti_firmware_header *)buffer; in ti_do_download()1660 - sizeof(struct ti_firmware_header))); in ti_do_download()1730 buffer_size = TI_FIRMWARE_BUF_SIZE + sizeof(struct ti_firmware_header); in ti_download_firmware()