Searched refs:rst_ctrl (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/phy/marvell/ |
| D | phy-berlin-usb.c | 110 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-v5.4/drivers/gpu/drm/sun4i/ |
| D | sun8i_dw_hdmi.c | 159 hdmi->rst_ctrl = devm_reset_control_get(dev, "ctrl"); in sun8i_dw_hdmi_bind() 160 if (IS_ERR(hdmi->rst_ctrl)) { in sun8i_dw_hdmi_bind() 162 return PTR_ERR(hdmi->rst_ctrl); in sun8i_dw_hdmi_bind() 197 ret = reset_control_deassert(hdmi->rst_ctrl); in sun8i_dw_hdmi_bind() 252 reset_control_assert(hdmi->rst_ctrl); in sun8i_dw_hdmi_bind() 271 reset_control_assert(hdmi->rst_ctrl); in sun8i_dw_hdmi_unbind()
|
| D | sun8i_dw_hdmi.h | 193 struct reset_control *rst_ctrl; member
|
| /Linux-v5.4/arch/ia64/kernel/ |
| D | perfmon.c | 3459 pfm_ovfl_ctrl_t rst_ctrl; in pfm_restart() local 3511 rst_ctrl.bits.mask_monitoring = 0; in pfm_restart() 3512 rst_ctrl.bits.reset_ovfl_pmds = 0; in pfm_restart() 3515 ret = pfm_buf_fmt_restart_active(fmt, task, &rst_ctrl, ctx->ctx_smpl_hdr, regs); in pfm_restart() 3517 ret = pfm_buf_fmt_restart(fmt, task, &rst_ctrl, ctx->ctx_smpl_hdr, regs); in pfm_restart() 3519 rst_ctrl.bits.mask_monitoring = 0; in pfm_restart() 3520 rst_ctrl.bits.reset_ovfl_pmds = 1; in pfm_restart() 3524 if (rst_ctrl.bits.reset_ovfl_pmds) in pfm_restart() 3527 if (rst_ctrl.bits.mask_monitoring == 0) { in pfm_restart() 4860 pfm_ovfl_ctrl_t rst_ctrl; in pfm_resume_after_ovfl() local [all …]
|