Home
last modified time | relevance | path

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

/linux-5.19.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 …]
/linux-5.19.10/drivers/gpu/drm/imx/
Dimx-tve.c485 struct imx_tve_encoder *tvee; in imx_tve_bind() local
494 tvee = drmm_simple_encoder_alloc(drm, struct imx_tve_encoder, encoder, in imx_tve_bind()
496 if (IS_ERR(tvee)) in imx_tve_bind()
497 return PTR_ERR(tvee); in imx_tve_bind()
499 tvee->tve = tve; in imx_tve_bind()
500 encoder = &tvee->encoder; in imx_tve_bind()
501 connector = &tvee->connector; in imx_tve_bind()
/linux-5.19.10/include/media/
Dtveeprom.h103 void tveeprom_hauppauge_analog(struct tveeprom *tvee,
/linux-5.19.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()