Searched refs:return_resource (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/drivers/hotplug/ |
D | pciehp_ctrl.c | 2202 return_resource(&(resources->bus_head), hold_bus_node); in configure_new_function() 2203 return_resource(&(resources->io_head), hold_IO_node); in configure_new_function() 2204 return_resource(&(resources->mem_head), hold_mem_node); in configure_new_function() 2205 return_resource(&(resources->p_mem_head), hold_p_mem_node); in configure_new_function() 2224 return_resource(&(resources->bus_head), hold_bus_node); in configure_new_function() 2225 return_resource(&(resources->io_head), hold_IO_node); in configure_new_function() 2226 return_resource(&(resources->mem_head), hold_mem_node); in configure_new_function() 2227 return_resource(&(resources->p_mem_head), hold_p_mem_node); in configure_new_function() 2256 return_resource(&(resources->bus_head), temp_resources.bus_head); in configure_new_function() 2275 return_resource(&(resources->io_head), io_node); in configure_new_function() [all …]
|
D | cpqphp_ctrl.c | 2686 return_resource(&(resources->bus_head), hold_bus_node); in configure_new_function() 2687 return_resource(&(resources->io_head), hold_IO_node); in configure_new_function() 2688 return_resource(&(resources->mem_head), hold_mem_node); in configure_new_function() 2689 return_resource(&(resources->p_mem_head), hold_p_mem_node); in configure_new_function() 2708 return_resource(&(resources-> bus_head), hold_bus_node); in configure_new_function() 2709 return_resource(&(resources-> io_head), hold_IO_node); in configure_new_function() 2710 return_resource(&(resources-> mem_head), hold_mem_node); in configure_new_function() 2711 return_resource(&(resources-> p_mem_head), hold_p_mem_node); in configure_new_function() 2734 return_resource(&(resources->bus_head), temp_resources.bus_head); in configure_new_function() 2751 return_resource(&(resources->io_head), io_node); in configure_new_function() [all …]
|
D | shpchp_ctrl.c | 2645 return_resource(&(resources->bus_head), hold_bus_node); in configure_new_function() 2646 return_resource(&(resources->io_head), hold_IO_node); in configure_new_function() 2647 return_resource(&(resources->mem_head), hold_mem_node); in configure_new_function() 2648 return_resource(&(resources->p_mem_head), hold_p_mem_node); in configure_new_function() 2667 return_resource(&(resources->bus_head), hold_bus_node); in configure_new_function() 2668 return_resource(&(resources->io_head), hold_IO_node); in configure_new_function() 2669 return_resource(&(resources->mem_head), hold_mem_node); in configure_new_function() 2670 return_resource(&(resources->p_mem_head), hold_p_mem_node); in configure_new_function() 2698 return_resource(&(resources->bus_head), temp_resources.bus_head); in configure_new_function() 2717 return_resource(&(resources->io_head), io_node); in configure_new_function() [all …]
|
D | pciehp_pci.c | 921 return_resource(&(resources->io_head), node); in pciehp_return_board_resources() 929 return_resource(&(resources->mem_head), node); in pciehp_return_board_resources() 937 return_resource(&(resources->p_mem_head), node); in pciehp_return_board_resources() 945 return_resource(&(resources->bus_head), node); in pciehp_return_board_resources()
|
D | shpchp_pci.c | 913 return_resource(&(resources->io_head), node); in shpchp_return_board_resources() 921 return_resource(&(resources->mem_head), node); in shpchp_return_board_resources() 929 return_resource(&(resources->p_mem_head), node); in shpchp_return_board_resources() 937 return_resource(&(resources->bus_head), node); in shpchp_return_board_resources()
|
D | cpqphp_pci.c | 1597 return_resource(&(resources->io_head), node); in cpqhp_return_board_resources() 1605 return_resource(&(resources->mem_head), node); in cpqhp_return_board_resources() 1613 return_resource(&(resources->p_mem_head), node); in cpqhp_return_board_resources() 1621 return_resource(&(resources->bus_head), node); in cpqhp_return_board_resources()
|
D | pciehp.h | 322 static inline void return_resource(struct pci_resource **head, struct pci_resource *node) in return_resource() function
|
D | shpchp.h | 403 static inline void return_resource(struct pci_resource **head, struct pci_resource *node) in return_resource() function
|
D | cpqphp.h | 524 static inline void return_resource (struct pci_resource **head, struct pci_resource *node) in return_resource() function
|