Searched defs:pci_dev (Results 1 – 3 of 3) sorted by relevance
291 struct pci_dev { struct292 struct list_head bus_list; /* node in per-bus list */293 struct pci_bus *bus; /* bus this device is on */294 struct pci_bus *subordinate; /* bus this device bridges to */296 void *sysdata; /* hook for sys-specific extension */297 struct proc_dir_entry *procent; /* device entry in /proc/bus/pci */298 struct pci_slot *slot; /* Physical slot this device is in */300 unsigned int devfn; /* encoded device & function index */301 unsigned short vendor;302 unsigned short device;[all …]
143 struct pci_dev *pci_dev = NULL; in umc_parent_pci_dev() local
448 struct pci_dev *pci_dev, in media_device_pci_init()