Home
last modified time | relevance | path

Searched refs:slot_disable (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/pci/hotplug/
H A Dshpchp_ctrl.c322 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()
H A Dshpchp.h306 int (*slot_disable)(struct slot *slot); member
H A Dcpqphp_ctrl.c1354 slot_disable(ctrl, hp_slot); in board_replaced()
1380 slot_disable(ctrl, hp_slot); in board_replaced()
1544 slot_disable(ctrl, hp_slot); in board_added()
1587 slot_disable(ctrl, hp_slot); in board_added()
1657 slot_disable(ctrl, hp_slot); in remove_board()
H A Dcpqphp.h541 static inline void slot_disable(struct controller *ctrl, u8 slot) in slot_disable() function
H A Dshpchp_hpc.c877 .slot_disable = hpc_slot_disable,
H A Dcpqphp_core.c1204 slot_disable(ctrl, hp_slot); in cpqhpc_probe()