Searched refs:rst_core (Results 1 – 5 of 5) sorted by relevance
193 struct reset_control *rst_core; member1210 enc->rst_core = mpp_reset_control_get(mpp, RST_TYPE_CORE, "video_core"); in rkvenc_init()1211 if (!enc->rst_core) in rkvenc_init()1284 if (enc->rst_a && enc->rst_h && enc->rst_core) { in rkvenc_reset()1288 mpp_safe_reset(enc->rst_core); in rkvenc_reset()1292 mpp_safe_unreset(enc->rst_core); in rkvenc_reset()
189 struct reset_control *rst_core; member
174 struct reset_control *rst_core; member1265 dec->rst_core = mpp_reset_control_get(mpp, RST_TYPE_CORE, "video_core"); in rkvdec_init()1266 if (!dec->rst_core) in rkvdec_init()1710 mpp_safe_reset(dec->rst_core); in rkvdec_reset()1718 mpp_safe_unreset(dec->rst_core); in rkvdec_reset()
280 struct reset_control *rst_core; member1852 enc->rst_core = mpp_reset_control_get(mpp, RST_TYPE_CORE, "video_core"); in rkvenc_init()1853 if (!enc->rst_core) in rkvenc_init()1907 if (ret && enc->rst_a && enc->rst_h && enc->rst_core) { in rkvenc_reset()1912 mpp_safe_reset(enc->rst_core); in rkvenc_reset()1916 mpp_safe_unreset(enc->rst_core); in rkvenc_reset()
1026 dec->rst_core = mpp_reset_control_get(mpp, RST_TYPE_CORE, "video_core"); in rkvdec2_init()1027 if (!dec->rst_core) in rkvdec2_init()1202 mpp_safe_reset(dec->rst_core); in rkvdec2_reset()1210 mpp_safe_unreset(dec->rst_core); in rkvdec2_reset()