/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A D | mpp_rkvdec2.h | 176 struct reset_control *rst_h; member
|
H A 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()
|
H A D | mpp_rkvdec.c | 164 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 D | mpp_rkvenc2.c | 177 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 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A D | mpp_rkvdec2.h | 181 struct reset_control *rst_h; member
|
H A 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()
|
H A D | mpp_rkvenc2.c | 179 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 D | mpp_rkvdec.c | 170 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()
|