Home
last modified time | relevance | path

Searched refs:rst_h (Results 1 - 22 of 22) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/
H A Dmpp_jpgdec.c99 struct reset_control *rst_h; member
406 dec->rst_h = mpp_reset_control_get(mpp, RST_TYPE_H, "video_h"); in jpgdec_init()
407 if (!dec->rst_h) { in jpgdec_init()
491 if (dec->rst_a && dec->rst_h) { in jpgdec_reset()
496 mpp_safe_reset(dec->rst_h); in jpgdec_reset()
499 mpp_safe_unreset(dec->rst_h); in jpgdec_reset()
H A Dmpp_vepu1.c104 struct reset_control *rst_h; member
581 enc->rst_h = mpp_reset_control_get(mpp, RST_TYPE_H, "video_h"); in vepu_init()
582 if (!enc->rst_h) { in vepu_init()
632 if (enc->rst_a && enc->rst_h) { in vepu_reset()
636 mpp_safe_reset(enc->rst_h); in vepu_reset()
639 mpp_safe_unreset(enc->rst_h); in vepu_reset()
H A Dmpp_vdpu2.c108 struct reset_control *rst_h; member
482 dec->rst_h = mpp_reset_control_get(mpp, RST_TYPE_H, "video_h"); in vdpu_init()
483 if (!dec->rst_h) { in vdpu_init()
580 if (dec->rst_a && dec->rst_h) { in vdpu_reset()
584 mpp_safe_reset(dec->rst_h); in vdpu_reset()
587 mpp_safe_unreset(dec->rst_h); in vdpu_reset()
H A Dmpp_vdpu1.c123 struct reset_control *rst_h; member
530 dec->rst_h = mpp_reset_control_get(mpp, RST_TYPE_H, "video_h"); in vdpu_init()
531 if (!dec->rst_h) { in vdpu_init()
646 if (dec->rst_a && dec->rst_h) { in vdpu_reset()
652 mpp_safe_reset(dec->rst_h); in vdpu_reset()
655 mpp_safe_unreset(dec->rst_h); in vdpu_reset()
H A Dmpp_iep2.c213 struct reset_control *rst_h; member
766 iep->rst_h = mpp_reset_control_get(mpp, RST_TYPE_H, "rst_h"); in iep2_init()
767 if (!iep->rst_h) { in iep2_init()
820 if (iep->rst_a && iep->rst_h && iep->rst_s) { in iep2_reset()
824 mpp_safe_reset(iep->rst_h); in iep2_reset()
828 mpp_safe_unreset(iep->rst_h); in iep2_reset()
H A Dmpp_rkvenc.c187 struct reset_control *rst_h; member
1143 enc->rst_h = mpp_reset_control_get(mpp, RST_TYPE_H, "video_h"); in rkvenc_init()
1144 if (!enc->rst_h) { in rkvenc_init()
1225 if (enc->rst_a && enc->rst_h && enc->rst_core) { in rkvenc_reset()
1228 mpp_safe_reset(enc->rst_h); in rkvenc_reset()
1232 mpp_safe_unreset(enc->rst_h); in rkvenc_reset()
H A Dmpp_vepu2.c121 struct reset_control *rst_h; member
695 enc->rst_h = mpp_reset_control_get(mpp, RST_TYPE_H, "video_h"); in vepu_init()
696 if (!enc->rst_h) { in vepu_init()
787 if (enc->rst_a && enc->rst_h) { in vepu_reset()
791 mpp_safe_reset(enc->rst_h); in vepu_reset()
794 mpp_safe_unreset(enc->rst_h); in vepu_reset()
H A Dmpp_rkvdec2.h176 struct reset_control *rst_h; member
H A Dmpp_rkvdec2.c674 dec->rst_h = mpp_reset_control_get(mpp, RST_TYPE_H, "video_h"); in rkvdec2_init()
675 if (!dec->rst_h) { in rkvdec2_init()
810 if (dec->rst_a && dec->rst_h) { in rkvdec2_reset()
815 mpp_safe_reset(dec->rst_h); in rkvdec2_reset()
823 mpp_safe_unreset(dec->rst_h); in rkvdec2_reset()
H A Dmpp_rkvdec.c164 struct reset_control *rst_h; member
1177 dec->rst_h = mpp_reset_control_get(mpp, RST_TYPE_H, "video_h"); in rkvdec_init()
1178 if (!dec->rst_h) { in rkvdec_init()
1557 if (dec->rst_a && dec->rst_h) { in rkvdec_reset()
1562 mpp_safe_reset(dec->rst_h); in rkvdec_reset()
1570 mpp_safe_unreset(dec->rst_h); in rkvdec_reset()
H A Dmpp_rkvenc2.c177 struct reset_control *rst_h; member
1192 enc->rst_h = mpp_reset_control_get(mpp, RST_TYPE_H, "video_h"); in rkvenc_init()
1193 if (!enc->rst_h) { in rkvenc_init()
1220 if (enc->rst_a && enc->rst_h && enc->rst_core) { in rkvenc_reset()
1223 mpp_safe_reset(enc->rst_h); in rkvenc_reset()
1227 mpp_safe_unreset(enc->rst_h); in rkvenc_reset()
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/
H A Dmpp_vdpu1.c125 struct reset_control *rst_h; member
546 dec->rst_h = mpp_reset_control_get(mpp, RST_TYPE_H, "video_h"); in vdpu_init()
547 if (!dec->rst_h) in vdpu_init()
670 if (dec->rst_a && dec->rst_h) { in vdpu_reset()
676 mpp_safe_reset(dec->rst_h); in vdpu_reset()
679 mpp_safe_unreset(dec->rst_h); in vdpu_reset()
H A Dmpp_vepu1.c106 struct reset_control *rst_h; member
606 enc->rst_h = mpp_reset_control_get(mpp, RST_TYPE_H, "video_h"); in vepu_init()
607 if (!enc->rst_h) in vepu_init()
657 if (enc->rst_a && enc->rst_h) { in vepu_reset()
661 mpp_safe_reset(enc->rst_h); in vepu_reset()
664 mpp_safe_unreset(enc->rst_h); in vepu_reset()
H A Dmpp_vdpu2.c110 struct reset_control *rst_h; member
499 dec->rst_h = mpp_reset_control_get(mpp, RST_TYPE_H, "video_h"); in vdpu_init()
500 if (!dec->rst_h) in vdpu_init()
605 if (dec->rst_a && dec->rst_h) { in vdpu_reset()
609 mpp_safe_reset(dec->rst_h); in vdpu_reset()
612 mpp_safe_unreset(dec->rst_h); in vdpu_reset()
H A Dmpp_jpgdec.c101 struct reset_control *rst_h; member
417 dec->rst_h = mpp_reset_control_get(mpp, RST_TYPE_H, "video_h"); in jpgdec_init()
418 if (!dec->rst_h) in jpgdec_init()
509 if (dec->rst_a && dec->rst_h) { in jpgdec_reset()
515 mpp_safe_reset(dec->rst_h); in jpgdec_reset()
518 mpp_safe_unreset(dec->rst_h); in jpgdec_reset()
H A Dmpp_rkvenc.c191 struct reset_control *rst_h; member
1193 enc->rst_h = mpp_reset_control_get(mpp, RST_TYPE_H, "video_h"); in rkvenc_init()
1194 if (!enc->rst_h) in rkvenc_init()
1270 if (enc->rst_a && enc->rst_h && enc->rst_core) { in rkvenc_reset()
1273 mpp_safe_reset(enc->rst_h); in rkvenc_reset()
1277 mpp_safe_unreset(enc->rst_h); in rkvenc_reset()
H A Dmpp_vepu2.c123 struct reset_control *rst_h; member
716 enc->rst_h = mpp_reset_control_get(mpp, RST_TYPE_H, "video_h"); in vepu_init()
717 if (!enc->rst_h) in vepu_init()
809 if (enc->rst_a && enc->rst_h) { in vepu_reset()
813 mpp_safe_reset(enc->rst_h); in vepu_reset()
816 mpp_safe_unreset(enc->rst_h); in vepu_reset()
H A Dmpp_iep2.c223 struct reset_control *rst_h; member
815 iep->rst_h = mpp_reset_control_get(mpp, RST_TYPE_H, "rst_h"); in iep2_init()
816 if (!iep->rst_h) in iep2_init()
871 if (iep->rst_a && iep->rst_h && iep->rst_s) { in iep2_reset()
875 mpp_safe_reset(iep->rst_h); in iep2_reset()
879 mpp_safe_unreset(iep->rst_h); in iep2_reset()
H A Dmpp_rkvdec2.h181 struct reset_control *rst_h; member
H A Dmpp_rkvdec2.c682 dec->rst_h = mpp_reset_control_get(mpp, RST_TYPE_H, "video_h"); in rkvdec2_init()
683 if (!dec->rst_h) in rkvdec2_init()
812 if (dec->rst_a && dec->rst_h) { in rkvdec2_reset()
817 mpp_safe_reset(dec->rst_h); in rkvdec2_reset()
825 mpp_safe_unreset(dec->rst_h); in rkvdec2_reset()
H A Dmpp_rkvenc2.c179 struct reset_control *rst_h; member
1184 enc->rst_h = mpp_reset_control_get(mpp, RST_TYPE_H, "video_h"); in rkvenc_init()
1185 if (!enc->rst_h) in rkvenc_init()
1210 if (enc->rst_a && enc->rst_h && enc->rst_core) { in rkvenc_reset()
1213 mpp_safe_reset(enc->rst_h); in rkvenc_reset()
1217 mpp_safe_unreset(enc->rst_h); in rkvenc_reset()
H A Dmpp_rkvdec.c170 struct reset_control *rst_h; member
1236 dec->rst_h = mpp_reset_control_get(mpp, RST_TYPE_H, "video_h"); in rkvdec_init()
1237 if (!dec->rst_h) in rkvdec_init()
1631 if (dec->rst_a && dec->rst_h) { in rkvdec_reset()
1636 mpp_safe_reset(dec->rst_h); in rkvdec_reset()
1644 mpp_safe_unreset(dec->rst_h); in rkvdec_reset()

Completed in 32 milliseconds