Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/saa7134/
Dsaa7134-core.c1062 if (pci_pci_problems) { in saa7134_initdev()
1063 if (pci_pci_problems & PCIPCI_TRITON) in saa7134_initdev()
1065 if (pci_pci_problems & PCIPCI_NATOMA) in saa7134_initdev()
1067 if (pci_pci_problems & PCIPCI_VIAETBF) in saa7134_initdev()
1069 if (pci_pci_problems & PCIPCI_VSFX) in saa7134_initdev()
1072 if (pci_pci_problems & PCIPCI_ALIMAGIK) { in saa7134_initdev()
1078 if (pci_pci_problems & (PCIPCI_FAIL|PCIAGP_FAIL)) { in saa7134_initdev()
/Linux-v4.19/drivers/pci/
Dquirks.c297 if ((pci_pci_problems & PCIPCI_FAIL) == 0) { in quirk_nopcipci()
299 pci_pci_problems |= PCIPCI_FAIL; in quirk_nopcipci()
312 pci_pci_problems |= PCIAGP_FAIL; in quirk_nopciamd()
320 if ((pci_pci_problems&PCIPCI_TRITON) == 0) { in quirk_triton()
322 pci_pci_problems |= PCIPCI_TRITON; in quirk_triton()
405 if ((pci_pci_problems&PCIPCI_VIAETBF) == 0) { in quirk_viaetbf()
407 pci_pci_problems |= PCIPCI_VIAETBF; in quirk_viaetbf()
414 if ((pci_pci_problems&PCIPCI_VSFX) == 0) { in quirk_vsfx()
416 pci_pci_problems |= PCIPCI_VSFX; in quirk_vsfx()
428 if ((pci_pci_problems&PCIPCI_ALIMAGIK) == 0) { in quirk_alimagik()
[all …]
Dpci.c46 int pci_pci_problems; variable
47 EXPORT_SYMBOL(pci_pci_problems);
/Linux-v4.19/drivers/media/pci/cx88/
Dcx88-cards.c3607 if (pci_pci_problems & PCIPCI_TRITON) { in cx88_pci_quirks()
3611 if (pci_pci_problems & PCIPCI_NATOMA) { in cx88_pci_quirks()
3615 if (pci_pci_problems & PCIPCI_VIAETBF) { in cx88_pci_quirks()
3619 if (pci_pci_problems & PCIPCI_VSFX) { in cx88_pci_quirks()
3624 if (pci_pci_problems & PCIPCI_ALIMAGIK) { in cx88_pci_quirks()
/Linux-v4.19/drivers/staging/media/zoran/
Dzoran_card.c1416 if ((pci_pci_problems & PCIPCI_NATOMA) && zr->revision <= 1) { in zoran_probe()
1499 if (pci_pci_problems & (PCIPCI_FAIL|PCIAGP_FAIL|PCIPCI_ALIMAGIK)) { in zoran_init()
Dzoran_device.c419 if (pci_pci_problems & PCIPCI_TRITON) in zr36057_set_vfe()
1613 if (pci_pci_problems & PCIPCI_TRITON) in zr36057_init_vfe()
Dzoran_driver.c1061 if (pci_pci_problems & (PCIPCI_FAIL | PCIAGP_FAIL | PCIPCI_ALIMAGIK)) in setup_fbuffer()
/Linux-v4.19/drivers/media/pci/bt8xx/
Dbttv-cards.c4885 if (pci_pci_problems & (PCIPCI_FAIL|PCIAGP_FAIL)) /* should check if target is AGP */ in bttv_check_chipset()
4887 if (pci_pci_problems & (PCIPCI_TRITON|PCIPCI_NATOMA|PCIPCI_VIAETBF)) in bttv_check_chipset()
4889 if (pci_pci_problems & PCIPCI_VSFX) in bttv_check_chipset()
4892 if (pci_pci_problems & PCIPCI_ALIMAGIK) in bttv_check_chipset()
/Linux-v4.19/include/linux/
Dpci.h1929 extern int pci_pci_problems;