Home
last modified time | relevance | path

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

/linux/drivers/pci/hotplug/
H A Dpciehp_hpc.c235 int pciehp_check_link_active(struct controller *ctrl) in pciehp_check_link_active() function
470 return pciehp_check_link_active(ctrl); in pciehp_card_present_or_link_active()
617 if (!pciehp_check_link_active(ctrl) || pciehp_device_replaced(ctrl)) in pciehp_ignore_link_change()
924 if (!pciehp_check_link_active(ctrl)) in pciehp_slot_reset()
H A Dpciehp.h189 int pciehp_check_link_active(struct controller *ctrl);
H A Dpciehp_ctrl.c263 link_active = pciehp_check_link_active(ctrl); in pciehp_handle_presence_or_link_change()