Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/common/
Dtveeprom.c439 void tveeprom_hauppauge_analog(struct i2c_client *c, struct tveeprom *tvee, in tveeprom_hauppauge_analog() argument
475 memset(tvee, 0, sizeof(*tvee)); in tveeprom_hauppauge_analog()
476 tvee->tuner_type = TUNER_ABSENT; in tveeprom_hauppauge_analog()
477 tvee->tuner2_type = TUNER_ABSENT; in tveeprom_hauppauge_analog()
534 tvee->has_radio = eeprom_data[i+len-1]; in tveeprom_hauppauge_analog()
537 tvee->has_ir = 0; in tveeprom_hauppauge_analog()
538 tvee->model = in tveeprom_hauppauge_analog()
541 tvee->revision = eeprom_data[i+10] + in tveeprom_hauppauge_analog()
548 tvee->serial_number = in tveeprom_hauppauge_analog()
561 tvee->audio_processor = audio_ic[audioic].id; in tveeprom_hauppauge_analog()
[all …]
/linux-4.4.14/include/media/
Dtveeprom.h91 void tveeprom_hauppauge_analog(struct i2c_client *c, struct tveeprom *tvee,
/linux-4.4.14/drivers/media/usb/cx231xx/
Dcx231xx-cards.c1124 struct tveeprom tvee; in cx231xx_card_setup() member
1140 &e->tvee, e->eeprom + 0xc0); in cx231xx_card_setup()