Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Deeh.c408 ret = eeh_ops->get_state(phb_pe, NULL); in eeh_phb_check_failure()
531 ret = eeh_ops->get_state(pe, NULL); in eeh_dev_check_failure()
560 ret = eeh_ops->get_state(parent_pe, NULL); in eeh_dev_check_failure()
669 rc = eeh_ops->get_state(pe, NULL); in eeh_pci_enable()
1321 ret = eeh_ops->get_state(pe, NULL); in eeh_pe_change_owner()
1551 if (!eeh_ops || !eeh_ops->get_state) in eeh_pe_get_state()
1554 result = eeh_ops->get_state(pe, NULL); in eeh_pe_get_state()
Deeh_sysfs.c67 state = eeh_ops->get_state(edev->pe, NULL); in eeh_pe_state_show()
/arch/powerpc/platforms/pseries/
Deeh_pseries.c260 ret = eeh_ops->get_state(&pe, NULL); in pseries_eeh_probe()
699 .get_state = pseries_eeh_get_state,
/arch/powerpc/platforms/powernv/
Deeh-powernv.c1260 ret = eeh_ops->get_state(dev_pe, NULL); in pnv_eeh_get_pe()
1457 state = eeh_ops->get_state(parent_pe, NULL); in pnv_eeh_next_error()
1515 .get_state = pnv_eeh_get_state,
/arch/powerpc/include/asm/
Deeh.h204 int (*get_state)(struct eeh_pe *pe, int *state); member