Home
last modified time | relevance | path

Searched refs:ti_firmware_header (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/serial/
Dti_usb_3410_5052.h240 struct ti_firmware_header { struct
Dti_usb_3410_5052.c1419 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()