pcie_port_bus_type 1677 drivers/pci/pci-driver.c 	if (drv->bus != &pcie_port_bus_type || dev->bus != &pcie_port_bus_type)
pcie_port_bus_type 1693 drivers/pci/pci-driver.c struct bus_type pcie_port_bus_type = {
pcie_port_bus_type 1697 drivers/pci/pci-driver.c EXPORT_SYMBOL_GPL(pcie_port_bus_type);
pcie_port_bus_type 1709 drivers/pci/pci-driver.c 	ret = bus_register(&pcie_port_bus_type);
pcie_port_bus_type  116 drivers/pci/pcie/portdrv.h extern struct bus_type pcie_port_bus_type;
pcie_port_bus_type  285 drivers/pci/pcie/portdrv_core.c 	device->bus = &pcie_port_bus_type;
pcie_port_bus_type  372 drivers/pci/pcie/portdrv_core.c 	if ((dev->bus == &pcie_port_bus_type) && dev->driver) {
pcie_port_bus_type  430 drivers/pci/pcie/portdrv_core.c 	if (dev->bus == &pcie_port_bus_type)
pcie_port_bus_type  444 drivers/pci/pcie/portdrv_core.c 	if (device->bus == &pcie_port_bus_type && device->driver) {
pcie_port_bus_type  590 drivers/pci/pcie/portdrv_core.c 	new->driver.bus = &pcie_port_bus_type;
pcie_port_bus_type  164 drivers/pci/pcie/portdrv_pci.c 	if (device->bus == &pcie_port_bus_type && device->driver) {