Searched refs:tvee (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/common/ |
H A D | tveeprom.c | 415 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 in tveeprom_hauppauge_analog() [all...] |
/kernel/linux/linux-6.6/drivers/media/common/ |
H A D | tveeprom.c | 415 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 in tveeprom_hauppauge_analog() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/imx/ipuv3/ |
H A D | imx-tve.c | 486 struct imx_tve_encoder *tvee; in imx_tve_bind() local 495 tvee = drmm_simple_encoder_alloc(drm, struct imx_tve_encoder, encoder, in imx_tve_bind() 497 if (IS_ERR(tvee)) in imx_tve_bind() 498 return PTR_ERR(tvee); in imx_tve_bind() 500 tvee->tve = tve; in imx_tve_bind() 501 encoder = &tvee->encoder; in imx_tve_bind() 502 connector = &tvee->connector; in imx_tve_bind()
|
/kernel/linux/linux-5.10/include/media/ |
H A D | tveeprom.h | 98 * @tvee: Struct to where the eeprom parsed data will be filled; 103 void tveeprom_hauppauge_analog(struct tveeprom *tvee,
|
/kernel/linux/linux-6.6/include/media/ |
H A D | tveeprom.h | 98 * @tvee: Struct to where the eeprom parsed data will be filled; 103 void tveeprom_hauppauge_analog(struct tveeprom *tvee,
|
/kernel/linux/linux-5.10/drivers/media/usb/cx231xx/ |
H A D | cx231xx-cards.c | 1294 struct tveeprom tvee; in cx231xx_card_setup() member 1309 tveeprom_hauppauge_analog(&e->tvee, e->eeprom + 0xc0); in cx231xx_card_setup()
|
/kernel/linux/linux-6.6/drivers/media/usb/cx231xx/ |
H A D | cx231xx-cards.c | 1294 struct tveeprom tvee; in cx231xx_card_setup() member 1309 tveeprom_hauppauge_analog(&e->tvee, e->eeprom + 0xc0); in cx231xx_card_setup()
|
Completed in 7 milliseconds