Home
last modified time | relevance | path

Searched refs:rst_ctrl (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun8i_dw_hdmi.c116 hdmi->rst_ctrl = devm_reset_control_get(dev, "ctrl"); in sun8i_dw_hdmi_bind()
117 if (IS_ERR(hdmi->rst_ctrl)) { in sun8i_dw_hdmi_bind()
119 return PTR_ERR(hdmi->rst_ctrl); in sun8i_dw_hdmi_bind()
128 ret = reset_control_deassert(hdmi->rst_ctrl); in sun8i_dw_hdmi_bind()
185 reset_control_assert(hdmi->rst_ctrl); in sun8i_dw_hdmi_bind()
198 reset_control_assert(hdmi->rst_ctrl); in sun8i_dw_hdmi_unbind()
Dsun8i_dw_hdmi.h179 struct reset_control *rst_ctrl; member
/Linux-v4.19/drivers/phy/marvell/
Dphy-berlin-usb.c110 struct reset_control *rst_ctrl; member
118 reset_control_reset(priv->rst_ctrl); in phy_berlin_usb_power_on()
181 priv->rst_ctrl = devm_reset_control_get(&pdev->dev, NULL); in phy_berlin_usb_probe()
182 if (IS_ERR(priv->rst_ctrl)) in phy_berlin_usb_probe()
183 return PTR_ERR(priv->rst_ctrl); in phy_berlin_usb_probe()
/Linux-v4.19/arch/ia64/kernel/
Dperfmon.c3506 pfm_ovfl_ctrl_t rst_ctrl; in pfm_restart() local
3558 rst_ctrl.bits.mask_monitoring = 0; in pfm_restart()
3559 rst_ctrl.bits.reset_ovfl_pmds = 0; in pfm_restart()
3562 ret = pfm_buf_fmt_restart_active(fmt, task, &rst_ctrl, ctx->ctx_smpl_hdr, regs); in pfm_restart()
3564 ret = pfm_buf_fmt_restart(fmt, task, &rst_ctrl, ctx->ctx_smpl_hdr, regs); in pfm_restart()
3566 rst_ctrl.bits.mask_monitoring = 0; in pfm_restart()
3567 rst_ctrl.bits.reset_ovfl_pmds = 1; in pfm_restart()
3571 if (rst_ctrl.bits.reset_ovfl_pmds) in pfm_restart()
3574 if (rst_ctrl.bits.mask_monitoring == 0) { in pfm_restart()
4907 pfm_ovfl_ctrl_t rst_ctrl; in pfm_resume_after_ovfl() local
[all …]