Searched refs:rst_ctrl (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/drivers/phy/ |
H A D | phy-berlin-usb.c | 115 struct reset_control *rst_ctrl; member in struct:phy_berlin_usb_priv 123 reset_control_reset(priv->rst_ctrl); phy_berlin_usb_power_on() 186 priv->rst_ctrl = devm_reset_control_get(&pdev->dev, NULL); phy_berlin_usb_probe() 187 if (IS_ERR(priv->rst_ctrl)) phy_berlin_usb_probe() 188 return PTR_ERR(priv->rst_ctrl); phy_berlin_usb_probe()
|
/linux-4.4.14/arch/ia64/kernel/ |
H A D | perfmon.c | 3514 pfm_ovfl_ctrl_t rst_ctrl; pfm_restart() local 3566 rst_ctrl.bits.mask_monitoring = 0; pfm_restart() 3567 rst_ctrl.bits.reset_ovfl_pmds = 0; pfm_restart() 3570 ret = pfm_buf_fmt_restart_active(fmt, task, &rst_ctrl, ctx->ctx_smpl_hdr, regs); pfm_restart() 3572 ret = pfm_buf_fmt_restart(fmt, task, &rst_ctrl, ctx->ctx_smpl_hdr, regs); pfm_restart() 3574 rst_ctrl.bits.mask_monitoring = 0; pfm_restart() 3575 rst_ctrl.bits.reset_ovfl_pmds = 1; pfm_restart() 3579 if (rst_ctrl.bits.reset_ovfl_pmds) pfm_restart() 3582 if (rst_ctrl.bits.mask_monitoring == 0) { pfm_restart() 4915 pfm_ovfl_ctrl_t rst_ctrl; pfm_resume_after_ovfl() local 4926 rst_ctrl.bits.mask_monitoring = 0; pfm_resume_after_ovfl() 4927 rst_ctrl.bits.reset_ovfl_pmds = 0; pfm_resume_after_ovfl() 4930 ret = pfm_buf_fmt_restart_active(fmt, current, &rst_ctrl, ctx->ctx_smpl_hdr, regs); pfm_resume_after_ovfl() 4932 ret = pfm_buf_fmt_restart(fmt, current, &rst_ctrl, ctx->ctx_smpl_hdr, regs); pfm_resume_after_ovfl() 4934 rst_ctrl.bits.mask_monitoring = 0; pfm_resume_after_ovfl() 4935 rst_ctrl.bits.reset_ovfl_pmds = 1; pfm_resume_after_ovfl() 4939 if (rst_ctrl.bits.reset_ovfl_pmds) { pfm_resume_after_ovfl() 4942 if (rst_ctrl.bits.mask_monitoring == 0) { pfm_resume_after_ovfl()
|
Completed in 155 milliseconds