Searched refs:slot_bus (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/drivers/hotplug/ |
D | pciehp_core.c | 138 new_slot->bus = ctrl->slot_bus; in init_slots() 221 __FUNCTION__, ctrl->slot_bus, num_ctlr_slots, first_device_num, physical_slot_num, updown, in get_ctlr_slot_config() 423 ctrl->slot_bus = pdev->subordinate->number; /* bus controlled by this HPC */ in pcie_probe() 446 __FUNCTION__,ctrl->bus, ctrl->slot_bus); in pcie_probe() 447 rc = pciehp_save_config(ctrl, ctrl->slot_bus, num_ctlr_slots, first_device_num); in pcie_probe()
|
D | shpchp_core.c | 138 new_slot->bus = ctrl->slot_bus; in init_slots() 428 ctrl->slot_bus = pdev->subordinate->number; in shpc_probe() 448 rc = shpchp_save_config(ctrl, ctrl->slot_bus, num_ctlr_slots, first_device_num); in shpc_probe()
|
D | pciehp_ctrl.c | 67 func = pciehp_slot_find(ctrl->slot_bus, (hp_slot + ctrl->slot_device_offset), 0); in pciehp_handle_attention_button() 123 func = pciehp_slot_find(ctrl->slot_bus, (hp_slot + ctrl->slot_device_offset), 0); in pciehp_handle_switch_change() 169 func = pciehp_slot_find(ctrl->slot_bus, (hp_slot + ctrl->slot_device_offset), 0); in pciehp_handle_presence_change() 215 func = pciehp_slot_find(ctrl->slot_bus, (hp_slot + ctrl->slot_device_offset), 0); in pciehp_handle_power_fault() 1209 new_func = pciehp_slot_find(ctrl->slot_bus, func->device, index++); in board_added() 1344 func = pciehp_slot_find(ctrl->slot_bus, device, 0); in remove_board() 1348 func = pciehp_slot_create(ctrl->slot_bus); in remove_board() 1354 func->bus = ctrl->slot_bus; in remove_board() 1470 func = pciehp_slot_find(ctrl->slot_bus, (hp_slot + ctrl->slot_device_offset), 0); in interrupt_event_handler()
|
D | shpchp_ctrl.c | 70 func = shpchp_slot_find(ctrl->slot_bus, (hp_slot + ctrl->slot_device_offset), 0); in shpchp_handle_attention_button() 127 func = shpchp_slot_find(ctrl->slot_bus, (hp_slot + ctrl->slot_device_offset), 0); in shpchp_handle_switch_change() 180 func = shpchp_slot_find(ctrl->slot_bus, (hp_slot + ctrl->slot_device_offset), 0); in shpchp_handle_presence_change() 227 func = shpchp_slot_find(ctrl->slot_bus, (hp_slot + ctrl->slot_device_offset), 0); in shpchp_handle_power_fault() 1610 new_func = shpchp_slot_find(ctrl->slot_bus, func->device, index++); in board_added() 1782 func = shpchp_slot_find(ctrl->slot_bus, device, 0); in remove_board() 1786 func = shpchp_slot_create(ctrl->slot_bus); in remove_board() 1792 func->bus = ctrl->slot_bus; in remove_board() 1914 func = shpchp_slot_find(ctrl->slot_bus, (hp_slot + ctrl->slot_device_offset), 0); in interrupt_event_handler()
|
D | pciehp.h | 134 u8 slot_bus; /* Bus where the slots handled by this controller sit */ member
|
D | shpchprm_nonacpi.c | 217 int busn = ctrl->slot_bus; in bind_pci_resources_to_slots()
|
D | shpchprm_legacy.c | 204 if (primary_bus != ctrl->slot_bus) { in shpchprm_find_available_resources()
|
D | pciehprm_nonacpi.c | 285 int busn = ctrl->slot_bus; in bind_pci_resources_to_slots()
|
D | shpchp.h | 135 u8 slot_bus; /* Bus where the slots handled by this controller sit */ member
|
D | pciehprm_acpi.c | 1400 int busn = ctrl->slot_bus; in bind_pci_resources_to_slots()
|