Symbol: product_info
drivers/input/rmi4/rmi_f34.c
264
syn_fw->product_info[0], syn_fw->product_info[1]);
drivers/input/rmi4/rmi_f34.h
232
u8 product_info[2];
drivers/scsi/megaraid.c
1766
mega_product_info *product_info)
drivers/scsi/megaraid.c
1770
product_info->max_commands = inquiry->adapter_info.max_commands;
drivers/scsi/megaraid.c
1772
product_info->nchannels = inquiry->adapter_info.nchannels;
drivers/scsi/megaraid.c
1775
product_info->fw_version[i] =
drivers/scsi/megaraid.c
1778
product_info->bios_version[i] =
drivers/scsi/megaraid.c
1784
product_info->dram_size = inquiry->adapter_info.dram_size;
drivers/scsi/megaraid.c
1849
adapter->fw_version, adapter->product_info.max_commands,
drivers/scsi/megaraid.c
2049
if(adapter->product_info.product_name[0])
drivers/scsi/megaraid.c
2050
seq_printf(m, "%s\n", adapter->product_info.product_name);
drivers/scsi/megaraid.c
2073
adapter->numldrv, adapter->product_info.nchannels);
drivers/scsi/megaraid.c
2077
adapter->product_info.dram_size);
drivers/scsi/megaraid.c
2080
adapter->product_info.max_commands, adapter->max_cmds);
drivers/scsi/megaraid.c
2357
max_channels = adapter->product_info.nchannels;
drivers/scsi/megaraid.c
249
(mega_product_info *)&adapter->product_info);
drivers/scsi/megaraid.c
263
(void *)&adapter->product_info,
drivers/scsi/megaraid.c
286
adapter->product_info.nchannels + NVIRT_CHAN -1;
drivers/scsi/megaraid.c
296
adapter->max_cmds = adapter->product_info.max_commands;
drivers/scsi/megaraid.c
315
if (adapter->product_info.subsysvid == PCI_VENDOR_ID_HP) {
drivers/scsi/megaraid.c
318
adapter->product_info.fw_version[2],
drivers/scsi/megaraid.c
320
adapter->product_info.fw_version[1] & 0x0f,
drivers/scsi/megaraid.c
322
adapter->product_info.fw_version[0] & 0x0f);
drivers/scsi/megaraid.c
325
adapter->product_info.bios_version[2],
drivers/scsi/megaraid.c
327
adapter->product_info.bios_version[1] & 0x0f,
drivers/scsi/megaraid.c
329
adapter->product_info.bios_version[0] & 0x0f);
drivers/scsi/megaraid.c
332
(char *)adapter->product_info.fw_version, 4);
drivers/scsi/megaraid.c
336
(char *)adapter->product_info.bios_version, 4);
drivers/scsi/megaraid.c
3621
for( i = 0; i < adapter->product_info.nchannels; i++ ) {
drivers/scsi/megaraid.c
4351
j = adapter->product_info.nchannels;
drivers/scsi/megaraid.c
550
adapter->product_info.nchannels;
drivers/scsi/megaraid.h
814
mega_product_info product_info;
drivers/usb/serial/io_edgeport.c
201
struct edgeport_product_info product_info; /* Product Info */
drivers/usb/serial/io_edgeport.c
2638
switch (edge_serial->product_info.iDownloadFile) {
drivers/usb/serial/io_edgeport.c
2670
edge_serial->product_info.FirmwareMajorVersion = rec->data[0];
drivers/usb/serial/io_edgeport.c
2671
edge_serial->product_info.FirmwareMinorVersion = rec->data[1];
drivers/usb/serial/io_edgeport.c
2672
edge_serial->product_info.FirmwareBuildNumber = cpu_to_le16(build);
drivers/usb/serial/io_edgeport.c
2758
(edge_serial->product_info.NumPorts != serial->num_ports)) {
drivers/usb/serial/io_edgeport.c
2761
edge_serial->product_info.NumPorts,
drivers/usb/serial/io_edgeport.c
2784
edge_serial->product_info.FirmwareMajorVersion,
drivers/usb/serial/io_edgeport.c
2785
edge_serial->product_info.FirmwareMinorVersion,
drivers/usb/serial/io_edgeport.c
2786
le16_to_cpu(edge_serial->product_info.FirmwareBuildNumber));
drivers/usb/serial/io_edgeport.c
324
switch (edge_serial->product_info.iDownloadFile) {
drivers/usb/serial/io_edgeport.c
395
struct edgeport_product_info *product_info)
drivers/usb/serial/io_edgeport.c
401
dev_dbg(dev, " ProductId %x\n", product_info->ProductId);
drivers/usb/serial/io_edgeport.c
402
dev_dbg(dev, " NumPorts %d\n", product_info->NumPorts);
drivers/usb/serial/io_edgeport.c
403
dev_dbg(dev, " ProdInfoVer %d\n", product_info->ProdInfoVer);
drivers/usb/serial/io_edgeport.c
404
dev_dbg(dev, " IsServer %d\n", product_info->IsServer);
drivers/usb/serial/io_edgeport.c
405
dev_dbg(dev, " IsRS232 %d\n", product_info->IsRS232);
drivers/usb/serial/io_edgeport.c
406
dev_dbg(dev, " IsRS422 %d\n", product_info->IsRS422);
drivers/usb/serial/io_edgeport.c
407
dev_dbg(dev, " IsRS485 %d\n", product_info->IsRS485);
drivers/usb/serial/io_edgeport.c
408
dev_dbg(dev, " RomSize %d\n", product_info->RomSize);
drivers/usb/serial/io_edgeport.c
409
dev_dbg(dev, " RamSize %d\n", product_info->RamSize);
drivers/usb/serial/io_edgeport.c
410
dev_dbg(dev, " CpuRev %x\n", product_info->CpuRev);
drivers/usb/serial/io_edgeport.c
411
dev_dbg(dev, " BoardRev %x\n", product_info->BoardRev);
drivers/usb/serial/io_edgeport.c
413
product_info->BootMajorVersion,
drivers/usb/serial/io_edgeport.c
414
product_info->BootMinorVersion,
drivers/usb/serial/io_edgeport.c
415
le16_to_cpu(product_info->BootBuildNumber));
drivers/usb/serial/io_edgeport.c
417
product_info->FirmwareMajorVersion,
drivers/usb/serial/io_edgeport.c
418
product_info->FirmwareMinorVersion,
drivers/usb/serial/io_edgeport.c
419
le16_to_cpu(product_info->FirmwareBuildNumber));
drivers/usb/serial/io_edgeport.c
421
product_info->ManufactureDescDate[0],
drivers/usb/serial/io_edgeport.c
422
product_info->ManufactureDescDate[1],
drivers/usb/serial/io_edgeport.c
423
product_info->ManufactureDescDate[2]+1900);
drivers/usb/serial/io_edgeport.c
425
product_info->iDownloadFile);
drivers/usb/serial/io_edgeport.c
426
dev_dbg(dev, " EpicVer %d\n", product_info->EpicVer);
drivers/usb/serial/io_edgeport.c
431
struct edgeport_product_info *product_info = &edge_serial->product_info;
drivers/usb/serial/io_edgeport.c
433
memset(product_info, 0, sizeof(struct edgeport_product_info));
drivers/usb/serial/io_edgeport.c
435
product_info->ProductId = (__u16)(le16_to_cpu(edge_serial->serial->dev->descriptor.idProduct) & ~ION_DEVICE_ID_80251_NETCHIP);
drivers/usb/serial/io_edgeport.c
436
product_info->NumPorts = edge_serial->manuf_descriptor.NumPorts;
drivers/usb/serial/io_edgeport.c
437
product_info->ProdInfoVer = 0;
drivers/usb/serial/io_edgeport.c
439
product_info->RomSize = edge_serial->manuf_descriptor.RomSize;
drivers/usb/serial/io_edgeport.c
440
product_info->RamSize = edge_serial->manuf_descriptor.RamSize;
drivers/usb/serial/io_edgeport.c
441
product_info->CpuRev = edge_serial->manuf_descriptor.CpuRev;
drivers/usb/serial/io_edgeport.c
442
product_info->BoardRev = edge_serial->manuf_descriptor.BoardRev;
drivers/usb/serial/io_edgeport.c
444
product_info->BootMajorVersion =
drivers/usb/serial/io_edgeport.c
446
product_info->BootMinorVersion =
drivers/usb/serial/io_edgeport.c
448
product_info->BootBuildNumber =
drivers/usb/serial/io_edgeport.c
451
memcpy(product_info->ManufactureDescDate,
drivers/usb/serial/io_edgeport.c
458
product_info->iDownloadFile = EDGE_DOWNLOAD_FILE_80251;
drivers/usb/serial/io_edgeport.c
460
product_info->iDownloadFile = EDGE_DOWNLOAD_FILE_I930;
drivers/usb/serial/io_edgeport.c
463
switch (DEVICE_ID_FROM_USB_PRODUCT_ID(product_info->ProductId)) {
drivers/usb/serial/io_edgeport.c
476
product_info->IsRS232 = 1;
drivers/usb/serial/io_edgeport.c
480
product_info->IsRS422 = 1;
drivers/usb/serial/io_edgeport.c
481
product_info->IsRS485 = 1;
drivers/usb/serial/io_edgeport.c
486
product_info->IsRS422 = 1;
drivers/usb/serial/io_edgeport.c
490
dump_product_info(edge_serial, product_info);
drivers/usb/serial/io_edgeport.c
497
struct edgeport_product_info *product_info = &ep->product_info;
drivers/usb/serial/io_edgeport.c
516
memset(product_info, 0, sizeof(struct edgeport_product_info));
drivers/usb/serial/io_edgeport.c
518
product_info->NumPorts = epic->NumPorts;
drivers/usb/serial/io_edgeport.c
519
product_info->ProdInfoVer = 0;
drivers/usb/serial/io_edgeport.c
520
product_info->FirmwareMajorVersion = epic->MajorVersion;
drivers/usb/serial/io_edgeport.c
521
product_info->FirmwareMinorVersion = epic->MinorVersion;
drivers/usb/serial/io_edgeport.c
522
product_info->FirmwareBuildNumber = epic->BuildNumber;
drivers/usb/serial/io_edgeport.c
523
product_info->iDownloadFile = epic->iDownloadFile;
drivers/usb/serial/io_edgeport.c
524
product_info->EpicVer = epic->EpicVer;
drivers/usb/serial/io_edgeport.c
525
product_info->Epic = epic->Supports;
drivers/usb/serial/io_edgeport.c
526
product_info->ProductId = ION_DEVICE_ID_EDGEPORT_COMPATIBLE;
drivers/usb/serial/io_edgeport.c
527
dump_product_info(ep, product_info);
drivers/usb/serial/io_ti.c
1042
serial->product_info.hardware_type = HARDWARE_TYPE_TIUMP;
drivers/usb/serial/io_ti.c
1064
serial->product_info.TiMode = TI_MODE_DOWNLOAD;
drivers/usb/serial/io_ti.c
1068
serial->product_info.TiMode = TI_MODE_CONFIGURING;
drivers/usb/serial/io_ti.c
112
struct product_info product_info;
drivers/usb/serial/io_ti.c
1507
serial->product_info.TiMode = TI_MODE_TRANSITIONING;
drivers/usb/serial/io_ti.c
1517
serial->product_info.TiMode = TI_MODE_BOOT;
drivers/usb/serial/io_ti.c
601
if (serial->product_info.TiMode == TI_MODE_DOWNLOAD) {
drivers/usb/serial/io_ti.c
617
if (serial->product_info.TiMode == TI_MODE_BOOT)
drivers/usb/serial/io_ti.c
621
if (serial->product_info.TiMode == TI_MODE_DOWNLOAD)