Searched refs:tvee (Results 1 – 4 of 4) sorted by relevance
415 void tveeprom_hauppauge_analog(struct tveeprom *tvee, in tveeprom_hauppauge_analog() argument451 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 …]
487 struct imx_tve_encoder *tvee; in imx_tve_bind() local496 tvee = drmm_simple_encoder_alloc(drm, struct imx_tve_encoder, encoder, in imx_tve_bind()498 if (IS_ERR(tvee)) in imx_tve_bind()499 return PTR_ERR(tvee); in imx_tve_bind()501 tvee->tve = tve; in imx_tve_bind()502 encoder = &tvee->encoder; in imx_tve_bind()503 connector = &tvee->connector; in imx_tve_bind()
103 void tveeprom_hauppauge_analog(struct tveeprom *tvee,
1294 struct tveeprom tvee; in cx231xx_card_setup() member1309 tveeprom_hauppauge_analog(&e->tvee, e->eeprom + 0xc0); in cx231xx_card_setup()