Home
last modified time | relevance | path

Searched refs:rev_str (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/media/common/
Dtveeprom.c647 tvee->rev_str[0] = 32 + ((tvee->revision >> 18) & 0x3f); in tveeprom_hauppauge_analog()
648 tvee->rev_str[1] = 32 + ((tvee->revision >> 12) & 0x3f); in tveeprom_hauppauge_analog()
649 tvee->rev_str[2] = 32 + ((tvee->revision >> 6) & 0x3f); in tveeprom_hauppauge_analog()
650 tvee->rev_str[3] = 32 + (tvee->revision & 0x3f); in tveeprom_hauppauge_analog()
651 tvee->rev_str[4] = 0; in tveeprom_hauppauge_analog()
692 tvee->model, tvee->rev_str, tvee->serial_number); in tveeprom_hauppauge_analog()
/linux-6.1.9/include/media/
Dtveeprom.h89 char rev_str[5]; member
/linux-6.1.9/drivers/media/usb/pvrusb2/
Dpvrusb2-eeprom.c124 trace_eeprom("rev_str=%s",tvdata.rev_str); in pvr2_eeprom_analyze()