Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/pci/saa7134/
Dsaa7134-core.c1063 #ifdef PCIPCI_ALIMAGIK in saa7134_initdev()
1064 if (pci_pci_problems & PCIPCI_ALIMAGIK) { in saa7134_initdev()
/Linux-v5.4/drivers/media/pci/cx88/
Dcx88-cards.c3614 #ifdef PCIPCI_ALIMAGIK in cx88_pci_quirks()
3615 if (pci_pci_problems & PCIPCI_ALIMAGIK) { in cx88_pci_quirks()
/Linux-v5.4/drivers/media/pci/bt8xx/
Dbttv-cards.c4879 #ifdef PCIPCI_ALIMAGIK in bttv_check_chipset()
4880 if (pci_pci_problems & PCIPCI_ALIMAGIK) in bttv_check_chipset()
/Linux-v5.4/drivers/pci/
Dquirks.c426 if ((pci_pci_problems&PCIPCI_ALIMAGIK) == 0) { in quirk_alimagik()
428 pci_pci_problems |= PCIPCI_ALIMAGIK|PCIPCI_TRITON; in quirk_alimagik()
/Linux-v5.4/include/linux/
Dpci.h2001 #define PCIPCI_ALIMAGIK 32 /* Need low latency setting */ macro