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()
451 slot->hpc_ops->get_power_status(slot, &slot->pwr_save); in update_slot_info()
452 slot->hpc_ops->get_attention_status(slot, &slot->attention_save); in update_slot_info()
453 slot->hpc_ops->get_latch_status(slot, &slot->latch_save); in update_slot_info()
454 slot->hpc_ops->get_adapter_status(slot, &slot->presence_save); in update_slot_info()
467 p_slot->hpc_ops->get_power_status(p_slot, &getstatus); in handle_button_press_event()
478 p_slot->hpc_ops->green_led_blink(p_slot); in handle_button_press_event()
479 p_slot->hpc_ops->set_attention_status(p_slot, 0); in handle_button_press_event()
494 p_slot->hpc_ops->green_led_on(p_slot); in handle_button_press_event()
496 p_slot->hpc_ops->green_led_off(p_slot); in handle_button_press_event()
497 p_slot->hpc_ops->set_attention_status(p_slot, 0); in handle_button_press_event()
531 p_slot->hpc_ops->set_attention_status(p_slot, 1); in interrupt_event_handler()
532 p_slot->hpc_ops->green_led_off(p_slot); in interrupt_event_handler()
552 rc = p_slot->hpc_ops->get_adapter_status(p_slot, &getstatus); in shpchp_enable_slot()
557 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_enable_slot()
562 rc = p_slot->hpc_ops->get_power_status(p_slot, &getstatus); in shpchp_enable_slot()
572 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save)); in shpchp_enable_slot()
573 p_slot->hpc_ops->get_power_status(p_slot, &(p_slot->pwr_save)); in shpchp_enable_slot()
575 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_enable_slot()
589 p_slot->hpc_ops->get_adapter_status(p_slot, in shpchp_enable_slot()
591 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_enable_slot()
613 rc = p_slot->hpc_ops->get_adapter_status(p_slot, &getstatus); in shpchp_disable_slot()
618 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_disable_slot()
623 rc = p_slot->hpc_ops->get_power_status(p_slot, &getstatus); in shpchp_disable_slot()