Searched refs:pci_pci_problems (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/drivers/media/pci/saa7134/
H A Dsaa7134-core.c904 if (pci_pci_problems) { saa7134_initdev()
905 if (pci_pci_problems & PCIPCI_TRITON) saa7134_initdev()
907 if (pci_pci_problems & PCIPCI_NATOMA) saa7134_initdev()
909 if (pci_pci_problems & PCIPCI_VIAETBF) saa7134_initdev()
911 if (pci_pci_problems & PCIPCI_VSFX) saa7134_initdev()
914 if (pci_pci_problems & PCIPCI_ALIMAGIK) { saa7134_initdev()
920 if (pci_pci_problems & (PCIPCI_FAIL|PCIAGP_FAIL)) { saa7134_initdev()
/linux-4.1.27/drivers/pci/
H A Dquirks.c127 if ((pci_pci_problems & PCIPCI_FAIL) == 0) { quirk_nopcipci()
129 pci_pci_problems |= PCIPCI_FAIL; quirk_nopcipci()
142 pci_pci_problems |= PCIAGP_FAIL; quirk_nopciamd()
152 if ((pci_pci_problems&PCIPCI_TRITON) == 0) { quirk_triton()
154 pci_pci_problems |= PCIPCI_TRITON; quirk_triton()
231 if ((pci_pci_problems&PCIPCI_VIAETBF) == 0) { quirk_viaetbf()
233 pci_pci_problems |= PCIPCI_VIAETBF; quirk_viaetbf()
240 if ((pci_pci_problems&PCIPCI_VSFX) == 0) { quirk_vsfx()
242 pci_pci_problems |= PCIPCI_VSFX; quirk_vsfx()
255 if ((pci_pci_problems&PCIPCI_ALIMAGIK) == 0) { quirk_alimagik()
257 pci_pci_problems |= PCIPCI_ALIMAGIK|PCIPCI_TRITON; quirk_alimagik()
269 if ((pci_pci_problems&PCIPCI_NATOMA) == 0) { quirk_natoma()
271 pci_pci_problems |= PCIPCI_NATOMA; quirk_natoma()
H A Dpci.c40 int pci_pci_problems; variable
41 EXPORT_SYMBOL(pci_pci_problems); variable
/linux-4.1.27/drivers/media/pci/zoran/
H A Dzoran_card.c1416 if ((pci_pci_problems & PCIPCI_NATOMA) && zr->revision <= 1) { zoran_probe()
1498 if (pci_pci_problems & (PCIPCI_FAIL|PCIAGP_FAIL|PCIPCI_ALIMAGIK)) { zoran_init()
H A Dzoran_device.c437 if (pci_pci_problems & PCIPCI_TRITON) zr36057_set_vfe()
1634 if (pci_pci_problems & PCIPCI_TRITON) zr36057_init_vfe()
H A Dzoran_driver.c1075 if (pci_pci_problems & (PCIPCI_FAIL | PCIAGP_FAIL | PCIPCI_ALIMAGIK)) setup_fbuffer()
/linux-4.1.27/drivers/media/pci/cx88/
H A Dcx88-cards.c3612 if (pci_pci_problems & PCIPCI_TRITON) { cx88_pci_quirks()
3617 if (pci_pci_problems & PCIPCI_NATOMA) { cx88_pci_quirks()
3622 if (pci_pci_problems & PCIPCI_VIAETBF) { cx88_pci_quirks()
3627 if (pci_pci_problems & PCIPCI_VSFX) { cx88_pci_quirks()
3633 if (pci_pci_problems & PCIPCI_ALIMAGIK) { cx88_pci_quirks()
/linux-4.1.27/drivers/media/pci/bt8xx/
H A Dbttv-cards.c4881 if (pci_pci_problems & (PCIPCI_FAIL|PCIAGP_FAIL)) /* should check if target is AGP */ bttv_check_chipset()
4883 if (pci_pci_problems & (PCIPCI_TRITON|PCIPCI_NATOMA|PCIPCI_VIAETBF)) bttv_check_chipset()
4885 if (pci_pci_problems & PCIPCI_VSFX) bttv_check_chipset()
4888 if (pci_pci_problems & PCIPCI_ALIMAGIK) bttv_check_chipset()
/linux-4.1.27/include/linux/
H A Dpci.h1640 extern int pci_pci_problems; pci_dev_specific_enable_acs()

Completed in 281 milliseconds