rst_ctrl         3459 arch/ia64/kernel/perfmon.c 	pfm_ovfl_ctrl_t rst_ctrl;
rst_ctrl         3511 arch/ia64/kernel/perfmon.c 			rst_ctrl.bits.mask_monitoring = 0;
rst_ctrl         3512 arch/ia64/kernel/perfmon.c 			rst_ctrl.bits.reset_ovfl_pmds = 0;
rst_ctrl         3515 arch/ia64/kernel/perfmon.c 				ret = pfm_buf_fmt_restart_active(fmt, task, &rst_ctrl, ctx->ctx_smpl_hdr, regs);
rst_ctrl         3517 arch/ia64/kernel/perfmon.c 				ret = pfm_buf_fmt_restart(fmt, task, &rst_ctrl, ctx->ctx_smpl_hdr, regs);
rst_ctrl         3519 arch/ia64/kernel/perfmon.c 			rst_ctrl.bits.mask_monitoring = 0;
rst_ctrl         3520 arch/ia64/kernel/perfmon.c 			rst_ctrl.bits.reset_ovfl_pmds = 1;
rst_ctrl         3524 arch/ia64/kernel/perfmon.c 			if (rst_ctrl.bits.reset_ovfl_pmds)
rst_ctrl         3527 arch/ia64/kernel/perfmon.c 			if (rst_ctrl.bits.mask_monitoring == 0) {
rst_ctrl         4860 arch/ia64/kernel/perfmon.c 	pfm_ovfl_ctrl_t rst_ctrl;
rst_ctrl         4871 arch/ia64/kernel/perfmon.c 		rst_ctrl.bits.mask_monitoring = 0;
rst_ctrl         4872 arch/ia64/kernel/perfmon.c 		rst_ctrl.bits.reset_ovfl_pmds = 0;
rst_ctrl         4875 arch/ia64/kernel/perfmon.c 			ret = pfm_buf_fmt_restart_active(fmt, current, &rst_ctrl, ctx->ctx_smpl_hdr, regs);
rst_ctrl         4877 arch/ia64/kernel/perfmon.c 			ret = pfm_buf_fmt_restart(fmt, current, &rst_ctrl, ctx->ctx_smpl_hdr, regs);
rst_ctrl         4879 arch/ia64/kernel/perfmon.c 		rst_ctrl.bits.mask_monitoring = 0;
rst_ctrl         4880 arch/ia64/kernel/perfmon.c 		rst_ctrl.bits.reset_ovfl_pmds = 1;
rst_ctrl         4884 arch/ia64/kernel/perfmon.c 		if (rst_ctrl.bits.reset_ovfl_pmds) {
rst_ctrl         4887 arch/ia64/kernel/perfmon.c 		if (rst_ctrl.bits.mask_monitoring == 0) {
rst_ctrl          159 drivers/gpu/drm/sun4i/sun8i_dw_hdmi.c 	hdmi->rst_ctrl = devm_reset_control_get(dev, "ctrl");
rst_ctrl          160 drivers/gpu/drm/sun4i/sun8i_dw_hdmi.c 	if (IS_ERR(hdmi->rst_ctrl)) {
rst_ctrl          162 drivers/gpu/drm/sun4i/sun8i_dw_hdmi.c 		return PTR_ERR(hdmi->rst_ctrl);
rst_ctrl          197 drivers/gpu/drm/sun4i/sun8i_dw_hdmi.c 	ret = reset_control_deassert(hdmi->rst_ctrl);
rst_ctrl          252 drivers/gpu/drm/sun4i/sun8i_dw_hdmi.c 	reset_control_assert(hdmi->rst_ctrl);
rst_ctrl          271 drivers/gpu/drm/sun4i/sun8i_dw_hdmi.c 	reset_control_assert(hdmi->rst_ctrl);
rst_ctrl          193 drivers/gpu/drm/sun4i/sun8i_dw_hdmi.h 	struct reset_control		*rst_ctrl;
rst_ctrl          110 drivers/phy/marvell/phy-berlin-usb.c 	struct reset_control	*rst_ctrl;
rst_ctrl          118 drivers/phy/marvell/phy-berlin-usb.c 	reset_control_reset(priv->rst_ctrl);
rst_ctrl          181 drivers/phy/marvell/phy-berlin-usb.c 	priv->rst_ctrl = devm_reset_control_get(&pdev->dev, NULL);
rst_ctrl          182 drivers/phy/marvell/phy-berlin-usb.c 	if (IS_ERR(priv->rst_ctrl))
rst_ctrl          183 drivers/phy/marvell/phy-berlin-usb.c 		return PTR_ERR(priv->rst_ctrl);