Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/video4linux/bttv/
DInsmod-options41 no_overlay=0 Enable overlay on broken hardware. There
47 no_overlay=1 Disable overlay. It should be used by broken
/linux-4.1.27/drivers/media/pci/bt8xx/
Dbttvp.h296 extern int no_overlay;
Dbttv-cards.c96 int no_overlay=-1; variable
114 module_param(no_overlay, int, 0444);
144 MODULE_PARM_DESC(no_overlay,"allow override overlay default (0 disables, 1 enables)"
4900 if (!no_overlay) { in bttv_check_chipset()
4902 no_overlay = 1; in bttv_check_chipset()
Dbttv-driver.c2472 if (no_overlay > 0) { in bttv_s_fmt_vid_overlay()
2499 if (no_overlay <= 0) in bttv_querycap()
2573 if (no_overlay > 0) { in bttv_enum_fmt_vid_overlay()
3952 if (no_overlay > 0) in bttv_register_video()
/linux-4.1.27/drivers/media/pci/saa7134/
Dsaa7134-core.c68 module_param_named(no_overlay, saa7134_no_overlay, int, 0444);
69 MODULE_PARM_DESC(no_overlay,"allow override overlay default (0 disables, 1 enables)"