rev_str           647 drivers/media/common/tveeprom.c 		tvee->rev_str[0] = 32 + ((tvee->revision >> 18) & 0x3f);
rev_str           648 drivers/media/common/tveeprom.c 		tvee->rev_str[1] = 32 + ((tvee->revision >> 12) & 0x3f);
rev_str           649 drivers/media/common/tveeprom.c 		tvee->rev_str[2] = 32 + ((tvee->revision >>  6) & 0x3f);
rev_str           650 drivers/media/common/tveeprom.c 		tvee->rev_str[3] = 32 + (tvee->revision & 0x3f);
rev_str           651 drivers/media/common/tveeprom.c 		tvee->rev_str[4] = 0;
rev_str           692 drivers/media/common/tveeprom.c 		tvee->model, tvee->rev_str, tvee->serial_number);
rev_str           124 drivers/media/usb/pvrusb2/pvrusb2-eeprom.c 	trace_eeprom("rev_str=%s",tvdata.rev_str);
rev_str            89 include/media/tveeprom.h 	char rev_str[5];