Searched refs:hpc_ops (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/pci/hotplug/ |
D | shpchp_ctrl.c | 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() [all …]
|
D | shpchp_core.c | 84 slot->hpc_ops = ctrl->hpc_ops; in init_slots() 153 slot->hpc_ops->set_attention_status(slot, status); in set_attention_status() 186 retval = slot->hpc_ops->get_power_status(slot, value); in get_power_status() 201 retval = slot->hpc_ops->get_attention_status(slot, value); in get_attention_status() 216 retval = slot->hpc_ops->get_latch_status(slot, value); in get_latch_status() 231 retval = slot->hpc_ops->get_adapter_status(slot, value); in get_adapter_status() 296 ctrl->hpc_ops->release_ctlr(ctrl); in shpc_probe() 309 ctrl->hpc_ops->release_ctlr(ctrl); in shpc_remove()
|
D | shpchp.h | 75 const struct hpc_ops *hpc_ops; member 97 const struct hpc_ops *hpc_ops; member 303 struct hpc_ops { struct
|
D | TODO | 56 * There is only a single implementation of struct hpc_ops. Can the struct be 58 pciehp with commit 82a9e79ef132 ("PCI: pciehp: remove hpc_ops"). Clarify
|
D | shpchp_hpc.c | 874 static const struct hpc_ops shpchp_hpc_ops = { 981 ctrl->hpc_ops = &shpchp_hpc_ops; in shpc_init()
|