Searched refs:vbi_v_stop_0 (Results 1 – 3 of 3) sorted by relevance
62 saa_writeb(SAA7134_VBI_V_STOP1(task), norm->vbi_v_stop_0 & 0xff); in task_init()63 saa_writeb(SAA7134_VBI_V_STOP2(task), norm->vbi_v_stop_0 >> 8); in task_init()127 lines = norm->vbi_v_stop_0 - norm->vbi_v_start_0 +1; in buffer_prepare()173 lines = dev->tvnorm->vbi_v_stop_0 - dev->tvnorm->vbi_v_start_0 +1; in buffer_setup()
202 .vbi_v_stop_0 = 22, \212 .vbi_v_stop_0 = 21, \358 .vbi_v_stop_0 = 21,552 dev->crop_bounds.top = (norm->vbi_v_stop_0+1)*2; in set_tvnorm()1561 f->fmt.vbi.count[0] = norm->vbi_v_stop_0 - norm->vbi_v_start_0 +1; in saa7134_try_get_set_fmt_vbi_cap()
97 unsigned int vbi_v_stop_0; member