Home
last modified time | relevance | path

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

/Linux-v5.10/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()
163 priv->rsts = devm_reset_control_array_get(dev, true, false); in rcar_usb2_clock_sel_probe()
164 if (IS_ERR(priv->rsts)) in rcar_usb2_clock_sel_probe()
165 return PTR_ERR(priv->rsts); in rcar_usb2_clock_sel_probe()
/Linux-v5.10/drivers/usb/host/
Dehci-platform.c50 struct reset_control *rsts; member
312 priv->rsts = devm_reset_control_array_get_optional_shared(&dev->dev); in ehci_platform_probe()
313 if (IS_ERR(priv->rsts)) { in ehci_platform_probe()
314 err = PTR_ERR(priv->rsts); in ehci_platform_probe()
318 err = reset_control_deassert(priv->rsts); in ehci_platform_probe()
380 reset_control_assert(priv->rsts); in ehci_platform_probe()
408 reset_control_assert(priv->rsts); in ehci_platform_remove()
/Linux-v5.10/drivers/ata/
Dlibahci_platform.c239 rc = reset_control_deassert(hpriv->rsts); in ahci_platform_enable_resources()
250 reset_control_assert(hpriv->rsts); in ahci_platform_enable_resources()
277 reset_control_assert(hpriv->rsts); in ahci_platform_disable_resources()
450 hpriv->rsts = devm_reset_control_array_get_optional_shared(dev); in ahci_platform_get_resources()
451 if (IS_ERR(hpriv->rsts)) { in ahci_platform_get_resources()
452 rc = PTR_ERR(hpriv->rsts); in ahci_platform_get_resources()
Dahci.h344 struct reset_control *rsts; /* Optional */ member
/Linux-v5.10/drivers/usb/renesas_usbhs/
Dcommon.c632 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()
Dcommon.h283 struct reset_control *rsts; member
/Linux-v5.10/drivers/net/ethernet/intel/ixgbevf/
Dmbx.c194 hw->mbx.stats.rsts++; in ixgbevf_check_for_rst_vf()
310 mbx->stats.rsts = 0; in ixgbevf_init_mbx_params_vf()
Dvf.h94 u32 rsts; member
/Linux-v5.10/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-v5.10/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.h3617 u32 rsts; member
/Linux-v5.10/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
/Linux-v5.10/drivers/bus/
Dti-sysc.c126 struct reset_control *rsts; member
580 ddata->rsts = in sysc_init_resets()
583 return PTR_ERR_OR_ZERO(ddata->rsts); in sysc_init_resets()
1167 reset_control_assert(ddata->rsts); in sysc_runtime_suspend_legacy()
1190 reset_control_deassert(ddata->rsts); in sysc_runtime_resume_legacy()
1225 reset_control_assert(ddata->rsts); in sysc_runtime_suspend()
1255 reset_control_deassert(ddata->rsts); in sysc_runtime_resume()
1969 error = reset_control_deassert(ddata->rsts); in sysc_init_module()
1999 reset_control_assert(ddata->rsts); in sysc_init_module()
2979 reset_control_assert(ddata->rsts); in sysc_probe()
[all …]