Searched refs:to_pci_bus (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/pci/ |
H A D | pci-sysfs.c | 114 const struct cpumask *cpumask = cpumask_of_pcibus(to_pci_bus(dev)); cpuaffinity_show() 123 const struct cpumask *cpumask = cpumask_of_pcibus(to_pci_bus(dev)); cpulistaffinity_show() 377 struct pci_bus *bus = to_pci_bus(dev); dev_bus_rescan_store() 812 struct pci_bus *bus = to_pci_bus(container_of(kobj, struct device, pci_read_legacy_io() 838 struct pci_bus *bus = to_pci_bus(container_of(kobj, struct device, pci_write_legacy_io() 863 struct pci_bus *bus = to_pci_bus(container_of(kobj, struct device, pci_mmap_legacy_mem() 884 struct pci_bus *bus = to_pci_bus(container_of(kobj, struct device, pci_mmap_legacy_io()
|
H A D | probe.c | 89 struct pci_bus *pci_bus = to_pci_bus(dev); release_pcibus_dev()
|
/linux-4.1.27/include/linux/ |
H A D | pci.h | 481 #define to_pci_bus(n) container_of(n, struct pci_bus, dev) macro
|
Completed in 267 milliseconds