Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/hotplug/
Dibmphp_core.c1269 struct pci_func *tmp_func; in enable_slot() local
1442 tmp_func = ibm_slot_find (slot_cur->bus, slot_cur->func->device, function++); in enable_slot()
1443 if (tmp_func && !(tmp_func->dev)) in enable_slot()
1444 ibm_configure_device (tmp_func); in enable_slot()
1445 } while (tmp_func); in enable_slot()