| /OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/ |
| H A D | mpp_jpgdec.c | 101 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 D | mpp_vepu1.c | 106 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 D | mpp_vdpu2.c | 113 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 D | mpp_vdpp.c | 88 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 D | mpp_vdpu1.c | 129 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 D | mpp_iep2.c | 223 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 D | mpp_vepu2.c | 127 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 D | mpp_av1dec.c | 150 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 D | mpp_rkvenc.c | 192 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 D | mpp_rkvdec.c | 171 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 D | mpp_rkvdec2.h | 186 struct reset_control *rst_h; member
|
| H A D | mpp_rkvdec2.c | 1017 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 D | mpp_rkvenc2.c | 279 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 D | rockchip_sai.c | 45 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 D | rv1126.dtsi | 1893 reset-names = "rst_a", "rst_h", "rst_s";
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | rk3568.dtsi | 954 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 D | rk3568.dtsi | 1473 reset-names = "rst_a", "rst_h", "rst_s";
|
| H A D | rk3588s.dtsi | 3976 reset-names = "rst_a", "rst_h", "rst_s";
|