Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/common/
Dtveeprom.c423 void tveeprom_hauppauge_analog(struct tveeprom *tvee, in tveeprom_hauppauge_analog() argument
459 memset(tvee, 0, sizeof(*tvee)); in tveeprom_hauppauge_analog()
460 tvee->tuner_type = TUNER_ABSENT; in tveeprom_hauppauge_analog()
461 tvee->tuner2_type = TUNER_ABSENT; in tveeprom_hauppauge_analog()
512 tvee->has_radio = eeprom_data[i+len-1]; in tveeprom_hauppauge_analog()
515 tvee->has_ir = 0; in tveeprom_hauppauge_analog()
516 tvee->model = in tveeprom_hauppauge_analog()
519 tvee->revision = eeprom_data[i+10] + in tveeprom_hauppauge_analog()
526 tvee->serial_number = in tveeprom_hauppauge_analog()
539 tvee->audio_processor = audio_ic[audioic].id; in tveeprom_hauppauge_analog()
[all …]
/Linux-v4.19/include/media/
Dtveeprom.h103 void tveeprom_hauppauge_analog(struct tveeprom *tvee,
/Linux-v4.19/drivers/media/usb/cx231xx/
Dcx231xx-cards.c1304 struct tveeprom tvee; in cx231xx_card_setup() member
1319 tveeprom_hauppauge_analog(&e->tvee, e->eeprom + 0xc0); in cx231xx_card_setup()