Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/hotplug/
Dshpchp_pci.c374 int shpchp_save_config(struct controller *ctrl, int busnumber, int num_ctlr_slots, int first_device… in shpchp_save_config() function
455 rc = shpchp_save_config(ctrl, sub_bus, 0, 0); in shpchp_save_config()
599 rc = shpchp_save_config(ctrl, sub_bus, 0, 0); in shpchp_save_slot_config()
Dshpchp.h229 extern int shpchp_save_config (struct controller *ctrl, int busnumber, int num_ctlr_slots, int fi…
Dshpchp_core.c448 rc = shpchp_save_config(ctrl, ctrl->slot_bus, num_ctlr_slots, first_device_num); in shpc_probe()