Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/common/
Dtveeprom.c415 void tveeprom_hauppauge_analog(struct tveeprom *tvee, in tveeprom_hauppauge_analog() argument
451 memset(tvee, 0, sizeof(*tvee)); in tveeprom_hauppauge_analog()
452 tvee->tuner_type = TUNER_ABSENT; in tveeprom_hauppauge_analog()
453 tvee->tuner2_type = TUNER_ABSENT; in tveeprom_hauppauge_analog()
504 tvee->has_radio = eeprom_data[i+len-1]; in tveeprom_hauppauge_analog()
507 tvee->has_ir = 0; in tveeprom_hauppauge_analog()
508 tvee->model = in tveeprom_hauppauge_analog()
511 tvee->revision = eeprom_data[i+10] + in tveeprom_hauppauge_analog()
518 tvee->serial_number = in tveeprom_hauppauge_analog()
531 tvee->audio_processor = audio_ic[audioic].id; in tveeprom_hauppauge_analog()
[all …]
/kernel/linux/linux-5.10/include/media/
Dtveeprom.h103 void tveeprom_hauppauge_analog(struct tveeprom *tvee,
/kernel/linux/linux-5.10/drivers/media/usb/cx231xx/
Dcx231xx-cards.c1294 struct tveeprom tvee; in cx231xx_card_setup() member
1309 tveeprom_hauppauge_analog(&e->tvee, e->eeprom + 0xc0); in cx231xx_card_setup()