Searched refs:set_option (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | eeh.c | 665 rc = eeh_ops->set_option(pe, function); in eeh_pci_enable() 761 eeh_ops->set_option(pe, EEH_OPT_FREEZE_PE); in pcibios_set_pcie_reset_state() 770 eeh_ops->set_option(pe, EEH_OPT_FREEZE_PE); in pcibios_set_pcie_reset_state() 1358 if (!eeh_ops || !eeh_ops->set_option) { in eeh_pe_set_option() 1479 if (!eeh_ops || !eeh_ops->set_option || !eeh_ops->reset) in eeh_pe_reset() 1498 eeh_ops->set_option(pe, EEH_OPT_FREEZE_PE); in eeh_pe_reset()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | eeh.c | 653 rc = eeh_ops->set_option(pe, function); in eeh_pci_enable() 749 eeh_ops->set_option(pe, EEH_OPT_FREEZE_PE); in pcibios_set_pcie_reset_state() 758 eeh_ops->set_option(pe, EEH_OPT_FREEZE_PE); in pcibios_set_pcie_reset_state() 1348 if (!eeh_ops || !eeh_ops->set_option) { in eeh_pe_set_option() 1470 if (!eeh_ops || !eeh_ops->set_option || !eeh_ops->reset) in eeh_pe_reset() 1489 eeh_ops->set_option(pe, EEH_OPT_FREEZE_PE); in eeh_pe_reset()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | eeh_pseries.c | 436 ret = eeh_ops->set_option(&pe, EEH_OPT_ENABLE); in pseries_eeh_init_edev() 789 .set_option = pseries_eeh_set_option,
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | eeh_pseries.c | 438 ret = eeh_ops->set_option(&pe, EEH_OPT_ENABLE); in pseries_eeh_init_edev() 790 .set_option = pseries_eeh_set_option,
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | eeh.h | 218 int (*set_option)(struct eeh_pe *pe, int option); member
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | eeh.h | 218 int (*set_option)(struct eeh_pe *pe, int option); member
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | eeh-powernv.c | 1630 .set_option = pnv_eeh_set_option,
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | eeh-powernv.c | 1630 .set_option = pnv_eeh_set_option,
|
Completed in 15 milliseconds