Searched refs:eeh_pe_state_clear (Results 1 – 5 of 5) sorted by relevance
/linux/arch/powerpc/kernel/ |
H A D | eeh_driver.c | 571 eeh_pe_state_clear(root, EEH_PE_ISOLATED, include_passed); in eeh_clear_pe_frozen_state() 592 eeh_pe_state_clear(pe, EEH_PE_RECOVERING, true); in eeh_pe_reset_and_recover() 599 eeh_pe_state_clear(pe, EEH_PE_RECOVERING, true); in eeh_pe_reset_and_recover() 607 eeh_pe_state_clear(pe, EEH_PE_RECOVERING, true); in eeh_pe_reset_and_recover() 703 eeh_pe_state_clear(pe, EEH_PE_PRI_BUS, true); in eeh_reset_device() 707 eeh_pe_state_clear(pe, EEH_PE_KEEP, true); in eeh_reset_device() 1015 eeh_pe_state_clear(pe, EEH_PE_ISOLATED, true); in eeh_handle_normal_event() 1094 eeh_pe_state_clear(pe, EEH_PE_PRI_BUS, true); in eeh_handle_normal_event() 1116 eeh_pe_state_clear(pe, EEH_PE_RECOVERING, true); in eeh_handle_normal_event() 1196 eeh_pe_state_clear(pe, EEH_PE_PRI_BUS, true); in eeh_handle_special_event()
|
H A D | eeh.c | 751 eeh_pe_state_clear(pe, EEH_PE_CFG_BLOCKED, true); in pcibios_set_pcie_reset_state() 753 eeh_pe_state_clear(pe, EEH_PE_ISOLATED, true); in pcibios_set_pcie_reset_state() 757 eeh_pe_state_clear(pe, EEH_PE_CFG_BLOCKED, true); in pcibios_set_pcie_reset_state() 766 eeh_pe_state_clear(pe, EEH_PE_CFG_BLOCKED, true); in pcibios_set_pcie_reset_state() 774 eeh_pe_state_clear(pe, EEH_PE_ISOLATED | EEH_PE_CFG_BLOCKED, true); in pcibios_set_pcie_reset_state() 889 eeh_pe_state_clear(pe, reset_state, true); in eeh_pe_reset_full() 1193 eeh_pe_state_clear(pe, EEH_PE_ISOLATED, true); in eeh_pe_change_owner() 1440 eeh_pe_state_clear(pe, EEH_PE_ISOLATED, include_passed); in eeh_pe_reenable_devices() 1469 eeh_pe_state_clear(pe, EEH_PE_CFG_BLOCKED, include_passed); in eeh_pe_reset()
|
H A D | eeh_sysfs.c | 72 eeh_pe_state_clear(edev->pe, EEH_PE_ISOLATED, true); in eeh_pe_state_store()
|
H A D | eeh_pe.c | 582 void eeh_pe_state_clear(struct eeh_pe *root, int state, bool include_passed) in eeh_pe_state_clear() function
|
/linux/arch/powerpc/include/asm/ |
H A D | ppc-pci.h | 62 void eeh_pe_state_clear(struct eeh_pe *pe, int state, bool include_passed);
|