Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Deeh_pe.c382 parent->type &= ~(EEH_PE_INVALID | EEH_PE_KEEP); in eeh_add_to_parent_pe()
485 if (!(pe->state & EEH_PE_KEEP)) { in eeh_rmv_from_parent_pe()
Deeh_driver.c689 eeh_pe_state_mark(pe, EEH_PE_KEEP); in eeh_reset_device()
750 eeh_pe_state_clear(pe, EEH_PE_KEEP); in eeh_reset_device()
Deeh.c1294 if (!(edev->pe->state & EEH_PE_KEEP)) in eeh_remove_device()
/Linux-v4.19/arch/powerpc/include/asm/
Deeh.h83 #define EEH_PE_KEEP (1 << 8) /* Keep PE on hotplug */ macro