Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dpci.h285 int zpci_init_slot(struct zpci_dev *);
288 static inline int zpci_init_slot(struct zpci_dev *zdev) in zpci_init_slot() function
/linux/arch/s390/pci/
H A Dpci_bus.c397 rc = zpci_init_slot(zdev); in zpci_bus_add_device()