Home
last modified time | relevance | path

Searched refs:msg_work (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/platform/amphion/
H A Dvpu_msgs.c276 struct vpu_inst *inst = container_of(work, struct vpu_inst, msg_work); in vpu_inst_run_work()
296 queue_work(inst->workqueue, &inst->msg_work); in vpu_inst_handle_msg()
365 struct vpu_core *core = container_of(work, struct vpu_core, msg_work); in vpu_msg_run_work()
395 queue_work(inst->workqueue, &inst->msg_work); in vpu_msg_delayed_work()
418 queue_work(core->workqueue, &core->msg_work); in vpu_isr()
H A Dvpu.h161 struct work_struct msg_work; member
246 struct work_struct msg_work; member