Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/serial/
Dio_ti.c969 struct edge_ti_manuf_descriptor *ti_manuf_desc; in TIDownloadFirmware() local
1024 ti_manuf_desc = kmalloc (sizeof (*ti_manuf_desc), GFP_KERNEL); in TIDownloadFirmware()
1025 if (!ti_manuf_desc) { in TIDownloadFirmware()
1029 status = TIReadManufDescriptor (serial, (__u8 *)ti_manuf_desc); in TIDownloadFirmware()
1031 kfree (ti_manuf_desc); in TIDownloadFirmware()
1036 if (!ignore_cpu_rev && TI_GET_CPU_REVISION(ti_manuf_desc->CpuRev_BoardRev) < 2) { in TIDownloadFirmware()
1038 TI_GET_CPU_REVISION(ti_manuf_desc->CpuRev_BoardRev)); in TIDownloadFirmware()
1039 kfree (ti_manuf_desc); in TIDownloadFirmware()
1046 kfree (ti_manuf_desc); in TIDownloadFirmware()
1061 kfree (ti_manuf_desc); in TIDownloadFirmware()
[all …]