Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/common/
H A Dtveeprom.c451 memset(tvee, 0, sizeof(*tvee)); in tveeprom_hauppauge_analog()
507 tvee->has_ir = 0; in tveeprom_hauppauge_analog()
508 tvee->model = in tveeprom_hauppauge_analog()
572 tvee->model = in tveeprom_hauppauge_analog()
577 tvee->revision = in tveeprom_hauppauge_analog()
647 tvee->rev_str[0] = 32 + ((tvee->revision >> 18) & 0x3f); in tveeprom_hauppauge_analog()
648 tvee->rev_str[1] = 32 + ((tvee->revision >> 12) & 0x3f); in tveeprom_hauppauge_analog()
649 tvee->rev_str[2] = 32 + ((tvee->revision >> 6) & 0x3f); in tveeprom_hauppauge_analog()
650 tvee->rev_str[3] = 32 + (tvee->revision & 0x3f); in tveeprom_hauppauge_analog()
692 tvee->model, tvee->rev_str, tvee->serial_number); in tveeprom_hauppauge_analog()
[all …]
/openbmc/linux/drivers/gpu/drm/imx/ipuv3/
H A Dimx-tve.c486 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()
/openbmc/linux/include/media/
H A Dtveeprom.h103 void tveeprom_hauppauge_analog(struct tveeprom *tvee,
/openbmc/linux/drivers/media/usb/cx231xx/
H A Dcx231xx-cards.c1294 struct tveeprom tvee; in cx231xx_card_setup() member
1309 tveeprom_hauppauge_analog(&e->tvee, e->eeprom + 0xc0); in cx231xx_card_setup()