Home
last modified time | relevance | path

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

/linux/arch/s390/pci/
H A Dpci_bus.h18 void zpci_bus_get_next(struct zpci_bus **pos);
30 for ((pos) = NULL, zpci_bus_get_next(&(pos)); (pos) != NULL; \
31 zpci_bus_get_next(&(pos)))
H A Dpci_bus.c290 void zpci_bus_get_next(struct zpci_bus **pos) in zpci_bus_get_next() function