Home
last modified time | relevance | path

Searched defs:pci_dev (Results 1 – 4 of 4) sorted by relevance

/third_party/Linux_Kernel/include/linux/
Dpci.h258 struct pci_dev { struct
259 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 …]
/third_party/Linux_Kernel/include/linux/uwb/
Dumc.h143 struct pci_dev *pci_dev = NULL; in umc_parent_pci_dev() local
/third_party/ltp/testcases/kernel/device-drivers/pci/tpci_kernel/
Dltp_tpci.c71 static int ltp_pci_probe(struct pci_dev *pci_dev, in ltp_pci_probe()
/third_party/libdrm/intel/
Dintel_bufmgr.c331 struct pci_device *pci_dev; in drm_intel_probe_agp_aperture_size() local