Searched refs:product_info (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/drivers/usb/serial/ |
D | io_edgeport.c | 199 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 …]
|
D | io_ti.c | 67 struct product_info { struct 116 struct product_info product_info; member 604 if (serial->product_info.TiMode == TI_MODE_DOWNLOAD) { in read_rom() 620 if (serial->product_info.TiMode == TI_MODE_BOOT) in write_rom() 624 if (serial->product_info.TiMode == TI_MODE_DOWNLOAD) in write_rom() 1034 serial->product_info.hardware_type = HARDWARE_TYPE_TIUMP; in download_fw() 1056 serial->product_info.TiMode = TI_MODE_DOWNLOAD; in download_fw() 1060 serial->product_info.TiMode = TI_MODE_CONFIGURING; in download_fw() 1494 serial->product_info.TiMode = TI_MODE_TRANSITIONING; in do_boot_mode() 1504 serial->product_info.TiMode = TI_MODE_BOOT; in do_boot_mode()
|
/Linux-v5.4/arch/mips/lasat/ |
D | lasat_models.h | 7 struct product_info { struct 14 const struct product_info *vi_product_info; argument 32 static const struct product_info product_info_eicon[] = {
|
D | lasat_board.c | 86 const struct product_info *ppi; in lasat_init_board_info()
|
/Linux-v5.4/drivers/scsi/ |
D | megaraid.c | 244 (mega_product_info *)&adapter->product_info); in mega_query_adapter() 257 &adapter->product_info, in mega_query_adapter() 279 adapter->product_info.nchannels + NVIRT_CHAN -1; in mega_query_adapter() 289 adapter->max_cmds = adapter->product_info.max_commands; in mega_query_adapter() 308 if (adapter->product_info.subsysvid == PCI_VENDOR_ID_HP) { in mega_query_adapter() 311 adapter->product_info.fw_version[2], in mega_query_adapter() 313 adapter->product_info.fw_version[1] & 0x0f, in mega_query_adapter() 315 adapter->product_info.fw_version[0] & 0x0f); in mega_query_adapter() 318 adapter->product_info.bios_version[2], in mega_query_adapter() 320 adapter->product_info.bios_version[1] & 0x0f, in mega_query_adapter() [all …]
|
D | megaraid.h | 793 mega_product_info product_info; member
|
/Linux-v5.4/drivers/input/rmi4/ |
D | rmi_f34.h | 246 u8 product_info[2]; member
|
D | rmi_f34.c | 264 syn_fw->product_info[0], syn_fw->product_info[1]); in rmi_f34_update_firmware()
|