Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/phy/
Dphy-berlin-usb.c115 struct reset_control *rst_ctrl; member
123 reset_control_reset(priv->rst_ctrl); in phy_berlin_usb_power_on()
186 priv->rst_ctrl = devm_reset_control_get(&pdev->dev, NULL); in phy_berlin_usb_probe()
187 if (IS_ERR(priv->rst_ctrl)) in phy_berlin_usb_probe()
188 return PTR_ERR(priv->rst_ctrl); in phy_berlin_usb_probe()
/linux-4.4.14/arch/ia64/kernel/
Dperfmon.c3514 pfm_ovfl_ctrl_t rst_ctrl; in pfm_restart() local
3566 rst_ctrl.bits.mask_monitoring = 0; in pfm_restart()
3567 rst_ctrl.bits.reset_ovfl_pmds = 0; in pfm_restart()
3570 ret = pfm_buf_fmt_restart_active(fmt, task, &rst_ctrl, ctx->ctx_smpl_hdr, regs); in pfm_restart()
3572 ret = pfm_buf_fmt_restart(fmt, task, &rst_ctrl, ctx->ctx_smpl_hdr, regs); in pfm_restart()
3574 rst_ctrl.bits.mask_monitoring = 0; in pfm_restart()
3575 rst_ctrl.bits.reset_ovfl_pmds = 1; in pfm_restart()
3579 if (rst_ctrl.bits.reset_ovfl_pmds) in pfm_restart()
3582 if (rst_ctrl.bits.mask_monitoring == 0) { in pfm_restart()
4915 pfm_ovfl_ctrl_t rst_ctrl; in pfm_resume_after_ovfl() local
[all …]