Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/hotplug/
Dshpchp_ctrl.c54 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()
[all …]
Dshpchp_core.c98 slot->hpc_ops = ctrl->hpc_ops; in init_slots()
174 slot->hpc_ops->set_attention_status(slot, status); in set_attention_status()
207 retval = slot->hpc_ops->get_power_status(slot, value); in get_power_status()
222 retval = slot->hpc_ops->get_attention_status(slot, value); in get_attention_status()
237 retval = slot->hpc_ops->get_latch_status(slot, value); in get_latch_status()
252 retval = slot->hpc_ops->get_adapter_status(slot, value); in get_adapter_status()
317 ctrl->hpc_ops->release_ctlr(ctrl); in shpc_probe()
330 ctrl->hpc_ops->release_ctlr(ctrl); in shpc_remove()
Dshpchp.h73 const struct hpc_ops *hpc_ops; member
95 const struct hpc_ops *hpc_ops; member
301 struct hpc_ops { struct
Dshpchp_hpc.c896 static const struct hpc_ops shpchp_hpc_ops = {
1004 ctrl->hpc_ops = &shpchp_hpc_ops; in shpc_init()