Lines Matching refs:slot

39 static int shpchp_enable_slot(struct slot *p_slot);
40 static int shpchp_disable_slot(struct slot *p_slot);
42 static int queue_interrupt_event(struct slot *p_slot, u32 event_type) in queue_interrupt_event()
61 struct slot *p_slot; in shpchp_handle_attention_button()
84 struct slot *p_slot; in shpchp_handle_switch_change()
122 struct slot *p_slot; in shpchp_handle_presence_change()
157 struct slot *p_slot; in shpchp_handle_power_fault()
192 static int change_bus_speed(struct controller *ctrl, struct slot *p_slot, in change_bus_speed()
207 static int fix_bus_speed(struct controller *ctrl, struct slot *pslot, in fix_bus_speed()
243 static int board_added(struct slot *p_slot) in board_added()
352 static int remove_board(struct slot *p_slot) in remove_board()
392 struct slot *p_slot;
407 struct slot *p_slot = info->p_slot; in shpchp_pushbutton_thread()
434 struct slot *p_slot = container_of(work, struct slot, work.work); in shpchp_queue_pushbutton_work()
463 static int update_slot_info (struct slot *slot) in update_slot_info() argument
472 slot->hpc_ops->get_power_status(slot, &(info->power_status)); in update_slot_info()
473 slot->hpc_ops->get_attention_status(slot, &(info->attention_status)); in update_slot_info()
474 slot->hpc_ops->get_latch_status(slot, &(info->latch_status)); in update_slot_info()
475 slot->hpc_ops->get_adapter_status(slot, &(info->adapter_status)); in update_slot_info()
477 result = pci_hp_change_slot_info(slot->hotplug_slot, info); in update_slot_info()
485 static void handle_button_press_event(struct slot *p_slot) in handle_button_press_event()
547 struct slot *p_slot = info->p_slot; in interrupt_event_handler()
569 static int shpchp_enable_slot (struct slot *p_slot) in shpchp_enable_slot()
626 static int shpchp_disable_slot (struct slot *p_slot) in shpchp_disable_slot()
662 int shpchp_sysfs_enable_slot(struct slot *p_slot) in shpchp_sysfs_enable_slot()
697 int shpchp_sysfs_disable_slot(struct slot *p_slot) in shpchp_sysfs_disable_slot()