Lines Matching refs:slot_device_offset

70 	func = shpchp_slot_find(ctrl->slot_bus, (hp_slot + ctrl->slot_device_offset), 0);  in shpchp_handle_attention_button()
74 p_slot = shpchp_find_slot(ctrl, hp_slot + ctrl->slot_device_offset); 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()
137 p_slot = shpchp_find_slot(ctrl, hp_slot + ctrl->slot_device_offset); 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()
190 p_slot = shpchp_find_slot(ctrl, hp_slot + ctrl->slot_device_offset); 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()
237 p_slot = shpchp_find_slot(ctrl, hp_slot + ctrl->slot_device_offset); in shpchp_handle_power_fault()
1079 hp_slot = func->device - ctrl->slot_device_offset; in board_added()
1082 func->device, ctrl->slot_device_offset, hp_slot); in board_added()
1147 pslot = shpchp_find_slot(ctrl, slot + ctrl->slot_device_offset); in board_added()
1402 pslot = shpchp_find_slot(ctrl, slot + ctrl->slot_device_offset); in board_added()
1684 hp_slot = func->device - ctrl->slot_device_offset; in remove_board()
1685 p_slot = shpchp_find_slot(ctrl, hp_slot + ctrl->slot_device_offset); in remove_board()
1914 func = shpchp_slot_find(ctrl->slot_bus, (hp_slot + ctrl->slot_device_offset), 0); in interrupt_event_handler()
1916 p_slot = shpchp_find_slot(ctrl, hp_slot + ctrl->slot_device_offset); in interrupt_event_handler()