Lines Matching defs:temp_func
1616 struct pci_func *temp_func;
1636 temp_func = cpqhp_slot_find(func->bus, func->device, index++);
1637 while (temp_func) {
1638 if (temp_func->bus_head || temp_func->mem_head
1639 || temp_func->p_mem_head || temp_func->io_head) {
1643 temp_func = cpqhp_slot_find(temp_func->bus, temp_func->device, index++);