Searched refs:configure_new_device (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/hotplug/ |
D | pciehp_ctrl.c | 44 static u32 configure_new_device(struct controller *ctrl, struct pci_func *func, 1181 rc = configure_new_device(ctrl, func, 0, &res_lists, 0, 0); in board_added() 1827 static u32 configure_new_device (struct controller * ctrl, struct pci_func * func, in configure_new_device() function 2194 rc = configure_new_device(ctrl, new_slot, 1, &temp_resources, func->bus, func->device); in configure_new_function()
|
D | cpqphp_ctrl.c | 41 static u32 configure_new_device(struct controller* ctrl, struct pci_func *func,u8 behind_bridge, st… 1509 rc = configure_new_device(ctrl, func, 0, &res_lists); in board_added() 2346 static u32 configure_new_device (struct controller * ctrl, struct pci_func * func, in configure_new_device() function 2678 rc = configure_new_device(ctrl, new_slot, 1, &temp_resources); in configure_new_function()
|
D | shpchp_ctrl.c | 44 static u32 configure_new_device(struct controller *ctrl, struct pci_func *func, 1557 rc = configure_new_device(ctrl, func, 0, &res_lists, 0, 0); in board_added() 2273 static u32 configure_new_device (struct controller * ctrl, struct pci_func * func, in configure_new_device() function 2637 rc = configure_new_device(ctrl, new_slot, 1, &temp_resources, func->bus, func->device); in configure_new_function()
|