Searched defs:pci_dev (Results 1 – 4 of 4) sorted by relevance
258 struct pci_dev { struct259 struct list_head bus_list; /* node in per-bus list */260 struct pci_bus *bus; /* bus this device is on */261 struct pci_bus *subordinate; /* bus this device bridges to */263 void *sysdata; /* hook for sys-specific extension */264 struct proc_dir_entry *procent; /* device entry in /proc/bus/pci */265 struct pci_slot *slot; /* Physical slot this device is in */267 unsigned int devfn; /* encoded device & function index */268 unsigned short vendor;269 unsigned short device;[all …]
143 struct pci_dev *pci_dev = NULL; in umc_parent_pci_dev() local
71 static int ltp_pci_probe(struct pci_dev *pci_dev, in ltp_pci_probe()
331 struct pci_device *pci_dev; in drm_intel_probe_agp_aperture_size() local