Searched refs:rsts (Results 1 – 12 of 12) sorted by relevance
45 struct reset_control *rsts; member193 priv->rsts = devm_reset_control_array_get_optional_shared(&dev->dev); in ehci_platform_probe()194 if (IS_ERR(priv->rsts)) { in ehci_platform_probe()195 err = PTR_ERR(priv->rsts); in ehci_platform_probe()199 err = reset_control_deassert(priv->rsts); in ehci_platform_probe()258 reset_control_assert(priv->rsts); in ehci_platform_probe()283 reset_control_assert(priv->rsts); in ehci_platform_remove()
220 rc = reset_control_deassert(hpriv->rsts); in ahci_platform_enable_resources()231 reset_control_assert(hpriv->rsts); in ahci_platform_enable_resources()258 reset_control_assert(hpriv->rsts); in ahci_platform_disable_resources()412 hpriv->rsts = devm_reset_control_array_get_optional_shared(dev); in ahci_platform_get_resources()413 if (IS_ERR(hpriv->rsts)) { in ahci_platform_get_resources()414 rc = PTR_ERR(hpriv->rsts); in ahci_platform_get_resources()
353 struct reset_control *rsts; /* Optional */ member
194 hw->mbx.stats.rsts++; in ixgbevf_check_for_rst_vf()310 mbx->stats.rsts = 0; in ixgbevf_init_mbx_params_vf()
94 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
81 struct reset_control *rsts; member242 ddata->rsts = in sysc_init_resets()244 if (IS_ERR(ddata->rsts)) in sysc_init_resets()245 return PTR_ERR(ddata->rsts); in sysc_init_resets()250 error = reset_control_assert(ddata->rsts); in sysc_init_resets()255 error = reset_control_deassert(ddata->rsts); in sysc_init_resets()1753 reset_control_assert(ddata->rsts); in sysc_probe()1784 reset_control_assert(ddata->rsts); in sysc_remove()
294 hw->mbx.stats.rsts++; in ixgbe_check_for_rst_pf()420 mbx->stats.rsts = 0; in ixgbe_init_mbx_params_pf()
3605 u32 rsts; member
307 hw->mbx.stats.rsts++; in igb_check_for_rst_pf()470 mbx->stats.rsts = 0; in igb_init_mbx_params_pf()
494 u32 rsts; member