Home
last modified time | relevance | path

Searched refs:hpc_ops (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/pci/hotplug/
Dshpchp_ctrl.c68 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()
[all …]
Dshpchp_core.c128 slot->hpc_ops = ctrl->hpc_ops; in init_slots()
205 slot->hpc_ops->set_attention_status(slot, status); in set_attention_status()
238 retval = slot->hpc_ops->get_power_status(slot, value); in get_power_status()
253 retval = slot->hpc_ops->get_attention_status(slot, value); in get_attention_status()
268 retval = slot->hpc_ops->get_latch_status(slot, value); in get_latch_status()
283 retval = slot->hpc_ops->get_adapter_status(slot, value); in get_adapter_status()
341 ctrl->hpc_ops->release_ctlr(ctrl); in shpc_probe()
353 ctrl->hpc_ops->release_ctlr(ctrl); in shpc_remove()
Dshpchp.h87 struct hpc_ops *hpc_ops; member
109 struct hpc_ops *hpc_ops; member
327 struct hpc_ops { struct
Dshpchp_hpc.c913 static struct hpc_ops shpchp_hpc_ops = {
1021 ctrl->hpc_ops = &shpchp_hpc_ops; in shpc_init()