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()
316 p_slot->hpc_ops->green_led_on(p_slot); in board_added()
322 rc = p_slot->hpc_ops->slot_disable(p_slot); in board_added()
355 rc = p_slot->hpc_ops->slot_disable(p_slot); in remove_board()
362 rc = p_slot->hpc_ops->set_attention_status(p_slot, 0); in remove_board()
404 p_slot->hpc_ops->green_led_off(p_slot); in shpchp_pushbutton_thread()
449 slot->hpc_ops->get_power_status(slot, &slot->pwr_save); in update_slot_info()
450 slot->hpc_ops->get_attention_status(slot, &slot->attention_save); in update_slot_info()
451 slot->hpc_ops->get_latch_status(slot, &slot->latch_save); in update_slot_info()
452 slot->hpc_ops->get_adapter_status(slot, &slot->presence_save); in update_slot_info()
465 p_slot->hpc_ops->get_power_status(p_slot, &getstatus); in handle_button_press_event()
476 p_slot->hpc_ops->green_led_blink(p_slot); in handle_button_press_event()
477 p_slot->hpc_ops->set_attention_status(p_slot, 0); in handle_button_press_event()
492 p_slot->hpc_ops->green_led_on(p_slot); in handle_button_press_event()
494 p_slot->hpc_ops->green_led_off(p_slot); in handle_button_press_event()
495 p_slot->hpc_ops->set_attention_status(p_slot, 0); in handle_button_press_event()
529 p_slot->hpc_ops->set_attention_status(p_slot, 1); in interrupt_event_handler()
530 p_slot->hpc_ops->green_led_off(p_slot); in interrupt_event_handler()
550 rc = p_slot->hpc_ops->get_adapter_status(p_slot, &getstatus); in shpchp_enable_slot()
555 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_enable_slot()
560 rc = p_slot->hpc_ops->get_power_status(p_slot, &getstatus); in shpchp_enable_slot()
570 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save)); in shpchp_enable_slot()
571 p_slot->hpc_ops->get_power_status(p_slot, &(p_slot->pwr_save)); in shpchp_enable_slot()
573 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_enable_slot()
587 p_slot->hpc_ops->get_adapter_status(p_slot, in shpchp_enable_slot()
589 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_enable_slot()
611 rc = p_slot->hpc_ops->get_adapter_status(p_slot, &getstatus); in shpchp_disable_slot()
616 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_disable_slot()
621 rc = p_slot->hpc_ops->get_power_status(p_slot, &getstatus); in shpchp_disable_slot()