Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/pci/
H A Dpci_bus.h10 int zpci_bus_device_register(struct zpci_dev *zdev, struct pci_ops *ops);
H A Dpci_bus.c327 int zpci_bus_device_register(struct zpci_dev *zdev, struct pci_ops *ops) in zpci_bus_device_register() function
H A Dpci.c808 rc = zpci_bus_device_register(zdev, &pci_root_ops); in zpci_create_device()