Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dspeedstep-ich.c186 speedstep_chipset_dev = pci_get_subsys(PCI_VENDOR_ID_INTEL, in speedstep_detect_chipset()
193 speedstep_chipset_dev = pci_get_subsys(PCI_VENDOR_ID_INTEL, in speedstep_detect_chipset()
201 speedstep_chipset_dev = pci_get_subsys(PCI_VENDOR_ID_INTEL, in speedstep_detect_chipset()
212 hostbridge = pci_get_subsys(PCI_VENDOR_ID_INTEL, in speedstep_detect_chipset()
H A Dcpufreq-nforce2.c140 nforce2_sub5 = pci_get_subsys(PCI_VENDOR_ID_NVIDIA, 0x01EF, in nforce2_fsb_read()
393 nforce2_dev = pci_get_subsys(PCI_VENDOR_ID_NVIDIA, in nforce2_detect_chipset()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dsearch.c304 struct pci_dev *pci_get_subsys(unsigned int vendor, unsigned int device, in pci_get_subsys() function
317 EXPORT_SYMBOL(pci_get_subsys);
336 return pci_get_subsys(vendor, device, PCI_ANY_ID, PCI_ANY_ID, from); in pci_get_device()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dacpi_processor.c100 dev = pci_get_subsys(PCI_VENDOR_ID_INTEL, in acpi_processor_errata_piix4()
117 dev = pci_get_subsys(PCI_VENDOR_ID_INTEL, in acpi_processor_errata_piix4()
149 dev = pci_get_subsys(PCI_VENDOR_ID_INTEL, in acpi_processor_errata()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_pci.c276 pci_get_subsys(pid->vendor, pid->device, pid->subvendor, in drm_legacy_pci_init()
/OK3568_Linux_fs/kernel/Documentation/PCI/
H A Dpci.rst164 pci_get_subsys(VENDOR_ID,DEVICE_ID, SUBSYS_VENDOR_ID, SUBSYS_DEVICE_ID, dev).
531 pci_find_subsys() Superseded by pci_get_subsys()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpci.h1107 struct pci_dev *pci_get_subsys(unsigned int vendor, unsigned int device,
1731 static inline struct pci_dev *pci_get_subsys(unsigned int vendor, in pci_get_subsys() function
/OK3568_Linux_fs/kernel/drivers/gpu/vga/
H A Dvgaarb.c1549 pci_get_subsys(PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, in vga_arb_device_init()