Searched refs:behind_bridge (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/hotplug/ |
D | cpqphp_ctrl.c | 41 static u32 configure_new_device(struct controller* ctrl, struct pci_func *func,u8 behind_bridge, st… 42 static int configure_new_function(struct controller* ctrl, struct pci_func *func,u8 behind_bridge, … 2347 u8 behind_bridge, struct resource_lists * resources) in configure_new_device() argument 2373 rc = configure_new_function(ctrl, new_slot, behind_bridge, resources); in configure_new_device() 2446 u8 behind_bridge, struct resource_lists * resources) in configure_new_function() argument 2699 } else if (!behind_bridge) { in configure_new_function() 3035 if (!behind_bridge) { in configure_new_function()
|
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); 1828 u8 behind_bridge, struct resource_lists * resources, u8 bridge_bus, u8 bridge_dev) in configure_new_device() argument 1860 rc = configure_new_function(ctrl, new_slot, behind_bridge, resources, bridge_bus, bridge_dev); in configure_new_device() 1934 u8 behind_bridge, struct resource_lists *resources, u8 bridge_bus, u8 bridge_dev) in configure_new_function() argument 2216 } else if (!behind_bridge) { 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); 2274 u8 behind_bridge, struct resource_lists * resources, u8 bridge_bus, u8 bridge_dev) in configure_new_device() argument 2305 rc = configure_new_function(ctrl, new_slot, behind_bridge, resources, bridge_bus, bridge_dev); in configure_new_device() 2379 u8 behind_bridge, struct resource_lists *resources, u8 bridge_bus, u8 bridge_dev) in configure_new_function() argument 2659 } else if (!behind_bridge) { in configure_new_function() 3025 if (!behind_bridge) { in configure_new_function()
|