Home
last modified time | relevance | path

Searched refs:rsts (Results 1 – 17 of 17) sorted by relevance

/linux-6.1.9/drivers/remoteproc/
Dwkup_m3_rproc.c53 struct reset_control *rsts; member
64 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()
172 wkupm3->rsts = devm_reset_control_get_optional_shared(dev, "rstctrl"); in wkup_m3_rproc_probe()
173 if (IS_ERR(wkupm3->rsts)) in wkup_m3_rproc_probe()
174 return PTR_ERR(wkupm3->rsts); in wkup_m3_rproc_probe()
175 if (!wkupm3->rsts) { in wkup_m3_rproc_probe()
/linux-6.1.9/drivers/clk/renesas/
Drcar-usb2-clock-sel.c39 struct reset_control *rsts; member
67 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()
/linux-6.1.9/drivers/usb/host/
Dehci-platform.c49 struct reset_control *rsts; member
318 priv->rsts = devm_reset_control_array_get_optional_shared(&dev->dev); in ehci_platform_probe()
319 if (IS_ERR(priv->rsts)) { in ehci_platform_probe()
320 err = PTR_ERR(priv->rsts); in ehci_platform_probe()
324 err = reset_control_deassert(priv->rsts); in ehci_platform_probe()
390 reset_control_assert(priv->rsts); in ehci_platform_probe()
418 reset_control_assert(priv->rsts); in ehci_platform_remove()
/linux-6.1.9/drivers/ata/
Dlibahci_platform.c162 return reset_control_reset(hpriv->rsts); in ahci_platform_deassert_rsts()
164 return reset_control_deassert(hpriv->rsts); in ahci_platform_deassert_rsts()
181 return reset_control_rearm(hpriv->rsts); in ahci_platform_assert_rsts()
183 return reset_control_assert(hpriv->rsts); in ahci_platform_assert_rsts()
536 hpriv->rsts = devm_reset_control_array_get_optional_shared(dev); in ahci_platform_get_resources()
537 if (IS_ERR(hpriv->rsts)) { in ahci_platform_get_resources()
538 rc = PTR_ERR(hpriv->rsts); in ahci_platform_get_resources()
Dahci.h351 struct reset_control *rsts; /* Optional */ member
/linux-6.1.9/drivers/usb/renesas_usbhs/
Dcommon.c630 priv->rsts = devm_reset_control_array_get_optional_shared(dev); in usbhs_probe()
631 if (IS_ERR(priv->rsts)) in usbhs_probe()
632 return PTR_ERR(priv->rsts); in usbhs_probe()
691 ret = reset_control_deassert(priv->rsts); in usbhs_probe()
752 reset_control_assert(priv->rsts); in usbhs_probe()
779 reset_control_assert(priv->rsts); in usbhs_remove()
Dcommon.h282 struct reset_control *rsts; member
/linux-6.1.9/drivers/clk/baikal-t1/
Dclk-ccu-div.c121 struct ccu_rst *rsts; member
438 data->rsts = ccu_rst_hw_register(&init); in ccu_div_rst_register()
439 if (IS_ERR(data->rsts)) { in ccu_div_rst_register()
442 return PTR_ERR(data->rsts); in ccu_div_rst_register()
/linux-6.1.9/drivers/net/ethernet/intel/ixgbevf/
Dmbx.c112 hw->mbx.stats.rsts++; in ixgbevf_clear_rst_vf()
188 hw->mbx.stats.rsts++; in ixgbevf_check_for_rst_vf()
426 mbx->stats.rsts = 0; in ixgbevf_init_mbx_params_vf()
Dvf.h91 u32 rsts; member
/linux-6.1.9/drivers/net/ethernet/intel/igbvf/
Dmbx.c199 hw->mbx.stats.rsts++; in e1000_check_for_rst_vf()
333 mbx->stats.rsts = 0; in e1000_init_mbx_params_vf()
Dvf.h200 u32 rsts; member
/linux-6.1.9/drivers/bus/
Dti-sysc.c136 struct reset_control *rsts; member
633 ddata->rsts = in sysc_init_resets()
636 return PTR_ERR_OR_ZERO(ddata->rsts); in sysc_init_resets()
1283 reset_control_assert(ddata->rsts); in sysc_runtime_suspend_legacy()
1306 reset_control_deassert(ddata->rsts); in sysc_runtime_resume_legacy()
1343 reset_control_assert(ddata->rsts); in sysc_runtime_suspend()
1371 reset_control_deassert(ddata->rsts); in sysc_runtime_resume()
2211 error = reset_control_deassert(ddata->rsts); in sysc_init_module()
2252 reset_control_assert(ddata->rsts); in sysc_init_module()
3353 reset_control_assert(ddata->rsts); in sysc_probe()
[all …]
/linux-6.1.9/drivers/net/ethernet/intel/ixgbe/
Dixgbe_mbx.c294 hw->mbx.stats.rsts++; in ixgbe_check_for_rst_pf()
420 mbx->stats.rsts = 0; in ixgbe_init_mbx_params_pf()
Dixgbe_type.h3621 u32 rsts; member
/linux-6.1.9/drivers/net/ethernet/intel/igb/
De1000_mbx.c308 hw->mbx.stats.rsts++; in igb_check_for_rst_pf()
471 mbx->stats.rsts = 0; in igb_init_mbx_params_pf()
De1000_hw.h494 u32 rsts; member