Searched refs:rsts (Results 1 – 17 of 17) sorted by relevance
53 struct reset_control *rsts; member64 error = reset_control_deassert(wkupm3->rsts); in wkup_m3_rproc_start()66 if (!wkupm3->rsts && pdata->deassert_reset(pdev, pdata->reset_name)) { in wkup_m3_rproc_start()82 error = reset_control_assert(wkupm3->rsts); in wkup_m3_rproc_stop()84 if (!wkupm3->rsts && pdata->assert_reset(pdev, pdata->reset_name)) { in wkup_m3_rproc_stop()171 wkupm3->rsts = devm_reset_control_get_optional_shared(dev, "rstctrl"); in wkup_m3_rproc_probe()172 if (IS_ERR(wkupm3->rsts)) in wkup_m3_rproc_probe()173 return PTR_ERR(wkupm3->rsts); in wkup_m3_rproc_probe()174 if (!wkupm3->rsts) { in wkup_m3_rproc_probe()
39 struct reset_control *rsts; member67 ret = reset_control_deassert(priv->rsts); in usb2_clock_sel_enable()73 reset_control_assert(priv->rsts); in usb2_clock_sel_enable()89 reset_control_assert(priv->rsts); in usb2_clock_sel_disable()161 priv->rsts = devm_reset_control_array_get_shared(dev); in rcar_usb2_clock_sel_probe()162 if (IS_ERR(priv->rsts)) in rcar_usb2_clock_sel_probe()163 return PTR_ERR(priv->rsts); in rcar_usb2_clock_sel_probe()
50 struct reset_control *rsts; member321 priv->rsts = devm_reset_control_array_get_optional_shared(&dev->dev); in ehci_platform_probe()322 if (IS_ERR(priv->rsts)) { in ehci_platform_probe()323 err = PTR_ERR(priv->rsts); in ehci_platform_probe()327 err = reset_control_deassert(priv->rsts); in ehci_platform_probe()391 reset_control_assert(priv->rsts); in ehci_platform_probe()419 reset_control_assert(priv->rsts); in ehci_platform_remove()
138 return reset_control_reset(hpriv->rsts); in ahci_platform_deassert_rsts()140 return reset_control_deassert(hpriv->rsts); in ahci_platform_deassert_rsts()157 return reset_control_rearm(hpriv->rsts); in ahci_platform_assert_rsts()159 return reset_control_assert(hpriv->rsts); in ahci_platform_assert_rsts()478 hpriv->rsts = devm_reset_control_array_get_optional_shared(dev); in ahci_platform_get_resources()479 if (IS_ERR(hpriv->rsts)) { in ahci_platform_get_resources()480 rc = PTR_ERR(hpriv->rsts); in ahci_platform_get_resources()
263 hpriv->rsts = devm_reset_control_get_optional_exclusive(&pdev->dev, in ceva_ahci_probe()265 if (IS_ERR(hpriv->rsts)) in ceva_ahci_probe()266 return dev_err_probe(&pdev->dev, PTR_ERR(hpriv->rsts), in ceva_ahci_probe()
348 struct reset_control *rsts; /* Optional */ member
632 priv->rsts = devm_reset_control_array_get_optional_shared(dev); in usbhs_probe()633 if (IS_ERR(priv->rsts)) in usbhs_probe()634 return PTR_ERR(priv->rsts); in usbhs_probe()695 ret = reset_control_deassert(priv->rsts); in usbhs_probe()756 reset_control_assert(priv->rsts); in usbhs_probe()783 reset_control_assert(priv->rsts); in usbhs_remove()
283 struct reset_control *rsts; member
194 hw->mbx.stats.rsts++; in ixgbevf_check_for_rst_vf()310 mbx->stats.rsts = 0; in ixgbevf_init_mbx_params_vf()
91 u32 rsts; member
199 hw->mbx.stats.rsts++; in e1000_check_for_rst_vf()333 mbx->stats.rsts = 0; in e1000_init_mbx_params_vf()
200 u32 rsts; member
137 struct reset_control *rsts; member632 ddata->rsts = in sysc_init_resets()635 return PTR_ERR_OR_ZERO(ddata->rsts); in sysc_init_resets()1284 reset_control_assert(ddata->rsts); in sysc_runtime_suspend_legacy()1307 reset_control_deassert(ddata->rsts); in sysc_runtime_resume_legacy()1344 reset_control_assert(ddata->rsts); in sysc_runtime_suspend()1372 reset_control_deassert(ddata->rsts); in sysc_runtime_resume()2167 error = reset_control_deassert(ddata->rsts); in sysc_init_module()2208 reset_control_assert(ddata->rsts); in sysc_init_module()3310 reset_control_assert(ddata->rsts); in sysc_probe()[all …]
294 hw->mbx.stats.rsts++; in ixgbe_check_for_rst_pf()420 mbx->stats.rsts = 0; in ixgbe_init_mbx_params_pf()
3614 u32 rsts; member
308 hw->mbx.stats.rsts++; in igb_check_for_rst_pf()471 mbx->stats.rsts = 0; in igb_init_mbx_params_pf()
494 u32 rsts; member