Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/serial/
Dio_edgeport.c377 struct edgeport_product_info product_info; /* Product Info */ member
519 switch (edge_serial->product_info.iDownloadFile) { in update_edgeport_E2PROM()
656 struct edgeport_product_info *product_info = &edge_serial->product_info; in get_product_info() local
658 memset (product_info, 0, sizeof(struct edgeport_product_info)); in get_product_info()
660product_info->ProductId = (__u16)(edge_serial->serial->dev->descriptor.idProduct & ~ION_DEVICE_ID… in get_product_info()
661 product_info->NumPorts = edge_serial->manuf_descriptor.NumPorts; in get_product_info()
662 product_info->ProdInfoVer = 0; in get_product_info()
664 product_info->RomSize = edge_serial->manuf_descriptor.RomSize; in get_product_info()
665 product_info->RamSize = edge_serial->manuf_descriptor.RamSize; in get_product_info()
666 product_info->CpuRev = edge_serial->manuf_descriptor.CpuRev; in get_product_info()
[all …]
Dio_ti.c83 struct product_info struct
113 struct product_info product_info; member
610 if (serial->product_info.TiMode == TI_MODE_DOWNLOAD) { in TIReadRom()
628 if (serial->product_info.TiMode == TI_MODE_BOOT) in TIWriteRom()
634 if (serial->product_info.TiMode == TI_MODE_DOWNLOAD) in TIWriteRom()
978 serial->product_info.hardware_type = HARDWARE_TYPE_TIUMP; in TIDownloadFirmware()
996 serial->product_info.TiMode = TI_MODE_DOWNLOAD; in TIDownloadFirmware()
999 serial->product_info.TiMode = TI_MODE_CONFIGURING; in TIDownloadFirmware()
1009 if (serial->product_info.TiMode == TI_MODE_DOWNLOAD) { in TIDownloadFirmware()
1377 serial->product_info.TiMode = TI_MODE_TRANSITIONING; in TIDownloadFirmware()
[all …]
/linux-2.4.37.9/drivers/scsi/
Dmegaraid2.c627 j = adapter->product_info.nchannels; in mega_find_card()
960 (mega_product_info *)&adapter->product_info); in mega_query_adapter()
973 &adapter->product_info, in mega_query_adapter()
999 adapter->product_info.nchannels + NVIRT_CHAN -1; in mega_query_adapter()
1009 adapter->max_cmds = adapter->product_info.max_commands; in mega_query_adapter()
1026 if (adapter->product_info.subsysvid == HP_SUBSYS_VID) { in mega_query_adapter()
1028 adapter->product_info.fw_version[2], in mega_query_adapter()
1029 adapter->product_info.fw_version[1] >> 8, in mega_query_adapter()
1030 adapter->product_info.fw_version[1] & 0x0f, in mega_query_adapter()
1031 adapter->product_info.fw_version[0] >> 8, in mega_query_adapter()
[all …]
Dmegaraid2.h910 mega_product_info product_info; member