Searched refs:hpc_ops (Results 1 – 5 of 5) sorted by relevance
244 rc = p_slot->hpc_ops->power_on_slot(p_slot); in board_added()259 rc = p_slot->hpc_ops->slot_enable(p_slot); 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()404 p_slot->hpc_ops->green_led_off(p_slot); in shpchp_pushbutton_thread()476 p_slot->hpc_ops->green_led_blink(p_slot); 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()[all …]
85 slot->hpc_ops = ctrl->hpc_ops; in init_slots()154 slot->hpc_ops->set_attention_status(slot, status); in set_attention_status()187 retval = slot->hpc_ops->get_power_status(slot, value); in get_power_status()202 retval = slot->hpc_ops->get_attention_status(slot, value); in get_attention_status()217 retval = slot->hpc_ops->get_latch_status(slot, value); in get_latch_status()232 retval = slot->hpc_ops->get_adapter_status(slot, value); in get_adapter_status()297 ctrl->hpc_ops->release_ctlr(ctrl); in shpc_probe()310 ctrl->hpc_ops->release_ctlr(ctrl); in shpc_remove()
75 const struct hpc_ops *hpc_ops; member97 const struct hpc_ops *hpc_ops; member303 struct hpc_ops { struct
61 * There is only a single implementation of struct hpc_ops. Can the struct be63 pciehp with commit 82a9e79ef132 ("PCI: pciehp: remove hpc_ops"). Clarify
891 static const struct hpc_ops shpchp_hpc_ops = {999 ctrl->hpc_ops = &shpchp_hpc_ops; in shpc_init()
Completed in 14 milliseconds