Home
last modified time | relevance | path

Searched refs:VBI_DEFLINES (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H A Dbttv-vbi.c45 #define VBI_DEFLINES 16 macro
421 f->fmt.count[0] = VBI_DEFLINES; in bttv_vbi_fmt_reset()
422 f->fmt.count[1] = VBI_DEFLINES; in bttv_vbi_fmt_reset()
427 /* For compatibility the buffer size must be 2 * VBI_DEFLINES * in bttv_vbi_fmt_reset()
434 BUG_ON(real_count > VBI_DEFLINES); in bttv_vbi_fmt_reset()
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H A Dbttv-vbi.c360 f->fmt.count[0] = VBI_DEFLINES; in bttv_vbi_fmt_reset()
361 f->fmt.count[1] = VBI_DEFLINES; in bttv_vbi_fmt_reset()
366 /* For compatibility the buffer size must be 2 * VBI_DEFLINES * in bttv_vbi_fmt_reset()
373 WARN_ON(real_count > VBI_DEFLINES); in bttv_vbi_fmt_reset()
H A Dbttvp.h228 #define VBI_DEFLINES 16 macro
H A Dbttv-driver.c3338 btv->vbi_count[0] = VBI_DEFLINES; in bttv_probe()
3339 btv->vbi_count[1] = VBI_DEFLINES; in bttv_probe()

Completed in 8 milliseconds