Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/kernel/
Deeh_driver.c582 eeh_pe_state_mark(pe, EEH_PE_KEEP); in eeh_reset_device()
640 eeh_pe_state_clear(pe, EEH_PE_KEEP); in eeh_reset_device()
Deeh_pe.c370 parent->type &= ~(EEH_PE_INVALID | EEH_PE_KEEP); in eeh_add_to_parent_pe()
469 if (!(pe->state & EEH_PE_KEEP)) { in eeh_rmv_from_parent_pe()
Deeh.c1248 if (!(edev->pe->state & EEH_PE_KEEP)) in eeh_remove_device()
/linux-4.1.27/arch/powerpc/include/asm/
Deeh.h79 #define EEH_PE_KEEP (1 << 8) /* Keep PE on hotplug */ macro