Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/serial/
Dio_edgeport.c199 struct edgeport_product_info product_info; /* Product Info */ member
322 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.c65 struct product_info { struct
114 struct product_info product_info; member
602 if (serial->product_info.TiMode == TI_MODE_DOWNLOAD) { in read_rom()
618 if (serial->product_info.TiMode == TI_MODE_BOOT) in write_rom()
622 if (serial->product_info.TiMode == TI_MODE_DOWNLOAD) in write_rom()
1032 serial->product_info.hardware_type = HARDWARE_TYPE_TIUMP; in download_fw()
1054 serial->product_info.TiMode = TI_MODE_DOWNLOAD; in download_fw()
1058 serial->product_info.TiMode = TI_MODE_CONFIGURING; in download_fw()
1492 serial->product_info.TiMode = TI_MODE_TRANSITIONING; in do_boot_mode()
1502 serial->product_info.TiMode = TI_MODE_BOOT; in do_boot_mode()
/linux-5.19.10/drivers/scsi/
Dmegaraid.c249 (mega_product_info *)&adapter->product_info); in mega_query_adapter()
263 (void *)&adapter->product_info, in mega_query_adapter()
286 adapter->product_info.nchannels + NVIRT_CHAN -1; in mega_query_adapter()
296 adapter->max_cmds = adapter->product_info.max_commands; in mega_query_adapter()
315 if (adapter->product_info.subsysvid == PCI_VENDOR_ID_HP) { in mega_query_adapter()
318 adapter->product_info.fw_version[2], in mega_query_adapter()
320 adapter->product_info.fw_version[1] & 0x0f, in mega_query_adapter()
322 adapter->product_info.fw_version[0] & 0x0f); in mega_query_adapter()
325 adapter->product_info.bios_version[2], in mega_query_adapter()
327 adapter->product_info.bios_version[1] & 0x0f, in mega_query_adapter()
[all …]
Dmegaraid.h814 mega_product_info product_info; member
/linux-5.19.10/drivers/input/rmi4/
Drmi_f34.h246 u8 product_info[2]; member
Drmi_f34.c264 syn_fw->product_info[0], syn_fw->product_info[1]); in rmi_f34_update_firmware()