Lines Matching defs:prev_func
75 struct pci_func *cur_func, *prev_func;
202 for (prev_func = cur_func; prev_func->next; prev_func = prev_func->next) ;
203 prev_func->next = newfunc;
227 for (prev_func = cur_func; prev_func->next; prev_func = prev_func->next);
228 prev_func->next = newfunc;
274 for (prev_func = cur_func; prev_func->next; prev_func = prev_func->next);
275 prev_func->next = newfunc;