Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dehci-platform.c45 struct reset_control *rsts; member
191 priv->rsts = devm_reset_control_array_get_optional_shared(&dev->dev); in ehci_platform_probe()
192 if (IS_ERR(priv->rsts)) { in ehci_platform_probe()
193 err = PTR_ERR(priv->rsts); in ehci_platform_probe()
197 err = reset_control_deassert(priv->rsts); in ehci_platform_probe()
256 reset_control_assert(priv->rsts); in ehci_platform_probe()
281 reset_control_assert(priv->rsts); in ehci_platform_remove()
/Linux-v5.4/drivers/ata/
Dlibahci_platform.c237 rc = reset_control_deassert(hpriv->rsts); in ahci_platform_enable_resources()
248 reset_control_assert(hpriv->rsts); in ahci_platform_enable_resources()
275 reset_control_assert(hpriv->rsts); in ahci_platform_disable_resources()
448 hpriv->rsts = devm_reset_control_array_get_optional_shared(dev); in ahci_platform_get_resources()
449 if (IS_ERR(hpriv->rsts)) { in ahci_platform_get_resources()
450 rc = PTR_ERR(hpriv->rsts); in ahci_platform_get_resources()
Dahci.h341 struct reset_control *rsts; /* Optional */ member
/Linux-v5.4/drivers/usb/renesas_usbhs/
Dcommon.c633 priv->rsts = devm_reset_control_array_get_optional_shared(dev); in usbhs_probe()
634 if (IS_ERR(priv->rsts)) in usbhs_probe()
635 return PTR_ERR(priv->rsts); in usbhs_probe()
697 ret = reset_control_deassert(priv->rsts); in usbhs_probe()
761 reset_control_assert(priv->rsts); in usbhs_probe()
788 reset_control_assert(priv->rsts); in usbhs_remove()
Dcommon.h282 struct reset_control *rsts; member
/Linux-v5.4/drivers/bus/
Dti-sysc.c89 struct reset_control *rsts; member
504 ddata->rsts = in sysc_init_resets()
506 if (IS_ERR(ddata->rsts)) in sysc_init_resets()
507 return PTR_ERR(ddata->rsts); in sysc_init_resets()
1029 reset_control_assert(ddata->rsts); in sysc_runtime_suspend_legacy()
1040 reset_control_deassert(ddata->rsts); in sysc_runtime_resume_legacy()
1087 reset_control_assert(ddata->rsts); in sysc_runtime_suspend()
1107 reset_control_deassert(ddata->rsts); in sysc_runtime_resume()
1552 if (!ddata->rsts) in sysc_rstctrl_reset_deassert()
1556 error = reset_control_assert(ddata->rsts); in sysc_rstctrl_reset_deassert()
[all …]
/Linux-v5.4/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.4/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.4/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.4/drivers/net/ethernet/intel/igb/
De1000_mbx.c307 hw->mbx.stats.rsts++; in igb_check_for_rst_pf()
470 mbx->stats.rsts = 0; in igb_init_mbx_params_pf()
De1000_hw.h494 u32 rsts; member