Home
last modified time | relevance | path

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

/drivers/usb/dwc2/
A Dcore_intr.c29 switch (hsotg->op_state) { in dwc2_op_state_str()
117 if (hsotg->op_state == OTG_STATE_B_HOST) { in dwc2_handle_otg_intr()
118 hsotg->op_state = OTG_STATE_B_PERIPHERAL; in dwc2_handle_otg_intr()
174 hsotg->op_state = OTG_STATE_B_HOST; in dwc2_handle_otg_intr()
198 hsotg->op_state = OTG_STATE_B_HOST; in dwc2_handle_otg_intr()
222 hsotg->op_state); in dwc2_handle_otg_intr()
226 hsotg->op_state = OTG_STATE_A_PERIPHERAL; in dwc2_handle_otg_intr()
235 hsotg->op_state = OTG_STATE_A_HOST; in dwc2_handle_otg_intr()
502 if (hsotg->op_state == OTG_STATE_A_HOST) in dwc2_handle_disconnect_intr()
591 hsotg->op_state = OTG_STATE_A_HOST; in dwc2_handle_usb_suspend_intr()
[all …]
A Dhcd.c1648 if (hsotg->op_state == OTG_STATE_B_HOST) { in dwc2_hcd_start()
1766 if (hsotg->op_state != OTG_STATE_A_SUSPEND) { in dwc2_hcd_disconnect()
2110 hsotg->op_state = OTG_STATE_A_HOST; in dwc2_core_init()
2113 hsotg->op_state = OTG_STATE_B_PERIPHERAL; in dwc2_core_init()
2249 dev_dbg(hsotg->dev, "Init: Port Power? op_state=%d\n", hsotg->op_state); in dwc2_core_host_init()
2250 if (hsotg->op_state == OTG_STATE_A_HOST) { in dwc2_core_host_init()
3191 hsotg->op_state = OTG_STATE_B_PERIPHERAL; in dwc2_conn_id_status_change()
3220 hsotg->op_state = OTG_STATE_A_HOST; in dwc2_conn_id_status_change()
3286 hsotg->op_state = OTG_STATE_A_SUSPEND; in dwc2_port_suspend()
3817 return hsotg->op_state == OTG_STATE_B_HOST; in dwc2_hcd_is_b_host()
[all …]
A Dcore.h1063 enum usb_otg_state op_state; member
A Dgadget.c4263 if (hsotg->op_state != OTG_STATE_B_PERIPHERAL) { in dwc2_hsotg_ep_disable()
4683 hsotg->op_state); in dwc2_hsotg_pullup()
4686 if (hsotg->op_state != OTG_STATE_B_PERIPHERAL) { in dwc2_hsotg_pullup()
4730 hsotg->op_state = OTG_STATE_B_PERIPHERAL; in dwc2_hsotg_vbus_session()
5019 hsotg->op_state = OTG_STATE_B_PERIPHERAL; in dwc2_gadget_init()
/drivers/edac/
A Dedac_pci.c45 pci->op_state = OP_ALLOC; in edac_pci_alloc_ctl_info()
174 if (pci->op_state != OP_RUNNING_POLL) { in edac_pci_workq_function()
219 pci->op_state = OP_RUNNING_POLL; in edac_pci_add_device()
225 pci->op_state = OP_RUNNING_INTERRUPT; in edac_pci_add_device()
231 edac_op_state_to_string(pci->op_state)); in edac_pci_add_device()
262 pci->op_state = OP_OFFLINE; in edac_pci_del_device()
A Dedac_device.c128 dev_ctl->op_state = OP_ALLOC; in edac_device_alloc_ctl_info()
275 if (edac_dev->op_state == OP_OFFLINE) { in edac_device_workq_function()
281 if ((edac_dev->op_state == OP_RUNNING_POLL) && in edac_device_workq_function()
338 edac_dev->op_state = OP_OFFLINE; in edac_device_workq_teardown()
397 edac_dev->op_state = OP_RUNNING_POLL; in edac_device_add_device()
401 edac_dev->op_state = OP_RUNNING_INTERRUPT; in edac_device_add_device()
408 edac_op_state_to_string(edac_dev->op_state)); in edac_device_add_device()
439 edac_dev->op_state = OP_OFFLINE; in edac_device_del_device()
A Dedac_mc.c395 mci->op_state = OP_ALLOC; in edac_mc_alloc()
476 if (mci->op_state != OP_RUNNING_POLL) { in edac_mc_workq_function()
506 if (mci->op_state == OP_RUNNING_POLL) in edac_mc_reset_delay_period()
656 mci->op_state = OP_RUNNING_POLL; in edac_mc_add_mc_with_groups()
662 mci->op_state = OP_RUNNING_INTERRUPT; in edac_mc_add_mc_with_groups()
669 edac_op_state_to_string(mci->op_state)); in edac_mc_add_mc_with_groups()
701 mci->op_state = OP_OFFLINE; in edac_mc_del_mc()
A Dedac_pci.h51 int op_state; member
A Dedac_device.h172 int op_state; member
A Dedac_mc.h256 extern char *edac_op_state_to_string(int op_state);
A Dxgene_edac.c789 if (edac_dev->op_state == OP_RUNNING_INTERRUPT) { in xgene_edac_pmd_hw_ctl()
962 edac_dev->op_state = OP_RUNNING_INTERRUPT; in xgene_edac_pmd_add()
1123 if (edac_dev->op_state == OP_RUNNING_INTERRUPT) { in xgene_edac_l3_hw_init()
1131 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()
1781 edac_dev->op_state = OP_RUNNING_INTERRUPT; in xgene_edac_soc_add()
A Dmpc85xx_edac.c572 edac_dev->op_state = OP_RUNNING_INTERRUPT; in mpc85xx_l2_err_probe()
/drivers/net/ethernet/amd/xgbe/
A Dxgbe-i2c.c111 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state; in xgbe_i2c_write()
139 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state; in xgbe_i2c_read()
157 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state; in xgbe_i2c_clear_isr_interrupts()
171 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state; in xgbe_i2c_isr_bh_work()
270 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state; in xgbe_i2c_xfer()
A Dxgbe.h609 struct xgbe_i2c_op_state op_state; member
/drivers/s390/cio/
A Dscm.c144 scmdev->attrs.oper_state = sale->op_state; in scmdev_setup()
165 scmdev->attrs.oper_state != sale->op_state; in scmdev_update()
167 scmdev->attrs.oper_state = sale->op_state; in scmdev_update()
A Dchsc.h199 u32 op_state:4; member

Completed in 60 milliseconds