Home
last modified time | relevance | path

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

/drivers/pci/hotplug/
A Dpciehp_ctrl.c111 static void remove_board(struct controller *ctrl, bool safe_removal) in remove_board() argument
113 pciehp_unconfigure_device(ctrl, safe_removal); in remove_board()
138 static int pciehp_disable_slot(struct controller *ctrl, bool safe_removal);
342 static int __pciehp_disable_slot(struct controller *ctrl, bool safe_removal) in __pciehp_disable_slot() argument
355 remove_board(ctrl, safe_removal); in __pciehp_disable_slot()
359 static int pciehp_disable_slot(struct controller *ctrl, bool safe_removal) in pciehp_disable_slot() argument
364 ret = __pciehp_disable_slot(ctrl, safe_removal); in pciehp_disable_slot()

Completed in 3 milliseconds