Lines Matching refs:hpc_ops

54 	p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save));  in shpchp_handle_attention_button()
78 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save)); in shpchp_handle_switch_change()
79 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_handle_switch_change()
119 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save)); in shpchp_handle_presence_change()
151 if (!(p_slot->hpc_ops->query_power_fault(p_slot))) { in shpchp_handle_power_fault()
184 rc = p_slot->hpc_ops->set_bus_speed_mode(p_slot, speed); in change_bus_speed()
244 rc = p_slot->hpc_ops->power_on_slot(p_slot); in board_added()
251 rc = p_slot->hpc_ops->set_bus_speed_mode(p_slot, PCI_SPEED_33MHz); in board_added()
259 rc = p_slot->hpc_ops->slot_enable(p_slot); in board_added()
266 rc = p_slot->hpc_ops->get_adapter_speed(p_slot, &asp); in board_added()
288 rc = p_slot->hpc_ops->slot_enable(p_slot); in board_added()
317 p_slot->hpc_ops->green_led_on(p_slot); in board_added()
323 rc = p_slot->hpc_ops->slot_disable(p_slot); in board_added()
357 rc = p_slot->hpc_ops->slot_disable(p_slot); in remove_board()
364 rc = p_slot->hpc_ops->set_attention_status(p_slot, 0); in remove_board()
406 p_slot->hpc_ops->green_led_off(p_slot); in shpchp_pushbutton_thread()
458 slot->hpc_ops->get_power_status(slot, &(info->power_status)); in update_slot_info()
459 slot->hpc_ops->get_attention_status(slot, &(info->attention_status)); in update_slot_info()
460 slot->hpc_ops->get_latch_status(slot, &(info->latch_status)); in update_slot_info()
461 slot->hpc_ops->get_adapter_status(slot, &(info->adapter_status)); in update_slot_info()
478 p_slot->hpc_ops->get_power_status(p_slot, &getstatus); in handle_button_press_event()
489 p_slot->hpc_ops->green_led_blink(p_slot); in handle_button_press_event()
490 p_slot->hpc_ops->set_attention_status(p_slot, 0); in handle_button_press_event()
505 p_slot->hpc_ops->green_led_on(p_slot); in handle_button_press_event()
507 p_slot->hpc_ops->green_led_off(p_slot); in handle_button_press_event()
508 p_slot->hpc_ops->set_attention_status(p_slot, 0); in handle_button_press_event()
542 p_slot->hpc_ops->set_attention_status(p_slot, 1); in interrupt_event_handler()
543 p_slot->hpc_ops->green_led_off(p_slot); in interrupt_event_handler()
563 rc = p_slot->hpc_ops->get_adapter_status(p_slot, &getstatus); in shpchp_enable_slot()
568 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_enable_slot()
573 rc = p_slot->hpc_ops->get_power_status(p_slot, &getstatus); in shpchp_enable_slot()
583 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save)); in shpchp_enable_slot()
584 p_slot->hpc_ops->get_power_status(p_slot, &(p_slot->pwr_save)); in shpchp_enable_slot()
586 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_enable_slot()
600 p_slot->hpc_ops->get_adapter_status(p_slot, in shpchp_enable_slot()
602 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_enable_slot()
624 rc = p_slot->hpc_ops->get_adapter_status(p_slot, &getstatus); in shpchp_disable_slot()
629 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_disable_slot()
634 rc = p_slot->hpc_ops->get_power_status(p_slot, &getstatus); in shpchp_disable_slot()