Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/ata/
H A Data_generic.c189 if (dev->vendor == PCI_VENDOR_ID_OPTI && in ata_generic_init_one()
220 { PCI_DEVICE(PCI_VENDOR_ID_OPTI, PCI_DEVICE_ID_OPTI_82C558), },
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-pci-generic.c121 case PCI_VENDOR_ID_OPTI: in generic_init_one()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-pci.c184 PCI_DEVICE(PCI_VENDOR_ID_OPTI, 0xc861),
H A Du132-hcd.c1805 } else if (vendor == PCI_VENDOR_ID_OPTI && device == 0xc861) { in u132_hcd_start()
/OK3568_Linux_fs/kernel/arch/x86/pci/
H A Dirq.c801 { PCI_VENDOR_ID_OPTI, opti_router_probe },
/OK3568_Linux_fs/u-boot/include/
H A Dpci_ids.h790 #define PCI_VENDOR_ID_OPTI 0x1045 macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dpci_ids.h808 #define PCI_VENDOR_ID_OPTI 0x1045 macro
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dftdi-elan.c2592 if ((pciVID == PCI_VENDOR_ID_OPTI) && (pciPID == 0xc861)) { in ftdi_elan_setupOHCI()