Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/media/platform/rockchip/rga/
Drga.c734 struct reset_control *core_rst, *axi_rst, *ahb_rst; in rga_parse_dt() local
748 ahb_rst = devm_reset_control_get(rga->dev, "ahb"); in rga_parse_dt()
749 if (IS_ERR(ahb_rst)) { in rga_parse_dt()
751 return PTR_ERR(ahb_rst); in rga_parse_dt()
762 reset_control_assert(ahb_rst); in rga_parse_dt()
764 reset_control_deassert(ahb_rst); in rga_parse_dt()
/linux-6.6.21/drivers/gpu/drm/rockchip/
Drockchip_drm_vop.c1988 struct reset_control *ahb_rst; in vop_initial() local
2035 ahb_rst = devm_reset_control_get(vop->dev, "ahb"); in vop_initial()
2036 if (IS_ERR(ahb_rst)) { in vop_initial()
2038 ret = PTR_ERR(ahb_rst); in vop_initial()
2041 reset_control_assert(ahb_rst); in vop_initial()
2043 reset_control_deassert(ahb_rst); in vop_initial()