Searched refs:op_state (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A Dedac_pci.c64 pci->op_state = OP_ALLOC;
209 if (pci->op_state == OP_RUNNING_POLL) {
329 pci->op_state = OP_RUNNING_POLL;
333 pci->op_state = OP_RUNNING_INTERRUPT;
341 edac_dev_name(pci), edac_op_state_to_string(pci->op_state));
385 pci->op_state = OP_OFFLINE;
H A Dedac_device.c234 dev_ctl->op_state = OP_ALLOC;
395 if (edac_dev->op_state == OP_OFFLINE) {
401 if ((edac_dev->op_state == OP_RUNNING_POLL) &&
541 edac_dev->op_state = OP_RUNNING_POLL;
549 edac_dev->op_state = OP_RUNNING_INTERRUPT;
559 edac_op_state_to_string(edac_dev->op_state));
603 edac_dev->op_state = OP_OFFLINE;
H A Dedac_mc.c209 mci->op_state = OP_ALLOC;
293 if (mci->op_state == OP_OFFLINE) {
323 if (mci->op_state != OP_RUNNING_POLL)
342 if (mci->op_state != OP_RUNNING_POLL)
373 if (mci->op_state == OP_RUNNING_POLL)
535 mci->op_state = OP_RUNNING_POLL;
539 mci->op_state = OP_RUNNING_INTERRUPT;
587 mci->op_state = OP_OFFLINE;
H A Dedac_core.h442 int op_state; member in struct:mem_ctl_info
592 int op_state; member in struct:edac_device_ctl_info
694 int op_state; member in struct:edac_pci_ctl_info
876 extern char *edac_op_state_to_string(int op_state);
H A Dmpc85xx_edac.c596 edac_dev->op_state = OP_RUNNING_INTERRUPT;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dpulse_audio_common.c202 enum pa_operation_state op_state; local
220 while ((op_state = pa_operation_get_state(pa_op)) == PA_OPERATION_RUNNING)
222 if (op_state != PA_OPERATION_DONE)
229 while ((op_state = pa_operation_get_state(pa_op)) == PA_OPERATION_RUNNING)
231 if (op_state != PA_OPERATION_DONE)
H A Dpulse_audio_enc.c120 enum pa_operation_state op_state; local
134 while ((op_state = pa_operation_get_state(op)) == PA_OPERATION_RUNNING)
137 if (op_state != PA_OPERATION_DONE) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dstack_user.c118 int op_state; member in struct:ocfs2_control_private
172 p->op_state = state;
178 return p->op_state;
312 BUG_ON(p->op_state != OCFS2_CONTROL_HANDSHAKE_PROTOCOL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dfcx.h121 * @op_state: Operation State
131 u32 op_state:8; member in struct:tsa_intrg

Completed in 184 milliseconds