Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/serial/
Dio_edgeport.c121 struct edgeport_product_info product_info; /* Product Info */ member
289 switch (edge_serial->product_info.iDownloadFile) { in update_edgeport_E2PROM()
393 struct edgeport_product_info *product_info) in dump_product_info() argument
399 dev_dbg(dev, " ProductId %x\n", product_info->ProductId); in dump_product_info()
400 dev_dbg(dev, " NumPorts %d\n", product_info->NumPorts); in dump_product_info()
401 dev_dbg(dev, " ProdInfoVer %d\n", product_info->ProdInfoVer); in dump_product_info()
402 dev_dbg(dev, " IsServer %d\n", product_info->IsServer); in dump_product_info()
403 dev_dbg(dev, " IsRS232 %d\n", product_info->IsRS232); in dump_product_info()
404 dev_dbg(dev, " IsRS422 %d\n", product_info->IsRS422); in dump_product_info()
405 dev_dbg(dev, " IsRS485 %d\n", product_info->IsRS485); in dump_product_info()
[all …]
Dio_ti.c69 struct product_info { struct
97 struct product_info product_info; member
555 if (serial->product_info.TiMode == TI_MODE_DOWNLOAD) { in read_rom()
571 if (serial->product_info.TiMode == TI_MODE_BOOT) in write_rom()
575 if (serial->product_info.TiMode == TI_MODE_DOWNLOAD) in write_rom()
948 serial->product_info.hardware_type = HARDWARE_TYPE_TIUMP; in download_fw()
969 serial->product_info.TiMode = TI_MODE_DOWNLOAD; in download_fw()
972 serial->product_info.TiMode = TI_MODE_CONFIGURING; in download_fw()
977 if (serial->product_info.TiMode == TI_MODE_DOWNLOAD) { in download_fw()
1366 serial->product_info.TiMode = TI_MODE_TRANSITIONING; in download_fw()
[all …]
/linux-4.1.27/arch/mips/lasat/
Dlasat_models.h6 struct product_info { struct
13 const struct product_info *vi_product_info; argument
31 static const struct product_info product_info_eicon[] = {
Dlasat_board.c98 const struct product_info *ppi; in lasat_init_board_info()
/linux-4.1.27/drivers/scsi/
Dmegaraid.c249 (mega_product_info *)&adapter->product_info); in mega_query_adapter()
262 &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()
315 adapter->product_info.fw_version[2], in mega_query_adapter()
317 adapter->product_info.fw_version[1] & 0x0f, in mega_query_adapter()
319 adapter->product_info.fw_version[0] & 0x0f); in mega_query_adapter()
321 adapter->product_info.bios_version[2], in mega_query_adapter()
323 adapter->product_info.bios_version[1] & 0x0f, in mega_query_adapter()
[all …]
Dmegaraid.h792 mega_product_info product_info; member
/linux-4.1.27/drivers/staging/ste_rmi4/
Dsynaptics_i2c_rmi4.c141 unsigned char product_info[2]; member
816 pdata->rmi4_mod_info.product_info[0] = std_queries[2]; in synaptics_rmi4_i2c_query_device()
817 pdata->rmi4_mod_info.product_info[1] = std_queries[3]; in synaptics_rmi4_i2c_query_device()