Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/serial/
Dio_edgeport.h105 __u8 iDownloadFile; /* What to download to EPiC device */ member
Dio_usbvend.h346 __u8 iDownloadFile; // Index of string containing download code filename member
Dio_edgeport.c365 switch (edge_serial->product_info.iDownloadFile) { in update_edgeport_E2PROM()
499 product_info->iDownloadFile); in dump_product_info()
532 product_info->iDownloadFile = EDGE_DOWNLOAD_FILE_80251; in get_product_info()
534 product_info->iDownloadFile = EDGE_DOWNLOAD_FILE_I930; in get_product_info()
596 product_info->iDownloadFile = epic->iDownloadFile; in get_epic_descriptor()
2750 switch (edge_serial->product_info.iDownloadFile) { in load_application_firmware()