Home
last modified time | relevance | path

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

/drivers/media/pci/saa7134/
Dsaa7134-core.c1053 if (pci_pci_problems) { in saa7134_initdev()
1054 if (pci_pci_problems & PCIPCI_TRITON) in saa7134_initdev()
1056 if (pci_pci_problems & PCIPCI_NATOMA) in saa7134_initdev()
1058 if (pci_pci_problems & PCIPCI_VIAETBF) in saa7134_initdev()
1060 if (pci_pci_problems & PCIPCI_VSFX) in saa7134_initdev()
1063 if (pci_pci_problems & PCIPCI_ALIMAGIK) { in saa7134_initdev()
1069 if (pci_pci_problems & (PCIPCI_FAIL|PCIAGP_FAIL)) { in saa7134_initdev()
/drivers/pci/
Dquirks.c291 if ((pci_pci_problems & PCIPCI_FAIL) == 0) { in quirk_nopcipci()
293 pci_pci_problems |= PCIPCI_FAIL; in quirk_nopcipci()
306 pci_pci_problems |= PCIAGP_FAIL; in quirk_nopciamd()
314 if ((pci_pci_problems&PCIPCI_TRITON) == 0) { in quirk_triton()
316 pci_pci_problems |= PCIPCI_TRITON; in quirk_triton()
399 if ((pci_pci_problems&PCIPCI_VIAETBF) == 0) { in quirk_viaetbf()
401 pci_pci_problems |= PCIPCI_VIAETBF; in quirk_viaetbf()
408 if ((pci_pci_problems&PCIPCI_VSFX) == 0) { in quirk_vsfx()
410 pci_pci_problems |= PCIPCI_VSFX; in quirk_vsfx()
422 if ((pci_pci_problems&PCIPCI_ALIMAGIK) == 0) { in quirk_alimagik()
[all …]
Dpci.c47 int pci_pci_problems; variable
48 EXPORT_SYMBOL(pci_pci_problems);
/drivers/staging/media/zoran/
Dzoran_device.c68 if (pci_pci_problems & PCIPCI_TRITON) in zr36057_init_vfe()
323 if (pci_pci_problems & PCIPCI_TRITON) in zr36057_set_vfe()
Dzoran_card.c1270 if ((pci_pci_problems & PCIPCI_NATOMA) && zr->revision <= 1) in zoran_probe()
1338 if (pci_pci_problems & (PCIPCI_FAIL | PCIAGP_FAIL | PCIPCI_ALIMAGIK)) in zoran_init()
/drivers/media/pci/cx88/
Dcx88-cards.c3641 if (pci_pci_problems & PCIPCI_TRITON) { in cx88_pci_quirks()
3645 if (pci_pci_problems & PCIPCI_NATOMA) { in cx88_pci_quirks()
3649 if (pci_pci_problems & PCIPCI_VIAETBF) { in cx88_pci_quirks()
3653 if (pci_pci_problems & PCIPCI_VSFX) { in cx88_pci_quirks()
3658 if (pci_pci_problems & PCIPCI_ALIMAGIK) { in cx88_pci_quirks()
/drivers/media/pci/bt8xx/
Dbttv-cards.c4875 if (pci_pci_problems & (PCIPCI_FAIL|PCIAGP_FAIL)) /* should check if target is AGP */ in bttv_check_chipset()
4877 if (pci_pci_problems & (PCIPCI_TRITON|PCIPCI_NATOMA|PCIPCI_VIAETBF)) in bttv_check_chipset()
4879 if (pci_pci_problems & PCIPCI_VSFX) in bttv_check_chipset()
4882 if (pci_pci_problems & PCIPCI_ALIMAGIK) in bttv_check_chipset()