Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/bt8xx/
H A Dbttv-vbi.c254 tvnorm = &bttv_tvnorms[btv->tvnorm]; in bttv_try_fmt_vbi_cap()
276 tvnorm = &bttv_tvnorms[btv->tvnorm]; in bttv_s_fmt_vbi_cap()
313 tvnorm = &bttv_tvnorms[btv->tvnorm]; in bttv_g_fmt_vbi_cap()
352 tvnorm = &bttv_tvnorms[norm]; in bttv_vbi_fmt_reset()
H A Dbttv-driver.c272 const struct bttv_tvnorm bttv_tvnorms[] = { variable
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()
1608 if (id & bttv_tvnorms[i].v4l2_id) in bttv_s_std()
1861 b = &bttv_tvnorms[btv->tvnorm].cropcap.bounds; in limit_scaled_size_lock()
2209 *f = bttv_tvnorms[btv->tvnorm].cropcap.pixelaspect; in bttv_g_pixelaspect()
2228 sel->r = bttv_tvnorms[btv->tvnorm].cropcap.bounds; in bttv_g_selection()
[all …]
H A Dbttvp.h98 extern const struct bttv_tvnorm bttv_tvnorms[];
H A Dbttv-risc.c663 const struct bttv_tvnorm *tvnorm = bttv_tvnorms + btv->tvnorm; in bttv_buffer_risc()
H A Dbttv-cards.c4095 if (bttv_tvnorms[btv->tvnorm].v4l2_id & V4L2_STD_MN) in bttv_tda9880_setnorm()