Searched refs:product_info (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/serial/
H A Dio_edgeport.c148 struct edgeport_product_info product_info; /* Product Info */ member in struct:edgeport_serial
296 switch (edge_serial->product_info.iDownloadFile) {
400 static void dump_product_info(struct edgeport_product_info *product_info) argument
404 dbg(" ProductId %x", product_info->ProductId );
405 dbg(" NumPorts %d", product_info->NumPorts );
406 dbg(" ProdInfoVer %d", product_info->ProdInfoVer );
407 dbg(" IsServer %d", product_info->IsServer);
408 dbg(" IsRS232 %d", product_info->IsRS232 );
409 dbg(" IsRS422 %d", product_info->IsRS422 );
410 dbg(" IsRS485 %d", product_info
430 struct edgeport_product_info *product_info = &edge_serial->product_info; local
496 struct edgeport_product_info *product_info = &ep->product_info; local
[all...]
H A Dio_ti.c91 struct product_info struct
133 struct product_info product_info; member in struct:edgeport_serial
669 if (serial->product_info.TiMode == TI_MODE_DOWNLOAD) {
687 if (serial->product_info.TiMode == TI_MODE_BOOT)
693 if (serial->product_info.TiMode == TI_MODE_DOWNLOAD)
1041 serial->product_info.hardware_type = HARDWARE_TYPE_TIUMP;
1059 serial->product_info.TiMode = TI_MODE_DOWNLOAD;
1062 serial->product_info.TiMode = TI_MODE_CONFIGURING;
1072 if (serial->product_info
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dmegaraid.c241 (mega_product_info *)&adapter->product_info);
250 * get product_info, which is static information and will be
254 &adapter->product_info,
276 adapter->product_info.nchannels + NVIRT_CHAN -1;
286 adapter->max_cmds = adapter->product_info.max_commands;
303 if (adapter->product_info.subsysvid == HP_SUBSYS_VID) {
305 adapter->product_info.fw_version[2],
306 adapter->product_info.fw_version[1] >> 8,
307 adapter->product_info.fw_version[1] & 0x0f,
308 adapter->product_info
1862 mega_8_to_40ld(mraid_inquiry *inquiry, mega_inquiry3 *enquiry3, mega_product_info *product_info) argument
[all...]
H A Dmegaraid.h827 mega_product_info product_info; member in struct:__anon6831

Completed in 53 milliseconds