Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/pci/saa7134/
H A Dsaa7134-core.c1042 if (pci_pci_problems) { in saa7134_initdev()
1043 if (pci_pci_problems & PCIPCI_TRITON) in saa7134_initdev()
1045 if (pci_pci_problems & PCIPCI_NATOMA) in saa7134_initdev()
1047 if (pci_pci_problems & PCIPCI_VIAETBF) in saa7134_initdev()
1049 if (pci_pci_problems & PCIPCI_VSFX) in saa7134_initdev()
1052 if (pci_pci_problems & PCIPCI_ALIMAGIK) { in saa7134_initdev()
/linux-6.15/drivers/pci/
H A Dquirks.c407 if ((pci_pci_problems & PCIPCI_FAIL) == 0) { in quirk_nopcipci()
409 pci_pci_problems |= PCIPCI_FAIL; in quirk_nopcipci()
422 pci_pci_problems |= PCIAGP_FAIL; in quirk_nopciamd()
430 if ((pci_pci_problems&PCIPCI_TRITON) == 0) { in quirk_triton()
432 pci_pci_problems |= PCIPCI_TRITON; in quirk_triton()
515 if ((pci_pci_problems&PCIPCI_VIAETBF) == 0) { in quirk_viaetbf()
517 pci_pci_problems |= PCIPCI_VIAETBF; in quirk_viaetbf()
524 if ((pci_pci_problems&PCIPCI_VSFX) == 0) { in quirk_vsfx()
526 pci_pci_problems |= PCIPCI_VSFX; in quirk_vsfx()
549 if ((pci_pci_problems&PCIPCI_NATOMA) == 0) { in quirk_natoma()
[all …]
H A Dpci.c47 int pci_pci_problems; variable
48 EXPORT_SYMBOL(pci_pci_problems);
/linux-6.15/drivers/media/pci/zoran/
H A Dzoran_device.c67 if (pci_pci_problems & PCIPCI_TRITON) in zr36057_init_vfe()
326 if (pci_pci_problems & PCIPCI_TRITON) in zr36057_set_vfe()
H A Dzoran_card.c1238 if (pci_pci_problems & (PCIPCI_FAIL | PCIAGP_FAIL | PCIPCI_ALIMAGIK)) in zoran_probe()
1399 if ((pci_pci_problems & PCIPCI_NATOMA) && zr->revision <= 1) in zoran_probe()
/linux-6.15/drivers/media/pci/cx88/
H A 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()
/linux-6.15/drivers/media/pci/bt8xx/
H A Dbttv-cards.c4872 if (pci_pci_problems & (PCIPCI_TRITON|PCIPCI_NATOMA|PCIPCI_VIAETBF)) in bttv_check_chipset()
4874 if (pci_pci_problems & PCIPCI_VSFX) in bttv_check_chipset()
4877 if (pci_pci_problems & PCIPCI_ALIMAGIK) in bttv_check_chipset()
/linux-6.15/include/linux/
H A Dpci.h2331 extern int pci_pci_problems;