/device/board/isoftstone/yangfan/kernel/src/driv/video/rockchip/mpp/ |
D | mpp_jpgdec.c | 101 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()
|
D | mpp_vdpu2.c | 109 struct reset_control *rst_h; member 498 dec->rst_h = mpp_reset_control_get(mpp, RST_TYPE_H, "video_h"); in vdpu_init() 499 if (!dec->rst_h) in vdpu_init() 598 if (dec->rst_a && dec->rst_h) { in vdpu_reset() 602 mpp_safe_reset(dec->rst_h); in vdpu_reset() 605 mpp_safe_unreset(dec->rst_h); in vdpu_reset()
|
D | mpp_vdpu1.c | 125 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()
|
D | mpp_vepu1.c | 106 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()
|
D | mpp_vepu2.c | 122 struct reset_control *rst_h; member 706 enc->rst_h = mpp_reset_control_get(mpp, RST_TYPE_H, "video_h"); in vepu_init() 707 if (!enc->rst_h) in vepu_init() 794 if (enc->rst_a && enc->rst_h) { in vepu_reset() 798 mpp_safe_reset(enc->rst_h); in vepu_reset() 801 mpp_safe_unreset(enc->rst_h); in vepu_reset()
|
D | mpp_iep2.c | 223 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()
|
D | mpp_av1dec.c | 147 struct reset_control *rst_h; member 917 dec->rst_h = mpp_reset_control_get(mpp, RST_TYPE_H, "video_h"); in av1dec_init() 918 if (!dec->rst_h) in av1dec_init() 930 if (dec->rst_a && dec->rst_h) { in av1dec_reset() 933 mpp_safe_reset(dec->rst_h); in av1dec_reset() 936 mpp_safe_unreset(dec->rst_h); in av1dec_reset()
|
D | mpp_rkvenc.c | 191 struct reset_control *rst_h; member 1190 enc->rst_h = mpp_reset_control_get(mpp, RST_TYPE_H, "video_h"); in rkvenc_init() 1191 if (!enc->rst_h) in rkvenc_init() 1267 if (enc->rst_a && enc->rst_h && enc->rst_core) { in rkvenc_reset() 1270 mpp_safe_reset(enc->rst_h); in rkvenc_reset() 1274 mpp_safe_unreset(enc->rst_h); in rkvenc_reset()
|
D | mpp_rkvdec2.c | 650 dec->rst_h = mpp_reset_control_get(mpp, RST_TYPE_H, "video_h"); in rkvdec2_init() 651 if (!dec->rst_h) in rkvdec2_init() 753 if (dec->rst_a && dec->rst_h) { in rkvdec2_reset() 758 mpp_safe_reset(dec->rst_h); in rkvdec2_reset() 766 mpp_safe_unreset(dec->rst_h); in rkvdec2_reset()
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/ |
D | mpp_jpgdec.c | 99 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()
|
D | mpp_vdpu2.c | 108 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()
|
D | mpp_vdpu1.c | 123 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()
|
D | mpp_vepu1.c | 104 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()
|
D | mpp_iep2.c | 213 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()
|
D | mpp_vepu2.c | 121 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()
|
D | mpp_rkvenc.c | 187 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()
|
D | mpp_rkvdec2.c | 674 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()
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/ |
D | mpp_jpgdec.c | 101 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()
|
D | mpp_vdpu2.c | 110 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()
|
D | mpp_vdpu1.c | 125 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()
|
D | mpp_vepu1.c | 106 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()
|
D | mpp_iep2.c | 223 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()
|
D | mpp_vepu2.c | 123 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()
|
D | mpp_rkvenc.c | 191 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()
|
D | mpp_rkvdec2.c | 682 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()
|