Home
last modified time | relevance | path

Searched refs:to_rkvdec2_task (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/
H A Dmpp_rkvdec2_link.c347 struct rkvdec2_task *task = to_rkvdec2_task(mpp_task); in rkvdec2_link_enqueue()
397 struct rkvdec2_task *task = to_rkvdec2_task(mpp_task); in rkvdec2_link_finish()
429 struct rkvdec2_task *task = to_rkvdec2_task(mpp_task); in rkvdec2_link_prepare()
867 struct rkvdec2_task *task = to_rkvdec2_task(mpp_task); in rkvdec2_link_iommu_fault_handle()
927 struct rkvdec2_task *task = to_rkvdec2_task(mpp_task); in rkvdec2_link_try_dequeue()
1018 struct rkvdec2_task *task = to_rkvdec2_task(mpp_task); in mpp_task_queue()
1148 dec_task = to_rkvdec2_task(task); in rkvdec2_link_process_task()
1508 struct rkvdec2_task *task = to_rkvdec2_task(mpp_task); in rkvdec2_soft_ccu_dequeue()
1727 struct rkvdec2_task *task = to_rkvdec2_task(mpp_task); in rkvdec2_soft_ccu_enqueue()
2075 struct rkvdec2_task *task = to_rkvdec2_task(mpp_task); in rkvdec2_hard_ccu_dequeue()
[all …]
H A Dmpp_rkvdec2.c321 task = to_rkvdec2_task(mpp_task); in rkvdec2_rk3568_alloc_task()
331 struct rkvdec2_task *task = to_rkvdec2_task(mpp_task); in rkvdec2_run()
383 struct rkvdec2_task *task = to_rkvdec2_task(mpp_task); in rkvdec2_rk3568_run()
428 task = to_rkvdec2_task(mpp_task); in rkvdec2_isr()
481 struct rkvdec2_task *task = to_rkvdec2_task(mpp_task); in rkvdec2_finish()
533 struct rkvdec2_task *task = to_rkvdec2_task(mpp_task); in rkvdec2_result()
562 struct rkvdec2_task *task = to_rkvdec2_task(mpp_task); in rkvdec2_free_task()
1105 struct rkvdec2_task *task = to_rkvdec2_task(mpp_task); in rkvdec2_get_freq()
1118 struct rkvdec2_task *loop_task = to_rkvdec2_task(loop); in rkvdec2_get_freq()
1138 struct rkvdec2_task *task = to_rkvdec2_task(mpp_task); in rkvdec2_set_freq()
H A Dmpp_rkvdec2.h103 #define to_rkvdec2_task(task) \ macro