Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/pcie/
H A Dportdrv.c300 device->bus = &pcie_port_bus_type; in pcie_device_init()
386 if ((dev->bus == &pcie_port_bus_type) && dev->driver) { in pcie_port_device_iter()
445 if (dev->bus == &pcie_port_bus_type) in remove_iter()
459 if (device->bus == &pcie_port_bus_type && device->driver) { in find_service_iter()
583 new->driver.bus = &pcie_port_bus_type; in pcie_port_service_register()
H A Dportdrv.h99 extern struct bus_type pcie_port_bus_type;
/openbmc/linux/drivers/pci/
H A Dpci-driver.c1708 if (drv->bus != &pcie_port_bus_type || dev->bus != &pcie_port_bus_type) in pcie_port_bus_match()
1724 struct bus_type pcie_port_bus_type = { variable
1739 ret = bus_register(&pcie_port_bus_type); in pci_driver_init()