Searched defs:configure_new_device (Results 1 - 1 of 1) sorted by relevance

/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c42 static u32 configure_new_device(struct controller* ctrl, struct pci_func *func,
1545 rc = configure_new_device(ctrl, func, 0, &res_lists);
1547 dbg("%s: back from configure_new_device\n", __func__);
2265 * configure_new_device - Configures the PCI header information of one board.
2273 static u32 configure_new_device(struct controller * ctrl, struct pci_func * func, function
2347 dbg("returning from configure_new_device\n");
2602 rc = configure_new_device(ctrl, new_slot, 1, &temp_resources);
2603 dbg("configure_new_device rc=0x%x\n",rc);

Completed in 49 milliseconds