ahb_rst          1644 drivers/gpu/drm/rockchip/rockchip_drm_vop.c 	struct reset_control *ahb_rst;
ahb_rst          1691 drivers/gpu/drm/rockchip/rockchip_drm_vop.c 	ahb_rst = devm_reset_control_get(vop->dev, "ahb");
ahb_rst          1692 drivers/gpu/drm/rockchip/rockchip_drm_vop.c 	if (IS_ERR(ahb_rst)) {
ahb_rst          1694 drivers/gpu/drm/rockchip/rockchip_drm_vop.c 		ret = PTR_ERR(ahb_rst);
ahb_rst          1697 drivers/gpu/drm/rockchip/rockchip_drm_vop.c 	reset_control_assert(ahb_rst);
ahb_rst          1699 drivers/gpu/drm/rockchip/rockchip_drm_vop.c 	reset_control_deassert(ahb_rst);
ahb_rst           746 drivers/media/platform/rockchip/rga/rga.c 	struct reset_control *core_rst, *axi_rst, *ahb_rst;
ahb_rst           760 drivers/media/platform/rockchip/rga/rga.c 	ahb_rst = devm_reset_control_get(rga->dev, "ahb");
ahb_rst           761 drivers/media/platform/rockchip/rga/rga.c 	if (IS_ERR(ahb_rst)) {
ahb_rst           763 drivers/media/platform/rockchip/rga/rga.c 		return PTR_ERR(ahb_rst);
ahb_rst           774 drivers/media/platform/rockchip/rga/rga.c 	reset_control_assert(ahb_rst);
ahb_rst           776 drivers/media/platform/rockchip/rga/rga.c 	reset_control_deassert(ahb_rst);