Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/endpoint/
H A Dpci-epf-core.c20 static struct bus_type pci_epf_bus_type; variable
375 driver->driver.bus = &pci_epf_bus_type; in __pci_epf_register_driver()
432 dev->bus = &pci_epf_bus_type; in pci_epf_create()
510 static struct bus_type pci_epf_bus_type = { variable
521 ret = bus_register(&pci_epf_bus_type); in pci_epf_init()
533 bus_unregister(&pci_epf_bus_type); in pci_epf_exit()