Home
last modified time | relevance | path

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

/external/coreboot/util/superiotool/
Dvia.c66 dev = pci_dev_find(0x1106, 0x0686); in enter_conf_mode_via_vt82c686()
93 dev = pci_dev_find(0x1106, 0x0686); in exit_conf_mode_via_vt82c686()
Dpci.c7 struct pci_dev *pci_dev_find(uint16_t vendor, uint16_t device) in pci_dev_find() function
Damd.c64 dev = pci_dev_find(0x1002, 0x439d); in detect_ec()
Dsuperiotool.h153 struct pci_dev *pci_dev_find(uint16_t vendor, uint16_t device);
/external/coreboot/util/msrtool/
Dsys.c60 struct pci_dev *pci_dev_find(uint16_t vendor, uint16_t device) { in pci_dev_find() function
Dmsrtool.h149 struct pci_dev *pci_dev_find(uint16_t vendor, uint16_t device);
Dcs5536.c6 return (NULL != pci_dev_find(0x1022, 0x2090)); in cs5536_probe()