Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/pci/saa7134/
Dsaa7134-core.c907 if (pci_pci_problems) { in saa7134_initdev()
908 if (pci_pci_problems & PCIPCI_TRITON) in saa7134_initdev()
910 if (pci_pci_problems & PCIPCI_NATOMA) in saa7134_initdev()
912 if (pci_pci_problems & PCIPCI_VIAETBF) in saa7134_initdev()
914 if (pci_pci_problems & PCIPCI_VSFX) in saa7134_initdev()
917 if (pci_pci_problems & PCIPCI_ALIMAGIK) { in saa7134_initdev()
923 if (pci_pci_problems & (PCIPCI_FAIL|PCIAGP_FAIL)) { in saa7134_initdev()
/linux-4.4.14/drivers/pci/
Dquirks.c127 if ((pci_pci_problems & PCIPCI_FAIL) == 0) { in quirk_nopcipci()
129 pci_pci_problems |= PCIPCI_FAIL; in quirk_nopcipci()
142 pci_pci_problems |= PCIAGP_FAIL; in quirk_nopciamd()
152 if ((pci_pci_problems&PCIPCI_TRITON) == 0) { in quirk_triton()
154 pci_pci_problems |= PCIPCI_TRITON; in quirk_triton()
230 if ((pci_pci_problems&PCIPCI_VIAETBF) == 0) { in quirk_viaetbf()
232 pci_pci_problems |= PCIPCI_VIAETBF; in quirk_viaetbf()
239 if ((pci_pci_problems&PCIPCI_VSFX) == 0) { in quirk_vsfx()
241 pci_pci_problems |= PCIPCI_VSFX; in quirk_vsfx()
254 if ((pci_pci_problems&PCIPCI_ALIMAGIK) == 0) { in quirk_alimagik()
[all …]
Dpci.c41 int pci_pci_problems; variable
42 EXPORT_SYMBOL(pci_pci_problems);
/linux-4.4.14/drivers/media/pci/cx88/
Dcx88-cards.c3612 if (pci_pci_problems & PCIPCI_TRITON) { in cx88_pci_quirks()
3617 if (pci_pci_problems & PCIPCI_NATOMA) { in cx88_pci_quirks()
3622 if (pci_pci_problems & PCIPCI_VIAETBF) { in cx88_pci_quirks()
3627 if (pci_pci_problems & PCIPCI_VSFX) { in cx88_pci_quirks()
3633 if (pci_pci_problems & PCIPCI_ALIMAGIK) { in cx88_pci_quirks()
/linux-4.4.14/drivers/media/pci/zoran/
Dzoran_card.c1420 if ((pci_pci_problems & PCIPCI_NATOMA) && zr->revision <= 1) { in zoran_probe()
1503 if (pci_pci_problems & (PCIPCI_FAIL|PCIAGP_FAIL|PCIPCI_ALIMAGIK)) { in zoran_init()
Dzoran_device.c429 if (pci_pci_problems & PCIPCI_TRITON) in zr36057_set_vfe()
1623 if (pci_pci_problems & PCIPCI_TRITON) in zr36057_init_vfe()
Dzoran_driver.c1062 if (pci_pci_problems & (PCIPCI_FAIL | PCIAGP_FAIL | PCIPCI_ALIMAGIK)) in setup_fbuffer()
/linux-4.4.14/drivers/media/pci/bt8xx/
Dbttv-cards.c4881 if (pci_pci_problems & (PCIPCI_FAIL|PCIAGP_FAIL)) /* should check if target is AGP */ in bttv_check_chipset()
4883 if (pci_pci_problems & (PCIPCI_TRITON|PCIPCI_NATOMA|PCIPCI_VIAETBF)) in bttv_check_chipset()
4885 if (pci_pci_problems & PCIPCI_VSFX) in bttv_check_chipset()
4888 if (pci_pci_problems & PCIPCI_ALIMAGIK) in bttv_check_chipset()
/linux-4.4.14/include/linux/
Dpci.h1676 extern int pci_pci_problems;