Searched refs:rst_core (Results 1 - 10 of 10) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/ |
H A D | mpp_rkvenc.c | 188 struct reset_control *rst_core;
member 1147 enc->rst_core = mpp_reset_control_get(mpp, RST_TYPE_CORE, "video_core");
in rkvenc_init() 1148 if (!enc->rst_core) {
in rkvenc_init() 1225 if (enc->rst_a && enc->rst_h && enc->rst_core) {
in rkvenc_reset() 1229 mpp_safe_reset(enc->rst_core);
in rkvenc_reset() 1233 mpp_safe_unreset(enc->rst_core);
in rkvenc_reset()
|
H A D | mpp_rkvdec2.h | 179 struct reset_control *rst_core; member
|
H A D | mpp_rkvdec2.c | 686 dec->rst_core = mpp_reset_control_get(mpp, RST_TYPE_CORE, "video_core");
in rkvdec2_init() 687 if (!dec->rst_core) {
in rkvdec2_init() 816 mpp_safe_reset(dec->rst_core);
in rkvdec2_reset() 824 mpp_safe_unreset(dec->rst_core);
in rkvdec2_reset()
|
H A D | mpp_rkvenc2.c | 178 struct reset_control *rst_core;
member 1196 enc->rst_core = mpp_reset_control_get(mpp, RST_TYPE_CORE, "video_core");
in rkvenc_init() 1197 if (!enc->rst_core) {
in rkvenc_init() 1220 if (enc->rst_a && enc->rst_h && enc->rst_core) {
in rkvenc_reset() 1224 mpp_safe_reset(enc->rst_core);
in rkvenc_reset() 1228 mpp_safe_unreset(enc->rst_core);
in rkvenc_reset()
|
H A D | mpp_rkvdec.c | 167 struct reset_control *rst_core;
member 1189 dec->rst_core = mpp_reset_control_get(mpp, RST_TYPE_CORE, "video_core");
in rkvdec_init() 1190 if (!dec->rst_core) {
in rkvdec_init() 1563 mpp_safe_reset(dec->rst_core);
in rkvdec_reset() 1571 mpp_safe_unreset(dec->rst_core);
in rkvdec_reset()
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/ |
H A D | mpp_rkvenc.c | 192 struct reset_control *rst_core; member 1196 enc->rst_core = mpp_reset_control_get(mpp, RST_TYPE_CORE, "video_core"); in rkvenc_init() 1197 if (!enc->rst_core) in rkvenc_init() 1270 if (enc->rst_a && enc->rst_h && enc->rst_core) { in rkvenc_reset() 1274 mpp_safe_reset(enc->rst_core); in rkvenc_reset() 1278 mpp_safe_unreset(enc->rst_core); in rkvenc_reset()
|
H A D | mpp_rkvdec2.h | 184 struct reset_control *rst_core; member
|
H A D | mpp_rkvdec2.c | 691 dec->rst_core = mpp_reset_control_get(mpp, RST_TYPE_CORE, "video_core"); in rkvdec2_init() 692 if (!dec->rst_core) in rkvdec2_init() 818 mpp_safe_reset(dec->rst_core); in rkvdec2_reset() 826 mpp_safe_unreset(dec->rst_core); in rkvdec2_reset()
|
H A D | mpp_rkvenc2.c | 180 struct reset_control *rst_core; member 1187 enc->rst_core = mpp_reset_control_get(mpp, RST_TYPE_CORE, "video_core"); in rkvenc_init() 1188 if (!enc->rst_core) in rkvenc_init() 1210 if (enc->rst_a && enc->rst_h && enc->rst_core) { in rkvenc_reset() 1214 mpp_safe_reset(enc->rst_core); in rkvenc_reset() 1218 mpp_safe_unreset(enc->rst_core); in rkvenc_reset()
|
H A D | mpp_rkvdec.c | 173 struct reset_control *rst_core; member 1245 dec->rst_core = mpp_reset_control_get(mpp, RST_TYPE_CORE, "video_core"); in rkvdec_init() 1246 if (!dec->rst_core) in rkvdec_init() 1637 mpp_safe_reset(dec->rst_core); in rkvdec_reset() 1645 mpp_safe_unreset(dec->rst_core); in rkvdec_reset()
|
Completed in 18 milliseconds