Home
last modified time | relevance | path

Searched refs:rst_h (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/
H A Dmpp_jpgdec.c101 struct reset_control *rst_h; member
430 dec->rst_h = mpp_reset_control_get(mpp, RST_TYPE_H, "video_h"); in jpgdec_init()
431 if (!dec->rst_h) in jpgdec_init()
522 if (dec->rst_a && dec->rst_h) { in jpgdec_reset()
528 mpp_safe_reset(dec->rst_h); in jpgdec_reset()
531 mpp_safe_unreset(dec->rst_h); in jpgdec_reset()
H A Dmpp_vepu1.c106 struct reset_control *rst_h; member
620 enc->rst_h = mpp_reset_control_get(mpp, RST_TYPE_H, "video_h"); in vepu_init()
621 if (!enc->rst_h) in vepu_init()
671 if (enc->rst_a && enc->rst_h) { in vepu_reset()
675 mpp_safe_reset(enc->rst_h); in vepu_reset()
678 mpp_safe_unreset(enc->rst_h); in vepu_reset()
H A Dmpp_vdpu2.c113 struct reset_control *rst_h; member
526 dec->rst_h = mpp_reset_control_get(mpp, RST_TYPE_H, "video_h"); in vdpu_init()
527 if (!dec->rst_h) in vdpu_init()
647 if (ret && dec->rst_a && dec->rst_h) { in vdpu_reset()
653 mpp_safe_reset(dec->rst_h); in vdpu_reset()
656 mpp_safe_unreset(dec->rst_h); in vdpu_reset()
H A Dmpp_vdpp.c88 struct reset_control *rst_h; member
503 vdpp->rst_h = mpp_reset_control_get(mpp, RST_TYPE_H, "rst_h"); in vdpp_init()
504 if (!vdpp->rst_h) in vdpp_init()
605 if (vdpp->rst_a && vdpp->rst_h && vdpp->rst_s) { in _vdpp_reset()
611 mpp_safe_reset(vdpp->rst_h); in _vdpp_reset()
615 mpp_safe_unreset(vdpp->rst_h); in _vdpp_reset()
H A Dmpp_vdpu1.c129 struct reset_control *rst_h; member
567 dec->rst_h = mpp_reset_control_get(mpp, RST_TYPE_H, "video_h"); in vdpu_init()
568 if (!dec->rst_h) in vdpu_init()
713 if (ret && dec->rst_a && dec->rst_h) { in vdpu_reset()
720 mpp_safe_reset(dec->rst_h); in vdpu_reset()
723 mpp_safe_unreset(dec->rst_h); in vdpu_reset()
H A Dmpp_iep2.c223 struct reset_control *rst_h; member
839 iep->rst_h = mpp_reset_control_get(mpp, RST_TYPE_H, "rst_h"); in iep2_init()
840 if (!iep->rst_h) in iep2_init()
906 if (iep->rst_a && iep->rst_h && iep->rst_s) { in iep2_reset()
910 mpp_safe_reset(iep->rst_h); in iep2_reset()
914 mpp_safe_unreset(iep->rst_h); in iep2_reset()
H A Dmpp_vepu2.c127 struct reset_control *rst_h; member
769 enc->rst_h = mpp_reset_control_get(mpp, RST_TYPE_H, "video_h"); in vepu_init()
770 if (!enc->rst_h) in vepu_init()
865 if (enc->rst_a && enc->rst_h) { in vepu_reset()
869 mpp_safe_reset(enc->rst_h); in vepu_reset()
872 mpp_safe_unreset(enc->rst_h); in vepu_reset()
H A Dmpp_av1dec.c150 struct reset_control *rst_h; member
936 dec->rst_h = mpp_reset_control_get(mpp, RST_TYPE_H, "video_h"); in av1dec_init()
937 if (!dec->rst_h) in av1dec_init()
949 if (dec->rst_a && dec->rst_h) { in av1dec_reset()
952 mpp_safe_reset(dec->rst_h); in av1dec_reset()
955 mpp_safe_unreset(dec->rst_h); in av1dec_reset()
H A Dmpp_rkvenc.c192 struct reset_control *rst_h; member
1207 enc->rst_h = mpp_reset_control_get(mpp, RST_TYPE_H, "video_h"); in rkvenc_init()
1208 if (!enc->rst_h) in rkvenc_init()
1284 if (enc->rst_a && enc->rst_h && enc->rst_core) { in rkvenc_reset()
1287 mpp_safe_reset(enc->rst_h); in rkvenc_reset()
1291 mpp_safe_unreset(enc->rst_h); in rkvenc_reset()
H A Dmpp_rkvdec.c171 struct reset_control *rst_h; member
1256 dec->rst_h = mpp_reset_control_get(mpp, RST_TYPE_H, "video_h"); in rkvdec_init()
1257 if (!dec->rst_h) in rkvdec_init()
1704 if (dec->rst_a && dec->rst_h) { in rkvdec_reset()
1709 mpp_safe_reset(dec->rst_h); in rkvdec_reset()
1717 mpp_safe_unreset(dec->rst_h); in rkvdec_reset()
H A Dmpp_rkvdec2.h186 struct reset_control *rst_h; member
H A Dmpp_rkvdec2.c1017 dec->rst_h = mpp_reset_control_get(mpp, RST_TYPE_H, "video_h"); in rkvdec2_init()
1018 if (!dec->rst_h) in rkvdec2_init()
1195 if (ret && dec->rst_a && dec->rst_h) { in rkvdec2_reset()
1201 mpp_safe_reset(dec->rst_h); in rkvdec2_reset()
1209 mpp_safe_unreset(dec->rst_h); in rkvdec2_reset()
H A Dmpp_rkvenc2.c279 struct reset_control *rst_h; member
1849 enc->rst_h = mpp_reset_control_get(mpp, RST_TYPE_H, "video_h"); in rkvenc_init()
1850 if (!enc->rst_h) in rkvenc_init()
1907 if (ret && enc->rst_a && enc->rst_h && enc->rst_core) { in rkvenc_reset()
1911 mpp_safe_reset(enc->rst_h); in rkvenc_reset()
1915 mpp_safe_unreset(enc->rst_h); in rkvenc_reset()
/OK3568_Linux_fs/kernel/sound/soc/rockchip/
H A Drockchip_sai.c45 struct reset_control *rst_h; member
200 reset_control_assert(sai->rst_h); in rockchip_sai_reset()
203 reset_control_deassert(sai->rst_h); in rockchip_sai_reset()
1358 sai->rst_h = devm_reset_control_get_optional_exclusive(&pdev->dev, "h"); in rockchip_sai_probe()
1359 if (IS_ERR(sai->rst_h)) in rockchip_sai_probe()
1360 return PTR_ERR(sai->rst_h); in rockchip_sai_probe()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Drv1126.dtsi1893 reset-names = "rst_a", "rst_h", "rst_s";
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Drk3568.dtsi954 reset-names = "rst_a", "rst_h", "rst_s";
H A D.OK3568-C.dtb.dts.tmp
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3568.dtsi1473 reset-names = "rst_a", "rst_h", "rst_s";
H A Drk3588s.dtsi3976 reset-names = "rst_a", "rst_h", "rst_s";