Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dio_edgeport.c199 struct edgeport_product_info product_info; /* Product Info */ member
365 switch (edge_serial->product_info.iDownloadFile) { in update_edgeport_E2PROM()
469 struct edgeport_product_info *product_info) in dump_product_info() argument
475 dev_dbg(dev, " ProductId %x\n", product_info->ProductId); in dump_product_info()
476 dev_dbg(dev, " NumPorts %d\n", product_info->NumPorts); in dump_product_info()
477 dev_dbg(dev, " ProdInfoVer %d\n", product_info->ProdInfoVer); in dump_product_info()
478 dev_dbg(dev, " IsServer %d\n", product_info->IsServer); in dump_product_info()
479 dev_dbg(dev, " IsRS232 %d\n", product_info->IsRS232); in dump_product_info()
480 dev_dbg(dev, " IsRS422 %d\n", product_info->IsRS422); in dump_product_info()
481 dev_dbg(dev, " IsRS485 %d\n", product_info->IsRS485); in dump_product_info()
[all …]
H A Dio_ti.c67 struct product_info { struct
116 struct product_info product_info; member
606 if (serial->product_info.TiMode == TI_MODE_DOWNLOAD) { in read_rom()
622 if (serial->product_info.TiMode == TI_MODE_BOOT) in write_rom()
626 if (serial->product_info.TiMode == TI_MODE_DOWNLOAD) in write_rom()
1036 serial->product_info.hardware_type = HARDWARE_TYPE_TIUMP; in download_fw()
1058 serial->product_info.TiMode = TI_MODE_DOWNLOAD; in download_fw()
1062 serial->product_info.TiMode = TI_MODE_CONFIGURING; in download_fw()
1496 serial->product_info.TiMode = TI_MODE_TRANSITIONING; in do_boot_mode()
1506 serial->product_info.TiMode = TI_MODE_BOOT; in do_boot_mode()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dmegaraid.c247 (mega_product_info *)&adapter->product_info); in mega_query_adapter()
261 (void *)&adapter->product_info, in mega_query_adapter()
284 adapter->product_info.nchannels + NVIRT_CHAN -1; in mega_query_adapter()
294 adapter->max_cmds = adapter->product_info.max_commands; in mega_query_adapter()
313 if (adapter->product_info.subsysvid == PCI_VENDOR_ID_HP) { in mega_query_adapter()
316 adapter->product_info.fw_version[2], in mega_query_adapter()
318 adapter->product_info.fw_version[1] & 0x0f, in mega_query_adapter()
320 adapter->product_info.fw_version[0] & 0x0f); in mega_query_adapter()
323 adapter->product_info.bios_version[2], in mega_query_adapter()
325 adapter->product_info.bios_version[1] & 0x0f, in mega_query_adapter()
[all …]
H A Dmegaraid.h793 mega_product_info product_info; member
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.davinci126 http://www.spectrumdigital.com/product_info.php?cPath=103&products_id=203&osCsid=c499af6087317f11b3…
134 http://www.spectrumdigital.com/product_info.php?cPath=103&products_id=192&osCsid=67c20335668ffc57cb…
142 http://www.spectrumdigital.com/product_info.php?cPath=103&products_id=222
146 http://www.spectrumdigital.com/product_info.php?cPath=37&products_id=214
/OK3568_Linux_fs/kernel/drivers/input/rmi4/
H A Drmi_f34.c264 syn_fw->product_info[0], syn_fw->product_info[1]); in rmi_f34_update_firmware()
H A Drmi_f34.h246 u8 product_info[2]; member