Home
last modified time | relevance | path

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

/linux/drivers/edac/
H A Dedac_device.c275 if (edac_dev->op_state == OP_OFFLINE) { in edac_device_workq_function()
338 edac_dev->op_state = OP_OFFLINE; in edac_device_workq_teardown()
439 edac_dev->op_state = OP_OFFLINE; in edac_device_del_device()
H A Dedac_module.c60 else if (opstate == OP_OFFLINE) in edac_op_state_to_string()
H A Dedac_pci.c262 pci->op_state = OP_OFFLINE; in edac_pci_del_device()
H A Dedac_mc.c701 mci->op_state = OP_OFFLINE; in edac_mc_del_mc()
/linux/include/linux/
H A Dedac.h333 #define OP_OFFLINE 0x300 macro