Searched refs:zpci_bus_get_next (Results 1 – 2 of 2) sorted by relevance
18 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)))
290 void zpci_bus_get_next(struct zpci_bus **pos) in zpci_bus_get_next() function