Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/saa7134/
Dsaa7134-core.c1071 #ifdef PCIPCI_ALIMAGIK in saa7134_initdev()
1072 if (pci_pci_problems & PCIPCI_ALIMAGIK) { in saa7134_initdev()
/Linux-v4.19/drivers/media/pci/cx88/
Dcx88-cards.c3623 #ifdef PCIPCI_ALIMAGIK in cx88_pci_quirks()
3624 if (pci_pci_problems & PCIPCI_ALIMAGIK) { in cx88_pci_quirks()
/Linux-v4.19/drivers/staging/media/zoran/
Dzoran_card.c1499 if (pci_pci_problems & (PCIPCI_FAIL|PCIAGP_FAIL|PCIPCI_ALIMAGIK)) { in zoran_init()
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.c4891 #ifdef PCIPCI_ALIMAGIK in bttv_check_chipset()
4892 if (pci_pci_problems & PCIPCI_ALIMAGIK) in bttv_check_chipset()
/Linux-v4.19/drivers/pci/
Dquirks.c428 if ((pci_pci_problems&PCIPCI_ALIMAGIK) == 0) { in quirk_alimagik()
430 pci_pci_problems |= PCIPCI_ALIMAGIK|PCIPCI_TRITON; in quirk_alimagik()
/Linux-v4.19/include/linux/
Dpci.h1935 #define PCIPCI_ALIMAGIK 32 /* Need low latency setting */ macro