Home
last modified time | relevance | path

Searched refs:OP_RUNNING_INTERRUPT (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/edac/
Dedac_module.c56 else if (opstate == OP_RUNNING_INTERRUPT) in edac_op_state_to_string()
Dedac_pci.c356 pci->op_state = OP_RUNNING_INTERRUPT; in edac_pci_add_device()
Dedac_device.c528 edac_dev->op_state = OP_RUNNING_INTERRUPT; in edac_device_add_device()
Dedac_mc.c781 mci->op_state = OP_RUNNING_INTERRUPT; in edac_mc_add_mc_with_groups()
Dmpc85xx_edac.c635 edac_dev->op_state = OP_RUNNING_INTERRUPT; in mpc85xx_l2_err_probe()
/linux-4.1.27/include/linux/
Dedac.h319 #define OP_RUNNING_INTERRUPT 0x202 macro