Home
last modified time | relevance | path

Searched refs:bttv_tvnorms (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/drivers/media/pci/bt8xx/
Dbttv-vbi.c256 tvnorm = &bttv_tvnorms[btv->tvnorm]; in bttv_try_fmt_vbi_cap()
278 tvnorm = &bttv_tvnorms[btv->tvnorm]; in bttv_s_fmt_vbi_cap()
315 tvnorm = &bttv_tvnorms[btv->tvnorm]; in bttv_g_fmt_vbi_cap()
354 tvnorm = &bttv_tvnorms[norm]; in bttv_vbi_fmt_reset()
Dbttv-driver.c272 const struct bttv_tvnorm bttv_tvnorms[] = { variable
499 static const unsigned int BTTV_TVNORMS = ARRAY_SIZE(bttv_tvnorms);
713 tvnorm = &bttv_tvnorms[btv->tvnorm]; in disclaim_video_lines()
835 int table_idx = bttv_tvnorms[btv->tvnorm].sram; in bt848A_set_timing()
836 int fsc = bttv_tvnorms[btv->tvnorm].Fsc; in bt848A_set_timing()
1095 c->rect = bttv_tvnorms[norm].cropcap.defrect; in bttv_crop_reset()
1109 tvnorm = &bttv_tvnorms[norm]; in set_tvnorm()
1111 if (memcmp(&bttv_tvnorms[btv->tvnorm].cropcap, &tvnorm->cropcap, in set_tvnorm()
1610 if (id & bttv_tvnorms[i].v4l2_id) in bttv_s_std()
1863 b = &bttv_tvnorms[btv->tvnorm].cropcap.bounds; in limit_scaled_size_lock()
[all …]
Dbttvp.h98 extern const struct bttv_tvnorm bttv_tvnorms[];
Dbttv-risc.c663 const struct bttv_tvnorm *tvnorm = bttv_tvnorms + btv->tvnorm; in bttv_buffer_risc()
Dbttv-cards.c4095 if (bttv_tvnorms[btv->tvnorm].v4l2_id & V4L2_STD_MN) in bttv_tda9880_setnorm()