Home
last modified time | relevance | path

Searched refs:isr_thread (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/qcom/venus/
H A Dhfi.h143 irqreturn_t (*isr_thread)(struct venus_core *core); member
H A Dhfi.c492 return core->ops->isr_thread(core); in hfi_isr_thread()
H A Dhfi_venus.c1565 .isr_thread = venus_isr_thread,
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/include/
H A Drga_drv.h314 int (*isr_thread)(struct rga_job *job, struct rga_scheduler_t *scheduler); member
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga_drv.c1166 if (scheduler->ops->isr_thread) in rga_isr_thread()
1167 irq_ret = scheduler->ops->isr_thread(job, scheduler); in rga_isr_thread()
H A Drga3_reg_info.c2224 .isr_thread = rga3_isr_thread,
H A Drga2_reg_info.c2763 .isr_thread = rga2_isr_thread,