Home
last modified time | relevance | path

Searched refs:PCIPCI_ALIMAGIK (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/drivers/media/pci/saa7134/ !
Dsaa7134-core.c1051 #ifdef PCIPCI_ALIMAGIK in saa7134_initdev()
1052 if (pci_pci_problems & PCIPCI_ALIMAGIK) { in saa7134_initdev()
/linux-6.6.21/drivers/media/pci/cx88/ !
Dcx88-cards.c3657 #ifdef PCIPCI_ALIMAGIK in cx88_pci_quirks()
3658 if (pci_pci_problems & PCIPCI_ALIMAGIK) { in cx88_pci_quirks()
/linux-6.6.21/drivers/media/pci/zoran/ !
Dzoran_card.c1238 if (pci_pci_problems & (PCIPCI_FAIL | PCIAGP_FAIL | PCIPCI_ALIMAGIK)) in zoran_probe()
/linux-6.6.21/drivers/media/pci/bt8xx/ !
Dbttv-cards.c4875 #ifdef PCIPCI_ALIMAGIK in bttv_check_chipset()
4876 if (pci_pci_problems & PCIPCI_ALIMAGIK) in bttv_check_chipset()
/linux-6.6.21/drivers/pci/ !
Dquirks.c520 if ((pci_pci_problems&PCIPCI_ALIMAGIK) == 0) { in quirk_alimagik()
522 pci_pci_problems |= PCIPCI_ALIMAGIK|PCIPCI_TRITON; in quirk_alimagik()
/linux-6.6.21/include/linux/ !
Dpci.h2297 #define PCIPCI_ALIMAGIK 32 /* Need low latency setting */ macro