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

  /external/qemu/hw/
pci.h 193 PCIDevice *pci_find_device(int bus_num, int slot, int function);
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 73 milliseconds