Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/serial/
Dio_ti.c939 struct edge_ti_manuf_descriptor *ti_manuf_desc; in download_fw() local
991 ti_manuf_desc = kmalloc(sizeof(*ti_manuf_desc), GFP_KERNEL); in download_fw()
992 if (!ti_manuf_desc) in download_fw()
995 status = get_manuf_info(serial, (__u8 *)ti_manuf_desc); in download_fw()
997 kfree(ti_manuf_desc); in download_fw()
1002 if (!ignore_cpu_rev && ti_cpu_rev(ti_manuf_desc) < 2) { in download_fw()
1004 __func__, ti_cpu_rev(ti_manuf_desc)); in download_fw()
1005 kfree(ti_manuf_desc); in download_fw()
1011 kfree(ti_manuf_desc); in download_fw()
1028 kfree(ti_manuf_desc); in download_fw()
[all …]