Searched refs:tvee (Results 1 – 4 of 4) sorted by relevance
451 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 …]
486 struct imx_tve_encoder *tvee; in imx_tve_bind() local495 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()
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()