Searched refs:hpc_ops (Results 1 – 4 of 4) sorted by relevance
/drivers/pci/hotplug/ |
D | shpchp_ctrl.c | 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 if ((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() 268 if ((rc = p_slot->hpc_ops->set_bus_speed_mode(p_slot, PCI_SPEED_33MHz))) { in board_added() 275 if ((rc = p_slot->hpc_ops->slot_enable(p_slot))) { in board_added() 281 rc = p_slot->hpc_ops->get_adapter_speed(p_slot, &asp); in board_added() [all …]
|
D | shpchp_core.c | 123 slot->hpc_ops = ctrl->hpc_ops; in init_slots() 192 slot->hpc_ops->set_attention_status(slot, status); in set_attention_status() 225 retval = slot->hpc_ops->get_power_status(slot, value); in get_power_status() 240 retval = slot->hpc_ops->get_attention_status(slot, value); in get_attention_status() 255 retval = slot->hpc_ops->get_latch_status(slot, value); in get_latch_status() 270 retval = slot->hpc_ops->get_adapter_status(slot, value); in get_adapter_status() 328 ctrl->hpc_ops->release_ctlr(ctrl); in shpc_probe() 340 ctrl->hpc_ops->release_ctlr(ctrl); in shpc_remove()
|
D | shpchp.h | 88 struct hpc_ops *hpc_ops; member 109 struct hpc_ops *hpc_ops; member 327 struct hpc_ops { struct
|
D | shpchp_hpc.c | 913 static struct hpc_ops shpchp_hpc_ops = { 1021 ctrl->hpc_ops = &shpchp_hpc_ops; in shpc_init()
|