Lines Matching defs:temp_func
1619 struct pci_func *temp_func;
1639 temp_func = cpqhp_slot_find(func->bus, func->device, index++);
1640 while (temp_func) {
1641 if (temp_func->bus_head || temp_func->mem_head
1642 || temp_func->p_mem_head || temp_func->io_head) {
1646 temp_func = cpqhp_slot_find(temp_func->bus, temp_func->device, index++);