HomeSort by relevance Sort by last modified time
    Searched defs:pci_find_device (Results 1 - 2 of 2) sorted by null

  /external/qemu/hw/
pci.c 866 PCIDevice *pci_find_device(int bus_num, int slot, int function) function
  /external/kernel-headers/original/linux/
pci.h 443 struct pci_dev *pci_find_device (unsigned int vendor, unsigned int device, const struct pci_dev *from);
641 static inline struct pci_dev *pci_find_device(unsigned int vendor, unsigned int device, const struct pci_dev *from) function

Completed in 334 milliseconds