Home
last modified time | relevance | path

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

/drivers/usb/dwc2/
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 …]
Dhcd.c1683 if (hsotg->op_state == OTG_STATE_B_HOST) { in dwc2_hcd_start()
1801 if (hsotg->op_state != OTG_STATE_A_SUSPEND) { in dwc2_hcd_disconnect()
2145 hsotg->op_state = OTG_STATE_A_HOST; in dwc2_core_init()
2148 hsotg->op_state = OTG_STATE_B_PERIPHERAL; in dwc2_core_init()
2284 dev_dbg(hsotg->dev, "Init: Port Power? op_state=%d\n", hsotg->op_state); in dwc2_core_host_init()
2285 if (hsotg->op_state == OTG_STATE_A_HOST) { in dwc2_core_host_init()
3211 hsotg->op_state = OTG_STATE_B_PERIPHERAL; in dwc2_conn_id_status_change()
3240 hsotg->op_state = OTG_STATE_A_HOST; in dwc2_conn_id_status_change()
3296 hsotg->op_state = OTG_STATE_A_SUSPEND; in dwc2_port_suspend()
3797 return hsotg->op_state == OTG_STATE_B_HOST; in dwc2_hcd_is_b_host()
[all …]
Dcore.h1058 enum usb_otg_state op_state; member
Dgadget.c4249 if (hsotg->op_state != OTG_STATE_B_PERIPHERAL) { in dwc2_hsotg_ep_disable()
4638 hsotg->op_state); in dwc2_hsotg_pullup()
4641 if (hsotg->op_state != OTG_STATE_B_PERIPHERAL) { in dwc2_hsotg_pullup()
4681 hsotg->op_state = OTG_STATE_B_PERIPHERAL; in dwc2_hsotg_vbus_session()
4935 hsotg->op_state = OTG_STATE_B_PERIPHERAL; in dwc2_gadget_init()
/drivers/edac/
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()
Dedac_device.c210 dev_ctl->op_state = OP_ALLOC; in edac_device_alloc_ctl_info()
354 if (edac_dev->op_state == OP_OFFLINE) { in edac_device_workq_function()
360 if ((edac_dev->op_state == OP_RUNNING_POLL) && in edac_device_workq_function()
417 edac_dev->op_state = OP_OFFLINE; in edac_device_workq_teardown()
476 edac_dev->op_state = OP_RUNNING_POLL; in edac_device_add_device()
480 edac_dev->op_state = OP_RUNNING_INTERRUPT; in edac_device_add_device()
487 edac_op_state_to_string(edac_dev->op_state)); in edac_device_add_device()
518 edac_dev->op_state = OP_OFFLINE; in edac_device_del_device()
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()
Dedac_pci.h54 int op_state; member
Dedac_device.h182 int op_state; member
Dedac_mc.h256 extern char *edac_op_state_to_string(int op_state);
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()
Dmpc85xx_edac.c573 edac_dev->op_state = OP_RUNNING_INTERRUPT; in mpc85xx_l2_err_probe()
/drivers/net/ethernet/amd/xgbe/
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()
Dxgbe.h664 struct xgbe_i2c_op_state op_state; member
/drivers/s390/cio/
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()
Dchsc.h177 u32 op_state:4; member