Home
last modified time | relevance | path

Searched refs:to_pci_bus (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/pci/
Dpci-sysfs.c114 const struct cpumask *cpumask = cpumask_of_pcibus(to_pci_bus(dev)); in cpuaffinity_show()
123 const struct cpumask *cpumask = cpumask_of_pcibus(to_pci_bus(dev)); in cpulistaffinity_show()
380 struct pci_bus *bus = to_pci_bus(dev); in dev_bus_rescan_store()
815 struct pci_bus *bus = to_pci_bus(container_of(kobj, struct device, in pci_read_legacy_io()
841 struct pci_bus *bus = to_pci_bus(container_of(kobj, struct device, in pci_write_legacy_io()
866 struct pci_bus *bus = to_pci_bus(container_of(kobj, struct device, in pci_mmap_legacy_mem()
887 struct pci_bus *bus = to_pci_bus(container_of(kobj, struct device, in pci_mmap_legacy_io()
Dprobe.c92 struct pci_bus *pci_bus = to_pci_bus(dev); in release_pcibus_dev()
/linux-4.4.14/include/linux/
Dpci.h493 #define to_pci_bus(n) container_of(n, struct pci_bus, dev) macro