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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dtveeprom.h31 char rev_str[5]; member in struct:tveeprom
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dtveeprom.c651 tvee->rev_str[0] = 32 + ((tvee->revision >> 18) & 0x3f);
652 tvee->rev_str[1] = 32 + ((tvee->revision >> 12) & 0x3f);
653 tvee->rev_str[2] = 32 + ((tvee->revision >> 6) & 0x3f);
654 tvee->rev_str[3] = 32 + (tvee->revision & 0x3f);
655 tvee->rev_str[4] = 0;
696 tvee->model, tvee->rev_str, tvee->serial_number);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-eeprom.c145 trace_eeprom("rev_str=%s",tvdata.rev_str);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dca.c2344 char *rev_str = NULL; local
2437 rev_str = make_revocation_str(type, value);
2438 if (!rev_str) {
2444 rrow[DB_rev_date] = rev_str;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dca.c2344 char *rev_str = NULL; local
2437 rev_str = make_revocation_str(type, value);
2438 if (!rev_str) {
2444 rrow[DB_rev_date] = rev_str;
/netgear-R7000-V1.0.7.12_1.2.5/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 127 milliseconds