Searched refs:configure_new_device (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | cpqphp_ctrl.c | 28 static u32 configure_new_device(struct controller *ctrl, struct pci_func *func, 1528 rc = configure_new_device(ctrl, func, 0, &res_lists); in board_added() 1530 dbg("%s: back from configure_new_device\n", __func__); in board_added() 2214 * configure_new_device - Configures the PCI header information of one board. 2222 static u32 configure_new_device(struct controller *ctrl, struct pci_func *func, in configure_new_device() function 2296 dbg("returning from configure_new_device\n"); in configure_new_device() 2535 rc = configure_new_device(ctrl, new_slot, 1, &temp_resources); in configure_new_function() 2536 dbg("configure_new_device rc=0x%x\n", rc); in configure_new_function()
|
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | cpqphp_ctrl.c | 28 static u32 configure_new_device(struct controller *ctrl, struct pci_func *func, 1526 rc = configure_new_device(ctrl, func, 0, &res_lists); in board_added() 1528 dbg("%s: back from configure_new_device\n", __func__); in board_added() 2202 * configure_new_device - Configures the PCI header information of one board. 2210 static u32 configure_new_device(struct controller *ctrl, struct pci_func *func, in configure_new_device() function 2284 dbg("returning from configure_new_device\n"); in configure_new_device() 2523 rc = configure_new_device(ctrl, new_slot, 1, &temp_resources); in configure_new_function() 2524 dbg("configure_new_device rc=0x%x\n", rc); in configure_new_function()
|
Completed in 8 milliseconds