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

/linux-master/drivers/pci/endpoint/
H A Dpci-epf-core.c20 static const struct bus_type pci_epf_bus_type; variable in typeref:struct:bus_type
387 driver->driver.bus = &pci_epf_bus_type;
444 dev->bus = &pci_epf_bus_type;
522 static const struct bus_type pci_epf_bus_type = { variable in typeref:struct:bus_type
533 ret = bus_register(&pci_epf_bus_type);
545 bus_unregister(&pci_epf_bus_type);

Completed in 118 milliseconds