Home
last modified time | relevance | path

Searched refs:off_e (Results 1 - 18 of 18) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/
H A Dmpp_jpgdec.c147 u32 off_s, off_e; in jpgdec_extract_task_msg() local
157 off_e = hw_info->reg_end * sizeof(u32); in jpgdec_extract_task_msg()
158 ret = mpp_check_req(req, 0, sizeof(task->reg), off_s, off_e); in jpgdec_extract_task_msg()
171 off_e = hw_info->reg_end * sizeof(u32); in jpgdec_extract_task_msg()
172 ret = mpp_check_req(req, 0, sizeof(task->reg), off_s, off_e); in jpgdec_extract_task_msg()
H A Dmpp_vepu1.c164 u32 off_s, off_e; in vepu_extract_task_msg() local
172 off_e = hw_info->reg_end * sizeof(u32); in vepu_extract_task_msg()
173 ret = mpp_check_req(req, 0, sizeof(task->reg), off_s, off_e); in vepu_extract_task_msg()
186 off_e = hw_info->reg_end * sizeof(u32); in vepu_extract_task_msg()
187 ret = mpp_check_req(req, 0, sizeof(task->reg), off_s, off_e); in vepu_extract_task_msg()
H A Dmpp_vdpu2.c241 u32 off_s, off_e; in vdpu_extract_task_msg() local
249 off_e = hw_info->reg_end * sizeof(u32); in vdpu_extract_task_msg()
250 ret = mpp_check_req(req, 0, sizeof(task->reg), off_s, off_e); in vdpu_extract_task_msg()
263 off_e = hw_info->reg_end * sizeof(u32); in vdpu_extract_task_msg()
264 ret = mpp_check_req(req, 0, sizeof(task->reg), off_s, off_e); in vdpu_extract_task_msg()
H A Dmpp_vdpu1.c282 u32 off_s, off_e; in vdpu_extract_task_msg() local
292 off_e = hw_info->reg_end * sizeof(u32); in vdpu_extract_task_msg()
293 ret = mpp_check_req(req, 0, sizeof(task->reg), off_s, off_e); in vdpu_extract_task_msg()
306 off_e = hw_info->reg_end * sizeof(u32); in vdpu_extract_task_msg()
307 ret = mpp_check_req(req, 0, sizeof(task->reg), off_s, off_e); in vdpu_extract_task_msg()
H A Dmpp_vepu2.c198 u32 off_s, off_e; in vepu_extract_task_msg() local
206 off_e = hw_info->reg_end * sizeof(u32); in vepu_extract_task_msg()
207 ret = mpp_check_req(req, 0, sizeof(task->reg), off_s, off_e); in vepu_extract_task_msg()
220 off_e = hw_info->reg_end * sizeof(u32); in vepu_extract_task_msg()
221 ret = mpp_check_req(req, 0, sizeof(task->reg), off_s, off_e); in vepu_extract_task_msg()
H A Dmpp_rkvdec.c707 u32 off_s, off_e; in rkvdec_extract_task_msg() local
717 off_e = hw_info->reg_end * sizeof(u32); in rkvdec_extract_task_msg()
718 ret = mpp_check_req(req, 0, sizeof(task->reg), off_s, off_e); in rkvdec_extract_task_msg()
731 off_e = hw_info->reg_end * sizeof(u32); in rkvdec_extract_task_msg()
732 ret = mpp_check_req(req, 0, sizeof(task->reg), off_s, off_e); in rkvdec_extract_task_msg()
H A Dmpp_rkvdec2.c95 u32 off_s, off_e; in rkvdec2_extract_task_msg() local
105 off_e = hw_info->reg_end * sizeof(u32); in rkvdec2_extract_task_msg()
106 ret = mpp_check_req(req, 0, sizeof(task->reg), off_s, off_e); in rkvdec2_extract_task_msg()
H A Dmpp_common.h596 int mpp_check_req(struct mpp_request *req, int base, int max_size, u32 off_s, u32 off_e);
H A Dmpp_common.c1466 int mpp_check_req(struct mpp_request *req, int base, int max_size, u32 off_s, u32 off_e) in mpp_check_req() argument
1479 if (max_size < off_e) { in mpp_check_req()
1480 mpp_err("error: off_e %x, max_size %x\n", off_e, max_size); in mpp_check_req()
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/
H A Dmpp_vdpu1.c291 u32 off_s, off_e; in vdpu_extract_task_msg() local
300 off_e = hw_info->reg_end * sizeof(u32); in vdpu_extract_task_msg()
302 off_s, off_e); in vdpu_extract_task_msg()
315 off_e = hw_info->reg_end * sizeof(u32); in vdpu_extract_task_msg()
317 off_s, off_e); in vdpu_extract_task_msg()
H A Dmpp_vepu1.c174 u32 off_s, off_e; in vepu_extract_task_msg() local
183 off_e = hw_info->reg_end * sizeof(u32); in vepu_extract_task_msg()
185 off_s, off_e); in vepu_extract_task_msg()
198 off_e = hw_info->reg_end * sizeof(u32); in vepu_extract_task_msg()
200 off_s, off_e); in vepu_extract_task_msg()
H A Dmpp_vdpu2.c249 u32 off_s, off_e; in vdpu_extract_task_msg() local
258 off_e = hw_info->reg_end * sizeof(u32); in vdpu_extract_task_msg()
260 off_s, off_e); in vdpu_extract_task_msg()
273 off_e = hw_info->reg_end * sizeof(u32); in vdpu_extract_task_msg()
275 off_s, off_e); in vdpu_extract_task_msg()
H A Dmpp_jpgdec.c152 u32 off_s, off_e; in jpgdec_extract_task_msg() local
161 off_e = hw_info->reg_end * sizeof(u32); in jpgdec_extract_task_msg()
163 off_s, off_e); in jpgdec_extract_task_msg()
176 off_e = hw_info->reg_end * sizeof(u32); in jpgdec_extract_task_msg()
178 off_s, off_e); in jpgdec_extract_task_msg()
H A Dmpp_vepu2.c204 u32 off_s, off_e; in vepu_extract_task_msg() local
213 off_e = hw_info->reg_end * sizeof(u32); in vepu_extract_task_msg()
215 off_s, off_e); in vepu_extract_task_msg()
228 off_e = hw_info->reg_end * sizeof(u32); in vepu_extract_task_msg()
230 off_s, off_e); in vepu_extract_task_msg()
H A Dmpp_rkvdec.c756 u32 off_s, off_e; in rkvdec_extract_task_msg() local
765 off_e = hw_info->reg_end * sizeof(u32); in rkvdec_extract_task_msg()
767 off_s, off_e); in rkvdec_extract_task_msg()
780 off_e = hw_info->reg_end * sizeof(u32); in rkvdec_extract_task_msg()
782 off_s, off_e); in rkvdec_extract_task_msg()
H A Dmpp_rkvdec2.c98 u32 off_s, off_e; in rkvdec2_extract_task_msg() local
107 off_e = hw_info->reg_end * sizeof(u32); in rkvdec2_extract_task_msg()
108 ret = mpp_check_req(req, 0, sizeof(task->reg), off_s, off_e); in rkvdec2_extract_task_msg()
H A Dmpp_common.h582 int max_size, u32 off_s, u32 off_e);
H A Dmpp_common.c1498 int max_size, u32 off_s, u32 off_e) in mpp_check_req()
1513 if (max_size < off_e) { in mpp_check_req()
1514 mpp_err("error: off_e %x, max_size %x\n", in mpp_check_req()
1515 off_e, max_size); in mpp_check_req()
1497 mpp_check_req(struct mpp_request *req, int base, int max_size, u32 off_s, u32 off_e) mpp_check_req() argument

Completed in 29 milliseconds