op_state          132 arch/s390/include/asm/fcx.h 	u32 op_state:8;
op_state          207 drivers/edac/edac_device.c 	dev_ctl->op_state = OP_ALLOC;
op_state          351 drivers/edac/edac_device.c 	if (edac_dev->op_state == OP_OFFLINE) {
op_state          357 drivers/edac/edac_device.c 	if ((edac_dev->op_state == OP_RUNNING_POLL) &&
op_state          414 drivers/edac/edac_device.c 	edac_dev->op_state = OP_OFFLINE;
op_state          474 drivers/edac/edac_device.c 		edac_dev->op_state = OP_RUNNING_POLL;
op_state          482 drivers/edac/edac_device.c 		edac_dev->op_state = OP_RUNNING_INTERRUPT;
op_state          489 drivers/edac/edac_device.c 		edac_op_state_to_string(edac_dev->op_state));
op_state          520 drivers/edac/edac_device.c 	edac_dev->op_state = OP_OFFLINE;
op_state          182 drivers/edac/edac_device.h 	int op_state;
op_state          491 drivers/edac/edac_mc.c 	mci->op_state = OP_ALLOC;
op_state          575 drivers/edac/edac_mc.c 	if (mci->op_state != OP_RUNNING_POLL) {
op_state          605 drivers/edac/edac_mc.c 		if (mci->op_state == OP_RUNNING_POLL)
op_state          754 drivers/edac/edac_mc.c 		mci->op_state = OP_RUNNING_POLL;
op_state          760 drivers/edac/edac_mc.c 		mci->op_state = OP_RUNNING_INTERRUPT;
op_state          767 drivers/edac/edac_mc.c 		edac_op_state_to_string(mci->op_state));
op_state          799 drivers/edac/edac_mc.c 	mci->op_state = OP_OFFLINE;
op_state          260 drivers/edac/edac_mc.h extern char *edac_op_state_to_string(int op_state);
op_state           53 drivers/edac/edac_pci.c 	pci->op_state = OP_ALLOC;
op_state          178 drivers/edac/edac_pci.c 	if (pci->op_state != OP_RUNNING_POLL) {
op_state          223 drivers/edac/edac_pci.c 		pci->op_state = OP_RUNNING_POLL;
op_state          229 drivers/edac/edac_pci.c 		pci->op_state = OP_RUNNING_INTERRUPT;
op_state          235 drivers/edac/edac_pci.c 		edac_op_state_to_string(pci->op_state));
op_state          266 drivers/edac/edac_pci.c 	pci->op_state = OP_OFFLINE;
op_state           54 drivers/edac/edac_pci.h 	int op_state;
op_state          573 drivers/edac/mpc85xx_edac.c 		edac_dev->op_state = OP_RUNNING_INTERRUPT;
op_state          788 drivers/edac/xgene_edac.c 	if (edac_dev->op_state == OP_RUNNING_INTERRUPT) {
op_state          961 drivers/edac/xgene_edac.c 		edac_dev->op_state = OP_RUNNING_INTERRUPT;
op_state         1122 drivers/edac/xgene_edac.c 	if (edac_dev->op_state == OP_RUNNING_INTERRUPT) {
op_state         1130 drivers/edac/xgene_edac.c 	if (edac_dev->op_state == OP_RUNNING_INTERRUPT) {
op_state         1244 drivers/edac/xgene_edac.c 		edac_dev->op_state = OP_RUNNING_INTERRUPT;
op_state         1695 drivers/edac/xgene_edac.c 	if (edac_dev->op_state == OP_RUNNING_INTERRUPT) {
op_state         1785 drivers/edac/xgene_edac.c 		edac_dev->op_state = OP_RUNNING_INTERRUPT;
op_state          220 drivers/net/ethernet/amd/xgbe/xgbe-i2c.c 	struct xgbe_i2c_op_state *state = &pdata->i2c.op_state;
op_state          248 drivers/net/ethernet/amd/xgbe/xgbe-i2c.c 	struct xgbe_i2c_op_state *state = &pdata->i2c.op_state;
op_state          266 drivers/net/ethernet/amd/xgbe/xgbe-i2c.c 	struct xgbe_i2c_op_state *state = &pdata->i2c.op_state;
op_state          280 drivers/net/ethernet/amd/xgbe/xgbe-i2c.c 	struct xgbe_i2c_op_state *state = &pdata->i2c.op_state;
op_state          379 drivers/net/ethernet/amd/xgbe/xgbe-i2c.c 	struct xgbe_i2c_op_state *state = &pdata->i2c.op_state;
op_state          664 drivers/net/ethernet/amd/xgbe/xgbe.h 	struct xgbe_i2c_op_state op_state;
op_state          176 drivers/s390/cio/chsc.h 	u32 op_state:4;
op_state          142 drivers/s390/cio/scm.c 	scmdev->attrs.oper_state = sale->op_state;
op_state          163 drivers/s390/cio/scm.c 		  scmdev->attrs.oper_state != sale->op_state;
op_state          165 drivers/s390/cio/scm.c 	scmdev->attrs.oper_state = sale->op_state;
op_state         1048 drivers/usb/dwc2/core.h 	enum usb_otg_state op_state;
op_state           59 drivers/usb/dwc2/core_intr.c 	switch (hsotg->op_state) {
op_state          132 drivers/usb/dwc2/core_intr.c 		if (hsotg->op_state == OTG_STATE_B_HOST) {
op_state          133 drivers/usb/dwc2/core_intr.c 			hsotg->op_state = OTG_STATE_B_PERIPHERAL;
op_state          189 drivers/usb/dwc2/core_intr.c 				hsotg->op_state = OTG_STATE_B_HOST;
op_state          213 drivers/usb/dwc2/core_intr.c 				hsotg->op_state = OTG_STATE_B_HOST;
op_state          237 drivers/usb/dwc2/core_intr.c 				hsotg->op_state);
op_state          241 drivers/usb/dwc2/core_intr.c 			hsotg->op_state = OTG_STATE_A_PERIPHERAL;
op_state          250 drivers/usb/dwc2/core_intr.c 			hsotg->op_state = OTG_STATE_A_HOST;
op_state          471 drivers/usb/dwc2/core_intr.c 	if (hsotg->op_state == OTG_STATE_A_HOST)
op_state          548 drivers/usb/dwc2/core_intr.c 		if (hsotg->op_state == OTG_STATE_A_PERIPHERAL) {
op_state          557 drivers/usb/dwc2/core_intr.c 			hsotg->op_state = OTG_STATE_A_HOST;
op_state          719 drivers/usb/dwc2/core_intr.c 			hsotg->op_state = OTG_STATE_B_PERIPHERAL;
op_state          725 drivers/usb/dwc2/core_intr.c 			hsotg->op_state = OTG_STATE_A_HOST;
op_state         4165 drivers/usb/dwc2/gadget.c 	if (hsotg->op_state != OTG_STATE_B_PERIPHERAL) {
op_state         4531 drivers/usb/dwc2/gadget.c 		hsotg->op_state);
op_state         4534 drivers/usb/dwc2/gadget.c 	if (hsotg->op_state != OTG_STATE_B_PERIPHERAL) {
op_state         4574 drivers/usb/dwc2/gadget.c 		hsotg->op_state = OTG_STATE_B_PERIPHERAL;
op_state         4827 drivers/usb/dwc2/gadget.c 		hsotg->op_state = OTG_STATE_B_PERIPHERAL;
op_state         1682 drivers/usb/dwc2/hcd.c 	if (hsotg->op_state == OTG_STATE_B_HOST) {
op_state         1800 drivers/usb/dwc2/hcd.c 		if (hsotg->op_state != OTG_STATE_A_SUSPEND) {
op_state         2144 drivers/usb/dwc2/hcd.c 		hsotg->op_state = OTG_STATE_A_HOST;
op_state         2147 drivers/usb/dwc2/hcd.c 		hsotg->op_state = OTG_STATE_B_PERIPHERAL;
op_state         2283 drivers/usb/dwc2/hcd.c 	dev_dbg(hsotg->dev, "Init: Port Power? op_state=%d\n", hsotg->op_state);
op_state         2284 drivers/usb/dwc2/hcd.c 	if (hsotg->op_state == OTG_STATE_A_HOST) {
op_state         3210 drivers/usb/dwc2/hcd.c 		hsotg->op_state = OTG_STATE_B_PERIPHERAL;
op_state         3239 drivers/usb/dwc2/hcd.c 		hsotg->op_state = OTG_STATE_A_HOST;
op_state         3295 drivers/usb/dwc2/hcd.c 		hsotg->op_state = OTG_STATE_A_SUSPEND;
op_state         3796 drivers/usb/dwc2/hcd.c 	return hsotg->op_state == OTG_STATE_B_HOST;
op_state         4321 drivers/usb/dwc2/hcd.c 	if (hsotg->op_state == OTG_STATE_B_PERIPHERAL)
op_state          123 fs/ocfs2/stack_user.c 	int op_state;
op_state          177 fs/ocfs2/stack_user.c 	p->op_state = state;
op_state          183 fs/ocfs2/stack_user.c 	return p->op_state;
op_state          306 fs/ocfs2/stack_user.c 	BUG_ON(p->op_state != OCFS2_CONTROL_HANDSHAKE_PROTOCOL);
op_state          316 fs/orangefs/devorangefs-req.c 		     cur_op->op_state,
op_state          339 fs/orangefs/devorangefs-req.c 			     cur_op->op_state,
op_state          498 fs/orangefs/devorangefs-req.c 			     op->op_state,
op_state          158 fs/orangefs/file.c 			switch (new_op->op_state - OP_VFS_STATE_GIVEN_UP) {
op_state          184 fs/orangefs/file.c 					   new_op->op_state);
op_state          191 fs/orangefs/file.c 				     new_op->op_state,
op_state          130 fs/orangefs/orangefs-cache.c 		new_op->op_state = OP_VFS_STATE_UNKNOWN;
op_state          116 fs/orangefs/orangefs-kernel.h 	enum orangefs_vfs_op_states op_state;
op_state          143 fs/orangefs/orangefs-kernel.h #define set_op_state_waiting(op)     ((op)->op_state = OP_VFS_STATE_WAITING)
op_state          144 fs/orangefs/orangefs-kernel.h #define set_op_state_inprogress(op)  ((op)->op_state = OP_VFS_STATE_INPROGR)
op_state          145 fs/orangefs/orangefs-kernel.h #define set_op_state_given_up(op)  ((op)->op_state = OP_VFS_STATE_GIVEN_UP)
op_state          148 fs/orangefs/orangefs-kernel.h 	op->op_state = OP_VFS_STATE_SERVICED;
op_state          152 fs/orangefs/orangefs-kernel.h #define op_state_waiting(op)     ((op)->op_state & OP_VFS_STATE_WAITING)
op_state          153 fs/orangefs/orangefs-kernel.h #define op_state_in_progress(op) ((op)->op_state & OP_VFS_STATE_INPROGR)
op_state          154 fs/orangefs/orangefs-kernel.h #define op_state_serviced(op)    ((op)->op_state & OP_VFS_STATE_SERVICED)
op_state          155 fs/orangefs/orangefs-kernel.h #define op_state_purged(op)      ((op)->op_state & OP_VFS_STATE_PURGED)
op_state          156 fs/orangefs/orangefs-kernel.h #define op_state_given_up(op)    ((op)->op_state & OP_VFS_STATE_GIVEN_UP)
op_state          176 fs/orangefs/orangefs-kernel.h 		op->op_state |= OP_VFS_STATE_PURGED;
op_state          224 fs/orangefs/orangefs-mod.c 				     op->op_state,
op_state           49 fs/orangefs/waitqueue.c 			     op->op_state,
op_state          119 fs/orangefs/waitqueue.c 		     op->op_state,
op_state          234 fs/orangefs/waitqueue.c 		     op->op_state,
op_state          264 fs/orangefs/waitqueue.c 	op->op_state |= OP_VFS_STATE_GIVEN_UP;
op_state          296 fs/orangefs/waitqueue.c 			   op->op_state);
op_state          665 include/linux/edac.h 	int op_state;