Home
last modified time | relevance | path

Searched refs:tuner_format (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H A Dbttv-cards.c4054 int tuner_make, tuner_tv_fm, tuner_format, tuner_type = 0; in avermedia_eeprom() local
4058 tuner_format = (eeprom_data[0x42] & 0xf0) >> 4; in avermedia_eeprom()
4062 if (tuner_format <= 0x0a) in avermedia_eeprom()
4063 tuner_type = tuner_0_table[tuner_format]; in avermedia_eeprom()
4065 if (tuner_format <= 9) in avermedia_eeprom()
4066 tuner_type = tuner_1_table[tuner_format]; in avermedia_eeprom()
4069 if (tuner_format == 0x09) in avermedia_eeprom()
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H A Dbttv-cards.c4053 int tuner_make, tuner_tv_fm, tuner_format, tuner_type = 0; in avermedia_eeprom() local
4057 tuner_format = (eeprom_data[0x42] & 0xf0) >> 4; in avermedia_eeprom()
4061 if (tuner_format <= 0x0a) in avermedia_eeprom()
4062 tuner_type = tuner_0_table[tuner_format]; in avermedia_eeprom()
4064 if (tuner_format <= 9) in avermedia_eeprom()
4065 tuner_type = tuner_1_table[tuner_format]; in avermedia_eeprom()
4068 if (tuner_format == 0x09) in avermedia_eeprom()

Completed in 10 milliseconds