Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/hotplug/
Dshpchp_ctrl.c323 rc = p_slot->hpc_ops->slot_disable(p_slot); in board_added()
357 rc = p_slot->hpc_ops->slot_disable(p_slot); in remove_board()
Dshpchp.h304 int (*slot_disable)(struct slot *slot); member
Dcpqphp_ctrl.c1357 slot_disable(ctrl, hp_slot); in board_replaced()
1383 slot_disable(ctrl, hp_slot); in board_replaced()
1548 slot_disable(ctrl, hp_slot); in board_added()
1591 slot_disable(ctrl, hp_slot); in board_added()
1662 slot_disable(ctrl, hp_slot); in remove_board()
Dcpqphp.h536 static inline void slot_disable(struct controller *ctrl, u8 slot) in slot_disable() function
Dshpchp_hpc.c899 .slot_disable = hpc_slot_disable,
Dcpqphp_core.c1239 slot_disable(ctrl, hp_slot); in cpqhpc_probe()