Searched refs:rev_str (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/media/
H A Dtveeprom.h26 char rev_str[5]; member in struct:tveeprom
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dpluto.h14 char rev_str[5]; member in struct:pluto
H A Dpluto.c244 memcpy (pluto->rev_str, inq->revision, 4);
245 pluto->rev_str[4] = 0;
246 p = strchr (pluto->rev_str, ' ');
257 PLD(("Found SSA rev %s fw rev %s serial %s %dx%d\n", pluto->rev_str, pluto->fw_rev_str, pluto->serial_str, host->max_channel, host->max_id))
289 pluto->rev_str, pluto->fw_rev_str, pluto->serial_str,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dtveeprom.c609 tvee->rev_str[0] = 32 + ((tvee->revision >> 18) & 0x3f);
610 tvee->rev_str[1] = 32 + ((tvee->revision >> 12) & 0x3f);
611 tvee->rev_str[2] = 32 + ((tvee->revision >> 6) & 0x3f);
612 tvee->rev_str[3] = 32 + ( tvee->revision & 0x3f);
613 tvee->rev_str[4] = 0;
654 tvee->model, tvee->rev_str, tvee->serial_number);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-eeprom.c145 trace_eeprom("rev_str=%s",tvdata.rev_str);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dca.c2348 char *rev_str = NULL; local
2440 rev_str = make_revocation_str(type, value);
2441 if (!rev_str)
2448 rrow[DB_rev_date] = rev_str;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dca.c2410 char *rev_str = NULL; local
2502 rev_str = make_revocation_str(type, value);
2503 if (!rev_str)
2510 rrow[DB_rev_date] = rev_str;

Completed in 88 milliseconds