Searched refs:resource_lists (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/drivers/hotplug/ |
D | pciehp.h | 146 struct resource_lists { struct 226 extern int pciehp_return_board_resources (struct pci_func * func, struct resource_lists * resources… 227 extern void pciehp_destroy_resource_list (struct resource_lists * resources);
|
D | shpchp.h | 147 struct resource_lists { struct 233 extern int shpchp_return_board_resources (struct pci_func * func, struct resource_lists * resources… 234 extern void shpchp_destroy_resource_list (struct resource_lists * resources);
|
D | cpqphp.h | 338 struct resource_lists { struct 466 extern int cpqhp_return_board_resources (struct pci_func * func, struct resource_lists * resources); 467 extern void cpqhp_destroy_resource_list (struct resource_lists * resources);
|
D | pciehp_ctrl.c | 45 u8 behind_bridge, struct resource_lists *resources, u8 bridge_bus, u8 bridge_dev); 47 u8 behind_bridge, struct resource_lists *resources, u8 bridge_bus, u8 bridge_dev); 1100 struct resource_lists res_lists; in board_added() 1247 struct resource_lists res_lists; in remove_board() 1828 u8 behind_bridge, struct resource_lists * resources, u8 bridge_bus, u8 bridge_dev) in configure_new_device() 1934 u8 behind_bridge, struct resource_lists *resources, u8 bridge_bus, u8 bridge_dev) in configure_new_function() 1957 struct resource_lists temp_resources; in configure_new_function()
|
D | cpqphp_ctrl.c | 41 …struct controller* ctrl, struct pci_func *func,u8 behind_bridge, struct resource_lists *resources); 42 …struct controller* ctrl, struct pci_func *func,u8 behind_bridge, struct resource_lists *resources); 1394 struct resource_lists res_lists; in board_added() 1603 struct resource_lists res_lists; in remove_board() 2347 u8 behind_bridge, struct resource_lists * resources) in configure_new_device() 2446 u8 behind_bridge, struct resource_lists * resources) in configure_new_function() 2470 struct resource_lists temp_resources; in configure_new_function()
|
D | shpchp_ctrl.c | 45 u8 behind_bridge, struct resource_lists *resources, u8 bridge_bus, u8 bridge_dev); 47 u8 behind_bridge, struct resource_lists *resources, u8 bridge_bus, u8 bridge_dev); 1074 struct resource_lists res_lists; in board_added() 1672 struct resource_lists res_lists; in remove_board() 2274 u8 behind_bridge, struct resource_lists * resources, u8 bridge_bus, u8 bridge_dev) in configure_new_device() 2379 u8 behind_bridge, struct resource_lists *resources, u8 bridge_bus, u8 bridge_dev) in configure_new_function() 2402 struct resource_lists temp_resources; in configure_new_function()
|
D | pciehp_pci.c | 907 int pciehp_return_board_resources(struct pci_func * func, struct resource_lists * resources) in pciehp_return_board_resources() 963 void pciehp_destroy_resource_list (struct resource_lists * resources) in pciehp_destroy_resource_list()
|
D | shpchp_pci.c | 899 int shpchp_return_board_resources(struct pci_func * func, struct resource_lists * resources) in shpchp_return_board_resources() 955 void shpchp_destroy_resource_list (struct resource_lists * resources) in shpchp_destroy_resource_list()
|
D | cpqphp_pci.c | 1583 int cpqhp_return_board_resources(struct pci_func * func, struct resource_lists * resources) in cpqhp_return_board_resources() 1639 void cpqhp_destroy_resource_list (struct resource_lists * resources) in cpqhp_destroy_resource_list()
|