Home
last modified time | relevance | path

Searched refs:op_state (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/kernel/fs/orangefs/
H A Dorangefs-kernel.h116 enum orangefs_vfs_op_states op_state; member
143 #define set_op_state_waiting(op) ((op)->op_state = OP_VFS_STATE_WAITING)
144 #define set_op_state_inprogress(op) ((op)->op_state = OP_VFS_STATE_INPROGR)
145 #define set_op_state_given_up(op) ((op)->op_state = OP_VFS_STATE_GIVEN_UP)
148 op->op_state = OP_VFS_STATE_SERVICED; in set_op_state_serviced()
152 #define op_state_waiting(op) ((op)->op_state & OP_VFS_STATE_WAITING)
153 #define op_state_in_progress(op) ((op)->op_state & OP_VFS_STATE_INPROGR)
154 #define op_state_serviced(op) ((op)->op_state & OP_VFS_STATE_SERVICED)
155 #define op_state_purged(op) ((op)->op_state & OP_VFS_STATE_PURGED)
156 #define op_state_given_up(op) ((op)->op_state & OP_VFS_STATE_GIVEN_UP)
[all …]
H A Dwaitqueue.c49 op->op_state, in purge_waiting_ops()
119 op->op_state, in service_operation()
234 op->op_state, in orangefs_cancel_op_in_progress()
264 op->op_state |= OP_VFS_STATE_GIVEN_UP; in orangefs_clean_up_interrupted_operation()
296 op->op_state); in orangefs_clean_up_interrupted_operation()
H A Dfile.c193 switch (new_op->op_state - OP_VFS_STATE_GIVEN_UP) { in wait_for_direct_io()
219 new_op->op_state); in wait_for_direct_io()
226 new_op->op_state, in wait_for_direct_io()
H A Ddevorangefs-req.c316 cur_op->op_state, in orangefs_devreq_read()
339 cur_op->op_state, in orangefs_devreq_read()
498 op->op_state, in orangefs_devreq_write_iter()
H A Dorangefs-cache.c130 new_op->op_state = OP_VFS_STATE_UNKNOWN; in op_alloc()
H A Dorangefs-mod.c224 op->op_state, in purge_inprogress_ops()
/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dcore_intr.c59 switch (hsotg->op_state) { in dwc2_op_state_str()
132 if (hsotg->op_state == OTG_STATE_B_HOST) { in dwc2_handle_otg_intr()
133 hsotg->op_state = OTG_STATE_B_PERIPHERAL; in dwc2_handle_otg_intr()
189 hsotg->op_state = OTG_STATE_B_HOST; in dwc2_handle_otg_intr()
213 hsotg->op_state = OTG_STATE_B_HOST; in dwc2_handle_otg_intr()
237 hsotg->op_state); in dwc2_handle_otg_intr()
241 hsotg->op_state = OTG_STATE_A_PERIPHERAL; in dwc2_handle_otg_intr()
250 hsotg->op_state = OTG_STATE_A_HOST; in dwc2_handle_otg_intr()
477 if (hsotg->op_state == OTG_STATE_A_HOST) in dwc2_handle_disconnect_intr()
554 if (hsotg->op_state == OTG_STATE_A_PERIPHERAL) { in dwc2_handle_usb_suspend_intr()
[all …]
H A Dplatform.c809 dwc2->op_state = OTG_STATE_A_HOST; in dwc2_resume()
815 dwc2->op_state == OTG_STATE_A_HOST && in dwc2_resume()
827 dwc2->op_state = OTG_STATE_B_PERIPHERAL; in dwc2_resume()
837 dwc2->op_state == OTG_STATE_B_PERIPHERAL)) { in dwc2_resume()
H A Dhcd.c1685 if (hsotg->op_state == OTG_STATE_B_HOST) { in dwc2_hcd_start()
1803 if (hsotg->op_state != OTG_STATE_A_SUSPEND) { in dwc2_hcd_disconnect()
2149 hsotg->op_state = OTG_STATE_A_HOST; in dwc2_core_init()
2152 hsotg->op_state = OTG_STATE_B_PERIPHERAL; in dwc2_core_init()
2288 dev_dbg(hsotg->dev, "Init: Port Power? op_state=%d\n", hsotg->op_state); in dwc2_core_host_init()
2289 if (hsotg->op_state == OTG_STATE_A_HOST) { in dwc2_core_host_init()
3233 hsotg->op_state = OTG_STATE_B_PERIPHERAL; in dwc2_conn_id_status_change()
3262 hsotg->op_state = OTG_STATE_A_HOST; in dwc2_conn_id_status_change()
3318 hsotg->op_state = OTG_STATE_A_SUSPEND; in dwc2_port_suspend()
3819 return hsotg->op_state == OTG_STATE_B_HOST; in dwc2_hcd_is_b_host()
[all …]
H A Dcore.h1059 enum usb_otg_state op_state; member
/OK3568_Linux_fs/kernel/drivers/edac/
H A Dedac_pci.c53 pci->op_state = OP_ALLOC; in edac_pci_alloc_ctl_info()
178 if (pci->op_state != OP_RUNNING_POLL) { in edac_pci_workq_function()
223 pci->op_state = OP_RUNNING_POLL; in edac_pci_add_device()
229 pci->op_state = OP_RUNNING_INTERRUPT; in edac_pci_add_device()
235 edac_op_state_to_string(pci->op_state)); in edac_pci_add_device()
266 pci->op_state = OP_OFFLINE; in edac_pci_del_device()
H A Dedac_device.c207 dev_ctl->op_state = OP_ALLOC; in edac_device_alloc_ctl_info()
351 if (edac_dev->op_state == OP_OFFLINE) { in edac_device_workq_function()
357 if ((edac_dev->op_state == OP_RUNNING_POLL) && in edac_device_workq_function()
414 edac_dev->op_state = OP_OFFLINE; in edac_device_workq_teardown()
474 edac_dev->op_state = OP_RUNNING_POLL; in edac_device_add_device()
482 edac_dev->op_state = OP_RUNNING_INTERRUPT; in edac_device_add_device()
489 edac_op_state_to_string(edac_dev->op_state)); in edac_device_add_device()
520 edac_dev->op_state = OP_OFFLINE; in edac_device_del_device()
H A Dedac_mc.c463 mci->op_state = OP_ALLOC; in edac_mc_alloc()
544 if (mci->op_state != OP_RUNNING_POLL) { in edac_mc_workq_function()
574 if (mci->op_state == OP_RUNNING_POLL) in edac_mc_reset_delay_period()
724 mci->op_state = OP_RUNNING_POLL; in edac_mc_add_mc_with_groups()
730 mci->op_state = OP_RUNNING_INTERRUPT; in edac_mc_add_mc_with_groups()
737 edac_op_state_to_string(mci->op_state)); in edac_mc_add_mc_with_groups()
769 mci->op_state = OP_OFFLINE; in edac_mc_del_mc()
H A Dedac_pci.h54 int op_state; member
H A Dedac_mc.h256 extern char *edac_op_state_to_string(int op_state);
H A Dedac_device.h182 int op_state; member
H A Dxgene_edac.c788 if (edac_dev->op_state == OP_RUNNING_INTERRUPT) { in xgene_edac_pmd_hw_ctl()
961 edac_dev->op_state = OP_RUNNING_INTERRUPT; in xgene_edac_pmd_add()
1122 if (edac_dev->op_state == OP_RUNNING_INTERRUPT) { in xgene_edac_l3_hw_init()
1130 if (edac_dev->op_state == OP_RUNNING_INTERRUPT) { in xgene_edac_l3_hw_init()
1244 edac_dev->op_state = OP_RUNNING_INTERRUPT; in xgene_edac_l3_add()
1692 if (edac_dev->op_state == OP_RUNNING_INTERRUPT) { in xgene_edac_soc_hw_init()
1782 edac_dev->op_state = OP_RUNNING_INTERRUPT; in xgene_edac_soc_add()
H A Dmpc85xx_edac.c573 edac_dev->op_state = OP_RUNNING_INTERRUPT; in mpc85xx_l2_err_probe()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-i2c.c220 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state; in xgbe_i2c_write()
248 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state; in xgbe_i2c_read()
266 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state; in xgbe_i2c_clear_isr_interrupts()
280 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state; in xgbe_i2c_isr_task()
379 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state; in xgbe_i2c_xfer()
/OK3568_Linux_fs/kernel/drivers/s390/cio/
H A Dscm.c142 scmdev->attrs.oper_state = sale->op_state; in scmdev_setup()
163 scmdev->attrs.oper_state != sale->op_state; in scmdev_update()
165 scmdev->attrs.oper_state = sale->op_state; in scmdev_update()
H A Dchsc.h177 u32 op_state:4; member
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dstack_user.c123 int op_state; member
177 p->op_state = state; in ocfs2_control_set_handshake_state()
183 return p->op_state; in ocfs2_control_get_handshake_state()
306 BUG_ON(p->op_state != OCFS2_CONTROL_HANDSHAKE_PROTOCOL); in ocfs2_control_install_private()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dfcx.h132 u32 op_state:8; member
/OK3568_Linux_fs/kernel/include/linux/
H A Dedac.h582 int op_state; member
/OK3568_Linux_fs/buildroot/package/opentyrian/
H A D0001-Move-definitions-that-don-t-need-to-be-exposed-from-opl-h-to-opl-c.patch120 + Bit32u op_state; // current state of operator (attack/decay/sustain/release/off)
291 - Bit32u op_state; // current state of operator (attack/decay/sustain/release/off)

12