Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/pci/
Dquirks.c61 int pci_pci_problems; variable
69 if((pci_pci_problems&PCIPCI_FAIL)==0) in quirk_nopcipci()
72 pci_pci_problems|=PCIPCI_FAIL; in quirk_nopcipci()
82 if((pci_pci_problems&PCIPCI_TRITON)==0) in quirk_triton()
85 pci_pci_problems|=PCIPCI_TRITON; in quirk_triton()
155 if((pci_pci_problems&PCIPCI_VIAETBF)==0) in quirk_viaetbf()
158 pci_pci_problems|=PCIPCI_VIAETBF; in quirk_viaetbf()
163 if((pci_pci_problems&PCIPCI_VSFX)==0) in quirk_vsfx()
166 pci_pci_problems|=PCIPCI_VSFX; in quirk_vsfx()
179 if((pci_pci_problems&PCIPCI_ALIMAGIK)==0) in quirk_alimagik()
[all …]
Dpci.c2225 EXPORT_SYMBOL(pci_pci_problems);
/linux-2.4.37.9/drivers/media/video/
Dbttv-cards.c3463 if (pci_pci_problems & PCIPCI_FAIL) in bttv_check_chipset()
3465 if (pci_pci_problems & (PCIPCI_TRITON|PCIPCI_NATOMA|PCIPCI_VIAETBF)) in bttv_check_chipset()
3467 if (pci_pci_problems & PCIPCI_VSFX) in bttv_check_chipset()
3470 if (pci_pci_problems & PCIPCI_ALIMAGIK) in bttv_check_chipset()
Dzr36067.c4808 if(pci_pci_problems & PCIPCI_FAIL) in handle_chipset()
4811 if(pci_pci_problems & PCIPCI_TRITON) in handle_chipset()
4817 if(pci_pci_problems & PCIPCI_NATOMA) in handle_chipset()
/linux-2.4.37.9/include/linux/
Dpci.h830 extern int pci_pci_problems;