Lines Matching refs:hpc_ops
68 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save)); in shpchp_handle_attention_button()
92 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save)); in shpchp_handle_switch_change()
93 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_handle_switch_change()
133 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save)); in shpchp_handle_presence_change()
165 if (!(p_slot->hpc_ops->query_power_fault(p_slot))) { in shpchp_handle_power_fault()
198 rc = p_slot->hpc_ops->set_bus_speed_mode(p_slot, speed); in change_bus_speed()
258 rc = p_slot->hpc_ops->power_on_slot(p_slot); in board_added()
265 rc = p_slot->hpc_ops->set_bus_speed_mode(p_slot, PCI_SPEED_33MHz); in board_added()
273 rc = p_slot->hpc_ops->slot_enable(p_slot); in board_added()
280 rc = p_slot->hpc_ops->get_adapter_speed(p_slot, &asp); in board_added()
302 rc = p_slot->hpc_ops->slot_enable(p_slot); in board_added()
331 p_slot->hpc_ops->green_led_on(p_slot); in board_added()
337 rc = p_slot->hpc_ops->slot_disable(p_slot); in board_added()
371 rc = p_slot->hpc_ops->slot_disable(p_slot); in remove_board()
378 rc = p_slot->hpc_ops->set_attention_status(p_slot, 0); in remove_board()
420 p_slot->hpc_ops->green_led_off(p_slot); in shpchp_pushbutton_thread()
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()
492 p_slot->hpc_ops->get_power_status(p_slot, &getstatus); in handle_button_press_event()
503 p_slot->hpc_ops->green_led_blink(p_slot); in handle_button_press_event()
504 p_slot->hpc_ops->set_attention_status(p_slot, 0); in handle_button_press_event()
519 p_slot->hpc_ops->green_led_on(p_slot); in handle_button_press_event()
521 p_slot->hpc_ops->green_led_off(p_slot); in handle_button_press_event()
522 p_slot->hpc_ops->set_attention_status(p_slot, 0); in handle_button_press_event()
556 p_slot->hpc_ops->set_attention_status(p_slot, 1); in interrupt_event_handler()
557 p_slot->hpc_ops->green_led_off(p_slot); in interrupt_event_handler()
577 rc = p_slot->hpc_ops->get_adapter_status(p_slot, &getstatus); in shpchp_enable_slot()
582 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_enable_slot()
587 rc = p_slot->hpc_ops->get_power_status(p_slot, &getstatus); in shpchp_enable_slot()
597 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save)); in shpchp_enable_slot()
598 p_slot->hpc_ops->get_power_status(p_slot, &(p_slot->pwr_save)); in shpchp_enable_slot()
600 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_enable_slot()
614 p_slot->hpc_ops->get_adapter_status(p_slot, in shpchp_enable_slot()
616 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_enable_slot()
638 rc = p_slot->hpc_ops->get_adapter_status(p_slot, &getstatus); in shpchp_disable_slot()
643 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_disable_slot()
648 rc = p_slot->hpc_ops->get_power_status(p_slot, &getstatus); in shpchp_disable_slot()