Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A 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 …]
H A Dmegaraid.h814 mega_product_info product_info; member
/linux/drivers/usb/serial/
H A Dio_ti.c65 struct product_info { struct
114 struct product_info product_info; member
603 if (serial->product_info.TiMode == TI_MODE_DOWNLOAD) { in read_rom()
619 if (serial->product_info.TiMode == TI_MODE_BOOT) in write_rom()
623 if (serial->product_info.TiMode == TI_MODE_DOWNLOAD) in write_rom()
1033 serial->product_info.hardware_type = HARDWARE_TYPE_TIUMP; in download_fw()
1055 serial->product_info.TiMode = TI_MODE_DOWNLOAD; in download_fw()
1059 serial->product_info.TiMode = TI_MODE_CONFIGURING; in download_fw()
1493 serial->product_info.TiMode = TI_MODE_TRANSITIONING; in do_boot_mode()
1503 serial->product_info.TiMode = TI_MODE_BOOT; in do_boot_mode()
/linux/drivers/input/rmi4/
H A Drmi_f34.h232 u8 product_info[2]; member
H A Drmi_f34.c263 syn_fw->product_info[0], syn_fw->product_info[1]); in rmi_f34_update_firmware()